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

vrdrexaminercontactedUML


Structure Definition

id0..1
profile1..1Pattern
status1..1codePattern
code1..1CodeableConceptFixed Value
subject1..1Reference(VRDR Decedent)Pattern
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.id0..1
Observation.meta0..1
Observation.meta.profile1..1
Observation.statuscode1..1
Observation.codeCodeableConcept1..1
Observation.subjectReference(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>