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
Structure Definition
VRDR Decedent Education Level (Observation) | | | http://hl7.org/fhir/StructureDefinition/Observation | There are no (further) constraints on this element Element idObservation Data typehttp://hl7.org/fhir/StructureDefinition/Observation |
id | | 0..1 | | There are no (further) constraints on this element Element idObservation.id Short descriptionid DefinitionMAY contain zero or one [0..1] id (CONF:4393-222).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idObservation.meta Short descriptionmeta DefinitionMAY contain zero or one [0..1] meta (CONF:4393-221).
|
profile | | 1..1 | Fixed Value | There are no (further) constraints on this element Element idObservation.meta.profile Short descriptionprofile DefinitionThe meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Education-Level" (CONF:4393-223).
Fixed valuehttp://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Education-Level |
status | | 1..1 | codeFixed Value | There are no (further) constraints on this element Element idObservation.status Short descriptionstatus DefinitionSHALL contain exactly one [1..1] status=" "final"" (CONF:4393-217).
Data typecode Fixed value"final" |
code | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idObservation.code Short descriptioncode DefinitionSHALL contain exactly one [1..1] code=" "80913-7"" (CONF:4393-218).
Data typeCodeableConcept Fixed value{
"coding": [
{
"code": "\"80913-7\""
}
]
} |
subject | | 1..1 | Reference(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 | There are no (further) constraints on this element Element idObservation.subject Short descriptionsubject DefinitionSHALL contain exactly one [1..1] subject=" VRDR Decedent" (CONF:4393-219).
Data typeReference(http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/Group | http://hl7.org/fhir/StructureDefinition/Device | http://hl7.org/fhir/StructureDefinition/Location) PatternVRDR Decedent |
value[x] | | 1..1 | | There are no (further) constraints on this element Element idObservation.value[x] Short descriptionvalue[x] DefinitionSHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4393-216)
SlicingUnordered, Open, by $this(Type) |
valueCodeableConcept | | | Binding | There are no (further) constraints on this element Element idObservation.value[x]:valueCodeableConcept Short descriptionvalueCodeableConcept DefinitionvalueCodeableConcept, which SHALL be selected from ValueSet v3-EducationLevel http://hl7.org/fhir/ValueSet/v3-EducationLevel (CONF:4393-220)
Bindingv3-EducationLevel (required) |
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.id | | 0..1 |
Observation.meta | | 0..1 |
Observation.meta.profile | | 1..1 |
Observation.status | code | 1..1 |
Observation.code | CodeableConcept | 1..1 |
Observation.subject | Reference(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.value[x]: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>