Vital Records Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-cibuild - ci-build United States of America flag

Vital Records Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: Bundle - MDI and EDRS - Freeman - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-mdi-and-edrs-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-and-edrs"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-and-edrs>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:933dde44f7664b03a20b6324f23986c0" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2022-01-04T08:51:14.637+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Composition/composition-mdi-and-edrs-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Composition/composition-mdi-and-edrs-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-how-death-injury-occurred-a-freeman-med-ingest"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-how-death-injury-occurred-a-freeman-med-ingest> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-manner-of-death-a-freeman-accidental"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-manner-of-death-a-freeman-accidental> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-cause-of-death-part1-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-cause-of-death-part1-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-contributing-cause-of-death-part2-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-contributing-cause-of-death-part2-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Location/location-death-atlanta-ga-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Location/location-death-atlanta-ga-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Location/location-injury-atlanta-ga-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Location/location-injury-atlanta-ga-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/us-core-patient-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Patient/us-core-patient-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-tobacco-use-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-tobacco-use-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-death-date-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-death-date-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/us-core-practitioner-s-jones"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/us-core-practitioner-s-jones> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/us-core-practitioner-jm-lehz"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/us-core-practitioner-jm-lehz> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-decedent-pregnancy-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/observation-decedent-pregnancy-a-freeman> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Procedure/procedure-death-certification-a-freeman"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Procedure/procedure-death-certification-a-freeman> )
  ] ) . # 

<http://www.example.org/fhir/Composition/composition-mdi-and-edrs-a-freeman> a fhir:Composition ;
  fhir:id [ fhir:v "composition-mdi-and-edrs-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_composition-mdi-and-edrs-a-freeman\"> </a><p><b>Generated Narrative: Composition</b><a name=\"composition-mdi-and-edrs-a-freeman\"> </a><a name=\"hccomposition-mdi-and-edrs-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Composition &quot;composition-mdi-and-edrs-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Composition-mdi-and-edrs.html\">Composition - MDI and EDRS</a></p></div><p><b>Extension - Tracking Number</b>: Birth Certificate/ME21-113</p><p><b>identifier</b>: a03eab8c-11e8-4d0c-ad2a-b385395e27de</p><p><b>status</b>: final</p><p><b>type</b>: Death administrative information Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#86807-5)</span></p><p><b>date</b>: 2022-02-20</p><p><b>author</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>title</b>: MDI to EDRS Composition</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>professional</td><td>See on this page: Practitioner/us-core-practitioner-s-jones</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-tracking-number"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BCT" ]         ] )       ] ;
fhir:value [ fhir:v "ME21-113" ]     ]
  ] ) ; # 
  fhir:identifier [
fhir:value [ fhir:v "a03eab8c-11e8-4d0c-ad2a-b385395e27de" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:86807-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86807-5" ] ;
fhir:display [ fhir:v "Death administrative information Document" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:date [ fhir:v "2022-02-20"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:title [ fhir:v "MDI to EDRS Composition"] ; # 
  fhir:attester ( [
fhir:mode [ fhir:v "professional" ] ;
fhir:party [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]     ]
  ] ) ; # 
  fhir:section ( [
fhir:title [ fhir:v "Additional Demographic Information Section" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-vr-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "demographics" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>No additional demographic information</p></div>"     ]
  ] [
fhir:title [ fhir:v "Circumstances Section" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-vr-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "circumstances" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Location/location-death-atlanta-ga-a-freeman" ]     ] [
fhir:reference [ fhir:v "Observation/observation-tobacco-use-a-freeman" ]     ] [
fhir:reference [ fhir:v "Observation/observation-decedent-pregnancy-a-freeman" ]     ] [
fhir:reference [ fhir:v "Location/location-injury-atlanta-ga-a-freeman" ]     ] )
  ] [
fhir:title [ fhir:v "Jurisdiction Section" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-vr-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "jurisdiction" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-death-date-a-freeman" ]     ] [
fhir:reference [ fhir:v "Procedure/procedure-death-certification-a-freeman" ]     ] )
  ] [
fhir:title [ fhir:v "Cause and Manner of Death Section" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-vr-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cause-manner" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-cause-of-death-part1-a-freeman" ]     ] [
fhir:reference [ fhir:v "Observation/observation-contributing-cause-of-death-part2-a-freeman" ]     ] [
fhir:reference [ fhir:v "Observation/observation-manner-of-death-a-freeman-accidental" ]     ] [
fhir:reference [ fhir:v "Observation/observation-how-death-injury-occurred-a-freeman-med-ingest" ]     ] )
  ] [
fhir:title [ fhir:v "Medical History Section" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-vr-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medical-history" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>No Medical History information</p></div>"     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unavailable" ] ;
fhir:display [ fhir:v "Unavailable" ]       ] ) ;
fhir:text [ fhir:v "Decedent's medical history not available" ]     ]
  ] ) . # 

<http://www.example.org/fhir/Observation/observation-how-death-injury-occurred-a-freeman-med-ingest> a fhir:Observation ;
  fhir:id [ fhir:v "observation-how-death-injury-occurred-a-freeman-med-ingest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-incident"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-incident>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-how-death-injury-occurred-a-freeman-med-ingest\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-how-death-injury-occurred-a-freeman-med-ingest\"> </a><a name=\"hcobservation-how-death-injury-occurred-a-freeman-med-ingest\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-how-death-injury-occurred-a-freeman-med-ingest&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-injury-incident.html\">Observation - Injury Incident</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Injury incident description <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11374-6)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>effective</b>: ??</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>value</b>: drug toxicity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Injury at work? <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69444-8)</span></p><p><b>value</b>: No <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\">v2 Y/N Indicator</a>#N)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Place of injury <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69450-5)</span></p><p><b>value</b>: Private house <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: If transportation injury, specify: <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69451-3)</span></p><p><b>value</b>: not applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a>#NA)</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11374-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11374-6" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "day"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8"^^xsd:nonNegativeInteger ]       ] [
fhir:url [ fhir:v "month"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:nonNegativeInteger ]       ] [
fhir:url [ fhir:v "year"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022"^^xsd:nonNegativeInteger ]       ] [
fhir:url [ fhir:v "time"^^xsd:anyURI ] ;
fhir:value [
a fhir:time ;
          ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ]           ] )         ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-time-vr"^^xsd:anyURI ]     ] )
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "drug toxicity" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:69444-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69444-8" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "No" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:69450-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69450-5" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Private house" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:69451-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69451-3" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NA" ] ;
fhir:display [ fhir:v "not applicable" ]       ] ) ;
fhir:text [ fhir:v "not applicable" ]     ]
  ] ) . # 

<http://www.example.org/fhir/Observation/observation-manner-of-death-a-freeman-accidental> a fhir:Observation ;
  fhir:id [ fhir:v "observation-manner-of-death-a-freeman-accidental"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manner-of-death"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manner-of-death>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-manner-of-death-a-freeman-accidental\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-manner-of-death-a-freeman-accidental\"> </a><a name=\"hcobservation-manner-of-death-a-freeman-accidental\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-manner-of-death-a-freeman-accidental&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-manner-of-death.html\">Manner of Death</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Manner of death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69449-7)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>value</b>: Accidental death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7878000)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:69449-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69449-7" ] ;
fhir:display [ fhir:v "Manner of death" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:7878000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7878000" ] ;
fhir:display [ fhir:v "Accidental death" ]     ] )
  ] . # 

<http://www.example.org/fhir/Observation/observation-cause-of-death-part1-a-freeman> a fhir:Observation ;
  fhir:id [ fhir:v "observation-cause-of-death-part1-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-mdi-cause-of-death-part1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-mdi-cause-of-death-part1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-cause-of-death-part1-a-freeman\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-cause-of-death-part1-a-freeman\"> </a><a name=\"hcobservation-cause-of-death-part1-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-cause-of-death-part1-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-mdi-cause-of-death-part1.html\">MDI Cause Of Death Part 1</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Cause of death [US Standard Certificate of Death] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69453-9)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>value</b>: Fentanyl toxicity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>component</b></p><p><b>code</b>: line number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/HL7/vrdr/CodeSystem-vrdr-component-cs.html\">Local Component Codes</a>#lineNumber)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Disease onset to death interval <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69440-6)</span></p><p><b>value</b>: minutes to hours</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:69453-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69453-9" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Fentanyl toxicity" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "lineNumber" ]       ] )     ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:69440-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69440-6" ]       ] )     ] ;
fhir:value [ fhir:v "minutes to hours" ]
  ] ) . # 

<http://www.example.org/fhir/Observation/observation-contributing-cause-of-death-part2-a-freeman> a fhir:Observation ;
  fhir:id [ fhir:v "observation-contributing-cause-of-death-part2-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part2"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part2>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-contributing-cause-of-death-part2-a-freeman\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-contributing-cause-of-death-part2-a-freeman\"> </a><a name=\"hcobservation-contributing-cause-of-death-part2-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-contributing-cause-of-death-part2-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-cause-of-death-part2.html\">Cause of Death Part 2</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Other significant causes or conditions of death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69441-4)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>value</b>: Hypertensive heart disease <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:69441-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69441-4" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Hypertensive heart disease" ]
  ] . # 

<http://www.example.org/fhir/Location/location-death-atlanta-ga-a-freeman> a fhir:Location ;
  fhir:id [ fhir:v "location-death-atlanta-ga-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_location-death-atlanta-ga-a-freeman\"> </a><p><b>Generated Narrative: Location</b><a name=\"location-death-atlanta-ga-a-freeman\"> </a><a name=\"hclocation-death-atlanta-ga-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;location-death-atlanta-ga-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-location.html\">Death Location</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/location</code>/29</p><p><b>status</b>: active</p><p><b>name</b>: Atlanta GA Death Location - Freeman</p><p><b>type</b>: Death Location <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/HL7/vrdr/CodeSystem-vrdr-location-type-cs.html\">Location Type</a>#death)</span></p><p><b>address</b>: 400 Windstream Street Atlanta GA US (home)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.acme.org/location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "29" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Atlanta GA Death Location - Freeman"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "death" ]     ] )
  ] ) ; # 
  fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "400 Windstream Street" ] ) ;
fhir:city [ fhir:v "Atlanta" ] ;
fhir:district [ fhir:v "Fulton County" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:country [ fhir:v "US" ]
  ] . # 

<http://www.example.org/fhir/Location/location-injury-atlanta-ga-a-freeman> a fhir:Location ;
  fhir:id [ fhir:v "location-injury-atlanta-ga-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_location-injury-atlanta-ga-a-freeman\"> </a><p><b>Generated Narrative: Location</b><a name=\"location-injury-atlanta-ga-a-freeman\"> </a><a name=\"hclocation-injury-atlanta-ga-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;location-injury-atlanta-ga-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-injury-location.html\">Injury Location</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/location</code>/29</p><p><b>status</b>: active</p><p><b>name</b>: Atlanta GA Injury Location - Freeman</p><p><b>type</b>: Injury Location <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/HL7/vrdr/CodeSystem-vrdr-location-type-cs.html\">Location Type</a>#injury)</span></p><p><b>address</b>: 400 Windstream Street Atlanta GA US (home)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.acme.org/location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "29" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Atlanta GA Injury Location - Freeman"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "injury" ]     ] )
  ] ) ; # 
  fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "400 Windstream Street" ] ) ;
fhir:city [ fhir:v "Atlanta" ] ;
fhir:district [ fhir:v "Fulton County" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:country [ fhir:v "US" ]
  ] . # 

<http://www.example.org/fhir/Patient/us-core-patient-a-freeman> a fhir:Patient ;
  fhir:id [ fhir:v "us-core-patient-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_us-core-patient-a-freeman\"> </a><p><b>Generated Narrative: Patient</b><a name=\"us-core-patient-a-freeman\"> </a><a name=\"hcus-core-patient-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient &quot;us-core-patient-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vr-common-library/StructureDefinition-Patient-vr.html\">Patient - Vital Records</a></p></div><blockquote><p><b>US Core Race Extension</b></p><blockquote><p><b>url</b></p><code>detailed</code></blockquote><p><b>value</b>: Asian Indian (Details: urn:oid:2.16.840.1.113883.6.238 code 2029-7 = 'Asian Indian', stated as 'Asian Indian')</p><blockquote><p><b>url</b></p><code>text</code></blockquote><p><b>value</b>: Asian Indian</p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><blockquote><p><b>url</b></p><code>ombCategory</code></blockquote><p><b>value</b>: Not Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2186-5 = 'Not Hispanic or Latino', stated as 'Not Hispanic or Latino')</p><blockquote><p><b>url</b></p><code>text</code></blockquote><p><b>value</b>: Not Hispanic or Latino</p></blockquote><p><b>identifier</b>: Social Security number/987054321 (use: usual)</p><p><b>active</b>: true</p><p><b>name</b>: Alice J. Freeman (Official)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1978-03-12</p><p><b>address</b>: 112 Miramar Ct Danville IL (home)</p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2029-7" ] ;
fhir:display [ fhir:v "Asian Indian" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Asian Indian" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2186-5" ] ;
fhir:display [ fhir:v "Not Hispanic or Latino" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Not Hispanic or Latino" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SS" ] ;
fhir:display [ fhir:v "Social Security number" ]       ] ) ;
fhir:text [ fhir:v "Social Security number" ]     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987054321" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Freeman" ] ;
    ( fhir:given [ fhir:v "Alice" ] [ fhir:v "J." ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1978-03-12"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "112 Miramar Ct" ] ) ;
fhir:city [ fhir:v "Danville" ] ;
fhir:state [ fhir:v "IL" ]
  ] ) . # 

<http://www.example.org/fhir/Observation/observation-tobacco-use-a-freeman> a fhir:Observation ;
  fhir:id [ fhir:v "observation-tobacco-use-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-tobacco-use-contributed-to-death"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-tobacco-use-contributed-to-death>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-tobacco-use-a-freeman\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-tobacco-use-a-freeman\"> </a><a name=\"hcobservation-tobacco-use-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-tobacco-use-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-tobacco-use-contributed-to-death.html\">Tobacco Use Contributed To Death</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Did tobacco use contribute to death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69443-0)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>effective</b>: 2019-12-02</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>value</b>: No <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#373067005)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:69443-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69443-0" ] ;
fhir:display [ fhir:v "Did tobacco use contribute to death" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-12-02"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:373067005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373067005" ] ;
fhir:display [ fhir:v "No" ]     ] )
  ] . # 

<http://www.example.org/fhir/Observation/observation-death-date-a-freeman> a fhir:Observation ;
  fhir:id [ fhir:v "observation-death-date-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-death-date-a-freeman\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-death-date-a-freeman\"> </a><a name=\"hcobservation-death-date-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-death-date-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-date.html\">Observation - Death Date</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Date+time of death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81956-5)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>effective</b>: 2022-01-08 15:30:00-0500</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-s-jones</p><p><b>value</b>: 2022-01-08</p><p><b>method</b>: Approximate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/HL7/vrdr/CodeSystem-vrdr-date-of-death-determination-methods-cs.html\">Date of Death Determination Methods</a>#approximate)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Date and time pronounced dead [US Standard Certificate of Death] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#80616-6)</span></p><p><b>value</b>: 2022-01-08 15:30:00-0500</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Location of death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#58332-8)</span></p><p><b>value</b>: Dead on arrival at hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#63238001)</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:81956-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81956-5" ] ;
fhir:display [ fhir:v "Date+time of death" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-01-08T15:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]
  ] ) ; # 
  fhir:value [ fhir:v "2022-01-08"^^xsd:date] ; # 
  fhir:method [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-date-of-death-determination-methods-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "approximate" ] ;
fhir:display [ fhir:v "Approximate" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:80616-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80616-6" ] ;
fhir:display [ fhir:v "Date and time pronounced dead [US Standard Certificate of Death]" ]       ] )     ] ;
fhir:value [ fhir:v "2022-01-08T15:30:00-05:00"^^xsd:dateTime ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:58332-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58332-8" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:63238001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "63238001" ] ;
fhir:display [ fhir:v "Dead on arrival at hospital" ]       ] )     ]
  ] ) . # 

<http://www.example.org/fhir/Practitioner/us-core-practitioner-s-jones> a fhir:Practitioner ;
  fhir:id [ fhir:v "us-core-practitioner-s-jones"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_us-core-practitioner-s-jones\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"us-core-practitioner-s-jones\"> </a><a name=\"hcus-core-practitioner-s-jones\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;us-core-practitioner-s-jones&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vr-common-library/StructureDefinition-Practitioner-vr.html\">Practitioner - Vital Records</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/3333445555</p><p><b>name</b>: Sam Jones (Official)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3333445555" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Jones" ] ;
    ( fhir:given [ fhir:v "Sam" ] ) ;
    ( fhir:prefix [ fhir:v "Dr." ] )
  ] ) . # 

<http://www.example.org/fhir/Practitioner/us-core-practitioner-jm-lehz> a fhir:Practitioner ;
  fhir:id [ fhir:v "us-core-practitioner-jm-lehz"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_us-core-practitioner-jm-lehz\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"us-core-practitioner-jm-lehz\"> </a><a name=\"hcus-core-practitioner-jm-lehz\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;us-core-practitioner-jm-lehz&quot; </p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/123456789</p><p><b>name</b>: J.M. Lehz (Official)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Lehz" ] ;
    ( fhir:given [ fhir:v "J.M." ] ) ;
    ( fhir:prefix [ fhir:v "Dr." ] )
  ] ) . # 

<http://www.example.org/fhir/Observation/observation-decedent-pregnancy-a-freeman> a fhir:Observation ;
  fhir:id [ fhir:v "observation-decedent-pregnancy-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-pregnancy-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-pregnancy-status>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-decedent-pregnancy-a-freeman\"> </a><p><b>Generated Narrative: Observation</b><a name=\"observation-decedent-pregnancy-a-freeman\"> </a><a name=\"hcobservation-decedent-pregnancy-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-decedent-pregnancy-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-decedent-pregnancy-status.html\">Observation - Decedent Pregnancy</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Timing of recent pregnancy in relation to death <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69442-2)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>effective</b>: 2022-02-19</p><p><b>performer</b>: See on this page: Practitioner/us-core-practitioner-jm-lehz: J.M. Lehz</p><p><b>value</b>: not applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a>#NA)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:69442-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69442-2" ] ;
fhir:display [ fhir:v "Timing of recent pregnancy in relation to death" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-02-19"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-jm-lehz" ] ;
fhir:display [ fhir:v "J.M. Lehz" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NA" ] ;
fhir:display [ fhir:v "not applicable" ]     ] )
  ] . # 

<http://www.example.org/fhir/Procedure/procedure-death-certification-a-freeman> a fhir:Procedure ;
  fhir:id [ fhir:v "procedure-death-certification-a-freeman"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-death-certification-a-freeman\"> </a><p><b>Generated Narrative: Procedure</b><a name=\"procedure-death-certification-a-freeman\"> </a><a name=\"hcprocedure-death-certification-a-freeman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Procedure &quot;procedure-death-certification-a-freeman&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-certification.html\">Death Certification Procedure</a></p></div><p><b>identifier</b>: 180</p><p><b>status</b>: completed</p><p><b>category</b>: Death certificate (record artifact) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#307930005)</span></p><p><b>code</b>: Death certification <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#308646001)</span></p><p><b>subject</b>: See on this page: Patient/us-core-patient-a-freeman</p><p><b>performed</b>: 2022-01-18 16:39:40-0500</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Death certification by medical examiner or coroner (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#455381000124109)</span></td><td>See on this page: Practitioner/us-core-practitioner-s-jones</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "180" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:307930005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "307930005" ] ;
fhir:display [ fhir:v "Death certificate (record artifact)" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:308646001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "308646001" ] ;
fhir:display [ fhir:v "Death certification" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:performed [ fhir:v "2022-01-18T16:39:40-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
a sct:455381000124109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "455381000124109" ] ;
fhir:display [ fhir:v "Death certification by medical examiner or coroner (procedure)" ]       ] )     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-s-jones" ]     ]
  ] ) . #