0.1.0 - ci-build

EgdeGB_IG - Local Development build (v0.1.0). See the Directory of published versions

: ObservationHeightPatient101 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="ObservationHeightPatient101"/>
  <meta>
    <profile value="http://www.egde.no/StructureDefinition/gb-body-height"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "ObservationHeightPatient101" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-gb-body-height.html">GB Body height</a></p></div><p><b>status</b>: registered</p><p><b>code</b>: Body height <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1153637007)</span></p><p><b>subject</b>: <a href="Patient-Patient101.html">Patient/Patient101</a></p><p><b>effective</b>: 2022-03-25 12:00:00+0000</p><p><b>value</b>: 123 millimeter<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm = 'mm')</span></p></div>
  </text>
  <status value="registered"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1153637007"/>
      <display value="Body height"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/Patient101"/>
  </subject>
  <effectiveDateTime value="2022-03-25T00:00:00.000Z"/>
  <valueQuantity>
    <value value="123"/>
    <unit value="millimeter"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mm"/>
  </valueQuantity>
</Observation>