FHIR Implementation Guide for ABDM
7.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: INPS Observation Pregnancy Status example 01 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="inps-observation-pregnancystatus-example-01"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/in-ps-observation-pregnancy-status"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation inps-observation-pregnancystatus-example-01</b></p><a name="inps-observation-pregnancystatus-example-01"> </a><a name="hcinps-observation-pregnancystatus-example-01"> </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-in-ps-observation-pregnancy-status.html">IN PS Observation Pregnancy Status</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 82810-3}">Pregnancy Status</span></p><p><b>subject</b>: <a href="Patient-example-01.html">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>effective</b>: 2020-09-29</p><p><b>performer</b>: <a href="Organization-example-01.html">Organization XYZ Lab Pvt.Ltd.</a></p><p><b>value</b>: Pregnant</p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="82810-3"/>
      <display value="Pregnancy Status"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-01"/>
  </subject>
  <effectiveDateTime value="2020-09-29"/>
  <performer>🔗 
    <reference value="Organization/example-01"/>
  </performer>
  <valueString value="Pregnant"/>
</Observation>