Руководство к использованию стандарта FHIR в МИС2
0.5.0 - ci-build Uzbekistan flag

Руководство к использованию стандарта FHIR в МИС2 - Local Development build (v0.5.0). See the Directory of published versions

: ExampleEncounter1 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="enc1"/>
  <meta>
    <profile value="https://ssv.uz/fhir/StructureDefinition/UZBaseEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="enc1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Encounter &quot;enc1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-UZBaseEncounter.html">UZBaseEncounter</a></p></div><p><b>identifier</b>: id: S22-8732641</p><p><b>status</b>: finished</p><p><b>class</b>: Outpatient (Details: https://kodality.org/fhir/CodeSystem/encounter-type code outpatient = 'outpatient', stated as 'Outpatient')</p><p><b>serviceType</b>: Non-urgent cardiological admission <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#310361003)</span></p><p><b>priority</b>: routine <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActPriority.html">ActPriority</a>#R)</span></p><p><b>subject</b>: <a href="Patient-pat1.html">Patient/pat1</a> &quot; BOSSENKO&quot;</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href="Practitioner-aibolit.html">Practitioner/aibolit</a> &quot; BOLIT&quot;</td></tr></table><p><b>period</b>: 2022-12-08 14:00:00+0500 --&gt; 2022-12-13 18:30:00+0500</p><p><b>serviceProvider</b>: <a href="Organization-org1.html">Organization/org1</a> &quot;IT-Med Hospital&quot;</p></div>
  </text>
  <identifier>
    <system value="https://ssv.uz/fhir/sid/org"/>
    <value value="S22-8732641"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="https://kodality.org/fhir/CodeSystem/encounter-type"/>
    <code value="outpatient"/>
    <display value="Outpatient"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="310361003"/>
      <display value="Non-urgent cardiological admission"/>
    </coding>
  </serviceType>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="R"/>
      <display value="routine"/>
    </coding>
  </priority>
  <subject>
    <reference value="Patient/pat1"/>
  </subject>
  <participant>
    <individual>
      <reference value="Practitioner/aibolit"/>
    </individual>
  </participant>
  <period>
    <start value="2022-12-08T14:00:00+05:00"/>
    <end value="2022-12-13T18:30:00+05:00"/>
  </period>
  <serviceProvider>
    <reference value="Organization/org1"/>
  </serviceProvider>
</Encounter>