Consolidated CDA
3.0.0-ballot - ballot United States of America flag

This page is part of the CCDA: Consolidated CDA Release (v3.0.0-ballot: CCDA 3.0 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

Example Binary: Vital Sign Average Blood Pressure Example

This content is an example of the Vital Sign Observation Logical Model and is not a FHIR Resource

    
<observation classCode="OBS" moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09" />
  <id root="604b2f9e-a3e7-4f4c-a4f8-0022d72dee2b" />
  <code code="96607-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Blood pressure panel mean systolic and mean diastolic" />
  <text>
    <reference value="#AvgBP_1"/>
  </text>
  <statusCode code="completed" />
  <effectiveTime value="20140519193605-0500" />
  <value xsi:type="PQ" nullFlavor="NA" unit="{NA}" />
  <entryRelationship typeCode="COMP">
    <observation classCode="OBS" moodCode="EVN">  
      <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09" />
      <id root="a24910a8-2710-4940-908e-b3d805d5130c" />
      <code code="96608-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="average aystolic blood pressure" />
      <text>
        <!-- This reference identifies content in human readable formatted text-->
        <reference value="#SystolicAVGBP_1"/>
      </text>
      <statusCode code="completed" />
      <effectiveTime value="20140519193605-0500" />
      <!-- Example of Value with UCUM unit. Note that metric units used in this example-->
      <value xsi:type="PQ" value="122" unit="mm[Hg]" />
      <!-- Additional information of interpretation and/or reference range may be included but are optional-->
    </observation>
  </entryRelationship>
  <entryRelationship typeCode="COMP">
    <observation classCode="OBS" moodCode="EVN">  
      <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09" />
      <id root="553f3f45-9046-4659-b3e7-5de904003550" />
      <code code="96609-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="average Diastolic blood pressure" />
      <text>
        <reference value="#DiastolicBP_1"/>
      </text>
      <statusCode code="completed" />
      <effectiveTime value="20140520193605-0500" />
      <value xsi:type="PQ" value="82" unit="mm[Hg]" />
    </observation>
  </entryRelationship>
</observation>