This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Oxygen Saturation Example (DeviceMetricObservation profile) (id = "satO2")
<Observation xmlns="http://hl7.org/fhir"> <id value="satO2"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text><!-- <extension url="http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric"> <valueReference> <reference value="DeviceMetric/example"/> </valueReference> </extension> --> <code> <coding> <system value="https://rtmms.nist.gov"/><!-- mdc --> <code value="150456"/> <display value="MDC_PULS_OXIM_SAT_O2"/> </coding> </code> <valueQuantity> <value value="95"/> <units value="percent"/> <system value="https://rtmms.nist.gov"/> <code value="262688"/> </valueQuantity> <interpretation> <coding> <system value="http://hl7.org/fhir/v2/0078"/> <code value="N"/> <display value="normal"/> </coding> </interpretation> <appliesDateTime value="2014-12-05T09:30:10+01:00"/> <status value="final"/> <reliability value="ok"/> <identifier> <system value="http://goodcare.org/observation/id"/> <value value="o1223435-10"/> </identifier> <subject> <reference value="Patient/example"/> </subject> <device><!-- reference value="Device/ihe-pcd"/ --> <reference value="DeviceMetric/example"/> </device> <referenceRange> <low> <value value="90"/> <units value="percent"/> <system value="https://rtmms.nist.gov"/> <code value="262688"/> </low> <high> <value value="99"/> <units value="percent"/> <system value="https://rtmms.nist.gov"/> <code value="262688"/> </high> </referenceRange> </Observation>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.