FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/EducationLevelVS

Packagefurore.test.fsh.demo
Resource TypeValueSet
IdEducationLevelVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=furore.test.fsh.demo@0.1.0-rc1&canonical=https://furore.com/data/fhir/ValueSet/EducationLevelVS
URLhttps://furore.com/data/fhir/ValueSet/EducationLevelVS
Version5.0
Statusactive
NameEducationLevelVS
TitleEducation level of patient ValueSet
DescriptionValueset of the education level of a patient

Resources that use this resource

StructureDefinition
EducationLevelEducation Level Extension

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "EducationLevelVS",
  "id": "EducationLevelVS",
  "title": "Education level of patient ValueSet",
  "description": "Valueset of the education level of a patient",
  "version": "5.0",
  "url": "https://furore.com/data/fhir/ValueSet/EducationLevelVS",
  "experimental": false,
  "publisher": "DEMO",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "224294005",
            "display": "No formal education (finding)"
          },
          {
            "code": "224295006",
            "display": "Only received primary school education (finding)"
          },
          {
            "code": "224297003",
            "display": "Educated to secondary school level (finding)"
          },
          {
            "code": "224299000",
            "display": "Received higher education (finding)"
          }
        ]
      }
    ]
  }
}