Examiner Contacted is a profile of the FHIR STU3 Observation resource. It is used to convey an indication as to whether the medical examiner (or coroner) was contacted to conduct a death investigation. A medical examiner is typically contacted when the situation involving death is sudden and unexpected or when there is cause to believed that the cause of death was other than natural.
UML Expression
Structure Definition
VRDR Examiner Contacted (Observation) | | | http://hl7.org/fhir/StructureDefinition/Observation | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Observation |
id | | 0..1 | | There are no (further) constraints on this element Element idShort description id Definition SHOULD contain zero or one [0..1] id (CONF:4393-112).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idShort description meta Definition MAY contain zero or one [0..1] meta (CONF:4393-110).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idShort description profile Definition The meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Examiner-Contacted" (CONF:4393-113).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Examiner-Contacted |
status | | 1..1 | codePattern | There are no (further) constraints on this element Element idShort description status Definition SHALL contain exactly one [1..1] status="final" FINAL (CONF:4393-114).
Data type code Pattern |
code | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idShort description code Definition SHALL contain exactly one [1..1] code="74497-9" Medical examiner or coroner was contacted (CodeSystem: LOINC urn:oid:2.16.840.1.113883.6.1) (CONF:4393-115).
Data type CodeableConcept Fixed value {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.6.1",
"code": "74497-9",
"display": "Medical examiner or coroner was contacted"
}
]
} |
subject | | 1..1 | Reference(VRDR Decedent)Pattern | There are no (further) constraints on this element Element idShort description subject Definition SHALL contain exactly one [1..1] subject="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent" (CONF:4393-116).
Data type Reference(VRDR Decedent) Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent |
value[x] | | 1..1 | | There are no (further) constraints on this element Element idShort description value[x] Definition SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4393-111)
Sliced: Unordered, Open, by $this(Type) |
valueBoolean | | | | There are no (further) constraints on this element Element idObservation.value[x]:valueBoolean Short description valueBoolean Definition valueBoolean (CONF:4393-117)
|
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
code |
Fixed Value |
"74497-9" |
LOINC |
status |
Fixed Value |
"final" |
observation-status |
subject |
Reference |
VRDR Decedent |
|
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(VRDR Decedent) | 1..1 |
Observation.value[x] | | 1..1 |
Observation.valueBoolean | | .. |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
valueBoolean |
Vital Records DAM |
2.1.01 Death Event |
medicalExaminerReferralIndicator |
valueBoolean |
Death Certificate |
Item 31 |
Was Medical Examiner or Coroner Contacted? |
valueBoolean |
Standard Death Record IG |
SDR MedicalExaminerContacted Profile |
Observation.valueBoolean |
Instance Example
<Observation>
<id value="example-examiner-contacted" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Examiner-Contacted" />
</meta>
<status value="final" />
<code>
<coding>
<system value="urn:oid:2.16.840.1.113883.6.1" />
<code value="74497-9" />
<display value="Medical examiner or coroner was contacted" />
</coding>
</code>
<subject>
<reference value="example-decedent" />
</subject>
<valueBoolean value="true" />
</Observation>