Decedent Education Level

Decedent Education Level is a profile of the FHIR STU3 Observation resource. It is used to convey the highest level of education completed by the decedent. It is an optional element useful for use in stratification of death information for research, analysis, or decision making purposes.


UML Expression

vrdrdecedenteducationlevelUML


Structure Definition

id0..1
profile1..1Fixed Value
status1..1codeFixed Value
code1..1CodeableConceptFixed Value
subject1..1Reference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group | http://hl7.org/fhir/StructureDefinition/Device | http://hl7.org/fhir/StructureDefinition/Location)Pattern
value[x]1..1
valueCodeableConceptBinding


Element Bindings

Element Name Binding Type Binding Value Fixed Value Code System
code Fixed Value "80913-7" LOINC
status Fixed Value "final" observation-status
subject Reference VRDR Decedent
valueCodeableConcept Value Set v3-EducationLevel

Element Table

Observation..
Observation.id0..1
Observation.meta0..1
Observation.meta.profile1..1
Observation.statuscode1..1
Observation.codeCodeableConcept1..1
Observation.subjectReference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group | http://hl7.org/fhir/StructureDefinition/Device | http://hl7.org/fhir/StructureDefinition/Location)1..1
Observation.value[x]1..1
Observation.valueCodeableConcept..


Requirements Traceability Mappings

Element Path Reference Location Data Item
valueCodeableConcept Vital Records DAM 3.02 Decedent educationLevel
valueCodeableConcept Death Certificate Item 51 Decedent's Education
valueCodeableConcept Standard Death Record IG SDR Decedent Profile Patient.extension:education

Instance Example

Table of Values

Element Name Element Value
ID example-decedent-education-level
profile VRDR-Decedent-Education-Level
status final
code.code 80913-7
subject.reference example-decedent
value.system v3-EducationLevel
value.code GD
value.displayName Graduate or professional Degree complete

XML Instance

<Observation>
  <id value="example-decedent-education-level" />
  <meta>
    <profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Education-Level" />
  </meta>
  <status value="final" />
  <code>
    <coding>
      <code value="80913-7" />
    </coding>
  </code>
  <subject>
    <reference value="example-decedent" />
  </subject>
  <valueCodeableConcept>
    <coding>
      <system value="http://hl7.org/fhir/ValueSet/v3-EducationLevel" />
      <code value="GD" />
      <display value="Graduate or professional Degree complete" />
    </coding>
  </valueCodeableConcept>
</Observation>