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

FHIR IG Statistics: StructureDefinition/EducationLevel

Packagefurore.test.fsh.demo
Resource TypeStructureDefinition
IdEducationLevel
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=furore.test.fsh.demo@0.1.0-rc1&canonical=https://furore.com/data/fhir/StructureDefinition/EducationLevel
URLhttps://furore.com/data/fhir/StructureDefinition/EducationLevel
Version0.1.0
Statusactive
NameEducationLevel
TitleEducation Level Extension
DescriptionRepresents the level of education of a patient.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
cancer-patient-demoCancer Patient Profile

Resources that this resource uses

ValueSet
EducationLevelVSEducation level of patient ValueSet

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "EducationLevel",
  "url": "https://furore.com/data/fhir/StructureDefinition/EducationLevel",
  "version": "0.1.0",
  "name": "EducationLevel",
  "title": "Education Level Extension",
  "status": "active",
  "description": "Represents the level of education of a patient.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Element"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Education Level Extension",
        "definition": "Represents the level of education of a patient."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://furore.com/data/fhir/StructureDefinition/EducationLevel"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://furore.com/data/fhir/ValueSet/EducationLevelVS"
        }
      }
    ]
  }
}