This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Examiner Contacted

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

id 0..1
profile 1..1
status 1..1 code
code 1..1 CodeableConceptFixed Value
subject 1..1 Reference(VRDR Decedent)
value[x] 1..1
valueBoolean

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: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://www.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>