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] - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-education-level-vr-a-freeman",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-education-level-vr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "80913-7",
        "display" : "Highest level of education [US Standard Certificate of Death]"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/us-core-patient-vr-a-freeman",
    "display" : "Patient - A Freeman"
  },
  "effectiveDateTime" : "2019-12-02",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-EducationLevel",
        "code" : "SEC",
        "display" : "Some secondary or high school education"
      }
    ],
    "text" : "9th through 12th grade; no diploma"
  }
}