Guidance for FHIR IG Creation
0.1.0 - CI Build International flag

Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions

: null - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="05803ef4-872e-42d8-b83c-efb8d3d25c40"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation 05803ef4-872e-42d8-b83c-efb8d3d25c40</b></p><a name="05803ef4-872e-42d8-b83c-efb8d3d25c40"> </a><a name="hc05803ef4-872e-42d8-b83c-efb8d3d25c40"> </a><a name="05803ef4-872e-42d8-b83c-efb8d3d25c40-en-US"> </a><p><b>status</b>: Amended</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 85354-9}">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href="Patient-562.html">Kath Green  Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)</a></p><p><b>encounter</b>: <a href="Encounter-4.html">Encounter: status = in-progress</a></p><p><b>effective</b>: 2024-04-17</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}">Systolic blood pressure</span></p><p><b>value</b>: 123 g<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8462-4}">Diastolic blood pressure</span></p><p><b>value</b>: 76 Cel<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>
  </text>
  <status value="amended"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85354-9"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/562"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/4"/>
  </encounter>
  <effectiveDateTime value="2024-04-17"/>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="123"/>
      <unit value="g"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8462-4"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="76"/>
      <unit value="Cel"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
</Observation>