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

: Systolic Blood Pressure Example (Observation) - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="SystoleBP-Example"/>
  <meta>
    <profile
             value="https://fhir.pwskia.id/r4/StructureDefinition/ANCSystoleBP"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation SystoleBP-Example</b></p><a name="SystoleBP-Example"> </a><a name="hcSystoleBP-Example"> </a><a name="SystoleBP-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-ANCSystoleBP.html">Systolic Blood Pressure (Observation)</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>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}, {http://fhir.org/guides/who/anc-cds/CodeSystem/anc-custom-codes ANC.B8.DE17}">Systolic blood pressure</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}}">Encounter/{{Encounter_uuid}}</a></p><p><b>effective</b>: 2023-08-31 01:22:00+0000</p><p><b>issued</b>: 2023-08-31 01:22:00+0000</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/N10000001">Practitioner/N10000001</a></p><p><b>value</b>: 100 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></div>
  </text>
  <identifier>
    <system value="http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}"/>
    <value value="{{Org_id}}"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8480-6"/>
      <display value="Systolic blood pressure"/>
    </coding>
    <coding>
      <system
              value="http://fhir.org/guides/who/anc-cds/CodeSystem/anc-custom-codes"/>
      <code value="ANC.B8.DE17"/>
      <display value="Systolic blood pressure"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/100000030007"/>
    <display value="Aisyah"/>
  </subject>
  <encounter>
    <reference value="Encounter/{{Encounter_uuid}}"/>
  </encounter>
  <effectiveDateTime value="2023-08-31T01:22:00+00:00"/>
  <issued value="2023-08-31T01:22:00+00:00"/>
  <performer>
    <reference value="Practitioner/N10000001"/>
  </performer>
  <valueQuantity>
    <value value="100"/>
    <unit value="mm[Hg]"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mm[Hg]"/>
  </valueQuantity>
</Observation>