Vital Records Common Library (VRCL) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Observation - Education Level example [A Freeman] - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-education-level-vr-a-freeman"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-education-level-vr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation observation-education-level-vr-a-freeman</b></p><a name="observation-education-level-vr-a-freeman"> </a><a name="hcobservation-education-level-vr-a-freeman"> </a><a name="observation-education-level-vr-a-freeman-en-US"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 80913-7}">Highest level of education [US Standard Certificate of Death]</span></p><p><b>subject</b>: <a href="Patient-us-core-patient-vr-a-freeman.html">Patient - A Freeman</a></p><p><b>effective</b>: 2019-12-02</p><p><b>value</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-EducationLevel SEC}">9th through 12th grade; no diploma</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="80913-7"/>
      <display
               value="Highest level of education [US Standard Certificate of Death]"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/us-core-patient-vr-a-freeman"/>
    <display value="Patient - A Freeman"/>
  </subject>
  <effectiveDateTime value="2019-12-02"/>
  <valueCodeableConcept>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-EducationLevel"/>
      <code value="SEC"/>
      <display value="Some secondary or high school education"/>
    </coding>
    <text value="9th through 12th grade; no diploma"/>
  </valueCodeableConcept>
</Observation>