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 Referral Example (ServiceRequest) - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ServiceRequest-Example"/>
  <meta>
    <profile
             value="https://fhir.pwskia.id//StructureDefinition/SatuSehatServiceRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest ServiceRequest-Example</b></p><a name="ServiceRequest-Example"> </a><a name="hcServiceRequest-Example"> </a><a name="ServiceRequest-Example-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-SatuSehatServiceRequest.html">SatuSehatServiceRequest</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}</code>/00001</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 185389009}">Kontrol rutin regimen TB bulan ke-2</span></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/100000030007">Aisyah</a></p><p><b>encounter</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/Encounter/{{Encounter_uuid}}">Kunjungan Aisyah di hari Kamis, 31 Agustus 2023</a></p><p><b>occurrence</b>: 2023-08-31 04:25:00+0000</p><p><b>authoredOn</b>: 2023-08-31 04:25:00+0000</p><p><b>requester</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/Practitioner/N10000001">Dokter Bronsig</a></p><p><b>performer</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/Practitioner/N10000005">Fatma</a></p><p><b>locationCode</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}">Outpatient Facility</span></p><p><b>locationReference</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/Location/c87e0ca7-badc-4c60-9080-277aaaf27a88">Ruang Poli KIA Puskesmas Sampang</a></p><p><b>reasonCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 O14.9}">Pre-eclampsia, unspecified</span></p></div>
  </text>
  <identifier>
    <system value="http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}"/>
    <value value="00001"/>
  </identifier>
  <status value="active"/>
  <intent value="original-order"/>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="185389009"/>
      <display value="Follow-up visit (procedure)"/>
    </coding>
    <text value="Kontrol rutin regimen TB bulan ke-2"/>
  </code>
  <subject>
    <reference value="Patient/100000030007"/>
    <display value="Aisyah"/>
  </subject>
  <encounter>
    <reference value="Encounter/{{Encounter_uuid}}"/>
    <display value="Kunjungan Aisyah di hari Kamis, 31 Agustus 2023"/>
  </encounter>
  <occurrenceDateTime value="2023-08-31T04:25:00+00:00"/>
  <authoredOn value="2023-08-31T04:25:00+00:00"/>
  <requester>
    <reference value="Practitioner/N10000001"/>
    <display value="Dokter Bronsig"/>
  </requester>
  <performer>
    <reference value="Practitioner/N10000005"/>
    <display value="Fatma"/>
  </performer>
  <locationCode>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="OF"/>
      <display value="Outpatient Facility"/>
    </coding>
  </locationCode>
  <locationReference>
    <reference value="Location/c87e0ca7-badc-4c60-9080-277aaaf27a88"/>
    <display value="Ruang Poli KIA Puskesmas Sampang"/>
  </locationReference>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="O14.9"/>
      <display value="Pre-eclampsia, unspecified"/>
    </coding>
    <text value="Pre-eclampsia, unspecified"/>
  </reasonCode>
</ServiceRequest>