Antenatal Care IG for PWS KIA
0.1.0 - ci-build

Antenatal Care IG for PWS KIA - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ANC Encounter Example - K1 Visit (In-Progress) - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="ANCEncounterInProgress"/>
  <meta>
    <profile value="https://fhir.pwskia.id/r4/StructureDefinition/Encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter ANCEncounterInProgress</b></p><a name="ANCEncounterInProgress"> </a><a name="hcANCEncounterInProgress"> </a><a name="ANCEncounterInProgress-en-US"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ANCEncounter.html">Antenatal Care Encounter</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}</code>/{{Org_id}}, <code>http://terminology.kemkes.go.id/CodeSystem/episodeofcare/ANC</code>/K1M</p><p><b>status</b>: In Progress</p><h3>StatusHistories</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>In Progress</td><td>2023-08-31 00:00:00+0000 --&gt; (ongoing)</td></tr></table><p><b>class</b>: <a href="http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode AMB</a>: Ambulatory</p><p><b>subject</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Patient/100000030006">Aisyah</a></p><p><b>episodeOfCare</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/EpisodeOfCare/{{EpisodeOfCare_uuid}}">EpisodeOfCare/{{EpisodeOfCare_uuid}}</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}">Attender</span></td><td><a href="https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Practitioner/N10000001">Dokter Bronsig</a></td></tr></table><p><b>period</b>: 2023-08-31 00:00:00+0000 --&gt; (ongoing)</p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Location/c87e0ca7-badc-4c60-9080-277aaaf27a88">Ruang Poli ANC, Departemen KIA, Lantai 2, Gedung Utama</a></td></tr></table><p><b>serviceProvider</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Organization/{{Org_id}}">Organization/{{Org_id}}</a></p></div>
  </text>
  <identifier>
    <system value="http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}"/>
    <value value="{{Org_id}}"/>
  </identifier>
  <identifier>
    <system
            value="http://terminology.kemkes.go.id/CodeSystem/episodeofcare/ANC"/>
    <value value="K1M"/>
  </identifier>
  <status value="in-progress"/>
  <statusHistory>
    <status value="in-progress"/>
    <period>
      <start value="2023-08-31T00:00:00+00:00"/>
    </period>
  </statusHistory>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="Ambulatory"/>
  </class>
  <subject>
    <reference value="Patient/100000030006"/>
    <display value="Aisyah"/>
  </subject>
  <episodeOfCare>
    <reference value="EpisodeOfCare/{{EpisodeOfCare_uuid}}"/>
  </episodeOfCare>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="ATND"/>
        <display value="Attender"/>
      </coding>
    </type>
    <individual>
      <reference value="Practitioner/N10000001"/>
      <display value="Dokter Bronsig"/>
    </individual>
  </participant>
  <period>
    <start value="2023-08-31T00:00:00+00:00"/>
  </period>
  <location>
    <location>
      <reference value="Location/c87e0ca7-badc-4c60-9080-277aaaf27a88"/>
      <display
               value="Ruang Poli ANC, Departemen KIA, Lantai 2, Gedung Utama"/>
    </location>
  </location>
  <serviceProvider>
    <reference value="Organization/{{Org_id}}"/>
  </serviceProvider>
</Encounter>