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="caab1d65-da36-4302-b448-1134d585141e"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation caab1d65-da36-4302-b448-1134d585141e</b></p><a name="caab1d65-da36-4302-b448-1134d585141e"> </a><a name="hccaab1d65-da36-4302-b448-1134d585141e"> </a><a name="caab1d65-da36-4302-b448-1134d585141e-en-US"> </a><p><b>status</b>: Corrected</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 29463-7}">Body weight</span></p><p><b>subject</b>: <a href="Patient-689272.html">Sue Brown  Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)</a></p><p><b>encounter</b>: <a href="Encounter-2.html">Encounter: status = completed</a></p><p><b>effective</b>: 2024-04-14</p><p><b>dataAbsentReason</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-performed}">Not Performed</span></p></div>
  </text>
  <status value="corrected"/>
  <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="29463-7"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/689272"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/2"/>
  </encounter>
  <effectiveDateTime value="2024-04-14"/>
  <dataAbsentReason>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <code value="not-performed"/>
    </coding>
  </dataAbsentReason>
</Observation>