Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="vitals-example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Height Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a height example for the *Vitalsigns Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-vital-signs"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>CDMH Vital Signs Example</b></p>
</text>
<extension
url="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-body-position">
<valueCode value="02"/>
</extension>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
<text value="Vital Signs"/>
</category>
<code>
<extension
url="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-vital-source" id="1">
<valueCode value="PR"/>
</extension>
<coding>
<system value="http://loinc.org"/>
<code value="8302-2"/>
<display value="Body height"/>
</coding>
<text value="height"/>
</code>
<subject>
<reference value="Patient/example"/>
<display value="Amy Shaw"/>
</subject>
<encounter>
<display value="GP Visit"/>
</encounter>
<effectiveDateTime value="1999-07-02"/>
<valueQuantity>
<value value="111.506"/>
<unit value="cm"/>
<system value="http://unitsofmeasure.org"/>
<code value="cm"/>
</valueQuantity>
</Observation>