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

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

: ExampleWaitlistBenefit2 - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="waitlist2"/>
  <meta>
    <profile value="https://ssv.uz/fhir/StructureDefinition/UZBaseWaitlist"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Appointment</b><a name="waitlist2"> </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 Appointment &quot;waitlist2&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-UZBaseWaitlist.html">UZBaseWaitlist</a></p></div><p><b>identifier</b>: id: S22-8732641</p><p><b>status</b>: waitlist</p><p><b>serviceCategory</b>: inp <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#inp)</span></p><p><b>created</b>: 2022-12-08 14:00:00+0500</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-pat1.html">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a name="ExampleWaitlistBenefit1InlinePractitionerRole"> </a></p><blockquote><p/><p><a name="ExampleWaitlistBenefit1InlinePractitionerRole"> </a></p><p><b>organization</b>: <a href="Organization-org1.html">Organization/org1</a> &quot;IT-Med Hospital&quot;</p></blockquote><p><b>status</b>: accepted</p></blockquote><hr/><blockquote><p><b>Generated Narrative: PractitionerRole #ExampleWaitlistBenefit1InlinePractitionerRole</b><a name="ExampleWaitlistBenefit1InlinePractitionerRole"> </a></p><p><b>organization</b>: <a href="Organization-org1.html">Organization/org1</a> &quot;IT-Med Hospital&quot;</p></blockquote></div>
  </text>
  <contained>
    <PractitionerRole>
      <id value="ExampleWaitlistBenefit1InlinePractitionerRole"/>
      <meta>
        <profile
                 value="https://ssv.uz/fhir/StructureDefinition/UZBasePractitionerRolePerformer"/>
      </meta>
      <organization>
        <reference value="Organization/org1"/>
      </organization>
    </PractitionerRole>
  </contained>
  <identifier>
    <system value="https://ssv.uz/fhir/sid/org"/>
    <value value="S22-8732641"/>
  </identifier>
  <status value="waitlist"/>
  <serviceCategory>
    <coding>
      <code value="inp"/>
    </coding>
  </serviceCategory>
  <created value="2022-12-08T14:00:00+05:00"/>
  <participant>
    <actor>
      <reference value="Patient/pat1"/>
      <type value="Patient"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="#ExampleWaitlistBenefit1InlinePractitionerRole"/>
      <type value="PractitionerRole"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>