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

: Antenatal Care Episode (Example) - XML Representation

Raw xml | Download


<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="ANCEpisodeOfCareExample"/>
  <meta>
    <profile
             value="https://fhir.pwskia.id/r4/StructureDefinition/EpisodeOfCare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EpisodeOfCare ANCEpisodeOfCareExample</b></p><a name="ANCEpisodeOfCareExample"> </a><a name="hcANCEpisodeOfCareExample"> </a><a name="ANCEpisodeOfCareExample-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-ANCEpisodeOfCare.html">Antenatal Care Episode of Care</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}</code>/{{Org_id}}</p><p><b>status</b>: Active</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>Active</td><td>2023-08-31 00:00:00+0000 --&gt; (ongoing)</td></tr></table><p><b>type</b>: <span title="Codes:{http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type ANC}">Antenatal Care</span></p><p><b>patient</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>managingOrganization</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><p><b>period</b>: 2023-08-31 00:00:00+0000 --&gt; (ongoing)</p></div>
  </text>
  <identifier>
    <system value="http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}"/>
    <value value="{{Org_id}}"/>
  </identifier>
  <status value="active"/>
  <statusHistory>
    <status value="active"/>
    <period>
      <start value="2023-08-31T00:00:00+00:00"/>
    </period>
  </statusHistory>
  <type>
    <coding>
      <system
              value="http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type"/>
      <code value="ANC"/>
      <display value="Antenatal Care"/>
    </coding>
  </type>
  <patient>
    <reference value="Patient/100000030006"/>
    <display value="Aisyah"/>
  </patient>
  <managingOrganization>
    <reference value="Organization/{{Org_id}}"/>
  </managingOrganization>
  <period>
    <start value="2023-08-31T00:00:00+00:00"/>
  </period>
</EpisodeOfCare>