Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn Observation Vital Signs

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="atrius-in-observation-vs-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-observation-vital-signs"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation atrius-in-observation-vs-example</b></p><a name="atrius-in-observation-vs-example"> </a><a name="hcatrius-in-observation-vs-example"> </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-atrius-in-observation-vital-signs.html">Atrius India Core Observation Vital Signs</a></p></div><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:">Blood pressure panel</span></p><p><b>subject</b>: <a href="Patient-atrius-in-patient-example.html">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012 (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-atrius-in-encounter-example.html">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2026-05-20 09:00:00+0530 --&gt; 2026-05-20 09:45:00+0530</a></p><p><b>effective</b>: 2026-05-20 10:00:00+0530</p><p><b>performer</b>: <a href="Practitioner-atrius-in-practitioner-example.html">Practitioner Dr. Arjun Mehta(official)</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">Systolic blood pressure</span></p><p><b>value</b>: 128 mmHg</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">Diastolic blood pressure</span></p><p><b>value</b>: 82 mmHg</p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <text value="Blood pressure panel"/>
  </code>
  <subject>🔗 
    <reference value="Patient/atrius-in-patient-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/atrius-in-encounter-example"/>
  </encounter>
  <effectiveDateTime value="2026-05-20T10:00:00+05:30"/>
  <performer>🔗 
    <reference value="Practitioner/atrius-in-practitioner-example"/>
  </performer>
  <component>
    <code>
      <text value="Systolic blood pressure"/>
    </code>
    <valueQuantity>
      <value value="128"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <text value="Diastolic blood pressure"/>
    </code>
    <valueQuantity>
      <value value="82"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
    </valueQuantity>
  </component>
</Observation>