Vital Records Common Library (VRCL) STU2-ballot
2.0.0 - trial-use United States of America flag

Vital Records Common Library (VRCL) STU2-ballot, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vr-common-library/ and changes regularly. See the Directory of published versions

: Education Level Person Vital Records - JSON Representation

Active as of 2024-05-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ValueSet-education-level-person-vr",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/87300-0/\">87300-0</a></td><td>Highest level of education Father</td></tr><tr><td><a href=\"https://loinc.org/57712-2/\">57712-2</a></td><td>Highest level of education Mother</td></tr><tr><td><a href=\"https://loinc.org/80913-7/\">80913-7</a></td><td>Highest level of education [US Standard Certificate of Death]</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-education-level-person-vr",
  "version" : "2.0.0",
  "name" : "ValueSetEducationLevelPersonVitalRecords",
  "title" : "Education Level Person Vital Records",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-20T12:59:28+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This valueset contains codes that represent persons for whom education level can be reported.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "87300-0",
            "display" : "Highest level of education Father"
          },
          {
            "code" : "57712-2",
            "display" : "Highest level of education Mother"
          },
          {
            "code" : "80913-7",
            "display" : "Highest level of education [US Standard Certificate of Death]"
          }
        ]
      }
    ]
  }
}