Vital Records Death Reporting FHIR Implementation Guide
1.1.0 - STU 2 US

Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions

: Education Level - JSON Representation

Draft as of 2022-04-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Educationlevel",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-02-11T20:46:29.775+00:00",
    "source" : "#TdXwEdJZqhBbNgpF"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Value Set Narrative</div>"
  },
  "url" : "http://hl7.org/fhir/us/vrdr/ValueSet/Educationlevel",
  "version" : "1.1.0",
  "name" : "Educationlevel",
  "title" : "Education Level",
  "status" : "draft",
  "date" : "2022-04-04T23:44:44+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "name" : "Cynthia Bush, Health Scientist (Informatics), CDC/National Center for Health Statistics",
      "telecom" : [
        {
          "system" : "email",
          "value" : "pdz1@cdc.gov"
        }
      ]
    },
    {
      "name" : "AbdulMalik Shakir, FHL7, President and Chief Informatics Scientist Hi3 Solutions",
      "telecom" : [
        {
          "system" : "email",
          "value" : "abdulmalik.shakir@hi3solutions.com"
        }
      ]
    }
  ],
  "description" : "A value set of educational milestones used to identify the highest level of education achieved by the decedent.\n\n**Inter-jurisdictional Exchange (IJE) concept mapping**\n\n|VRDR IG Code | VRDR IG Display Name | IJE Code |IJE Display Name\n| -------- | -------- | -------- | --------|\n|ASSOC|Associate's or technical degree complete|5|Associate Degree|\n|BD|College or baccalaureate degree complete|6|Bachelor's Degree|\n|ELEM|Elementary School|1|8th grade or less|\n|GD|Graduate or professional Degree complete|7|Master's Degree|\n|HS|High School or secondary school degree complete|3|High School Graduate or GED Completed|\n|POSTG|Doctoral or post graduate education|8|Doctorate Degree or Professional Degree|\n|SCOL|Some College education|4|Some college credit, but no degree|\n|SEC|Some secondary or high school education|2|9th through 12th grade; no diploma|\n|UNK|unknown|9|Unknown|",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "US Realm"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-EducationLevel",
        "concept" : [
          {
            "code" : "ASSOC",
            "display" : "Associate's or technical degree complete"
          },
          {
            "code" : "BD",
            "display" : "College or baccalaureate degree complete"
          },
          {
            "code" : "ELEM",
            "display" : "Elementary School"
          },
          {
            "code" : "GD",
            "display" : "Graduate or professional Degree complete"
          },
          {
            "code" : "HS",
            "display" : "High School or secondary school degree complete"
          },
          {
            "code" : "POSTG",
            "display" : "Doctoral or post graduate education"
          },
          {
            "code" : "SCOL",
            "display" : "Some College education"
          },
          {
            "code" : "SEC",
            "display" : "Some secondary or high school education"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "UNK",
            "display" : "unknown"
          }
        ]
      }
    ]
  }
}