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

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.1-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 - Message Death Certificate Review Example - 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-msg-mdi-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-message-death-certificate-review"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-message-death-certificate-review>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:683dde44f7664b03a20b6324f23986d9" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/MessageHeader/messageheader-mdi-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/MessageHeader/messageheader-mdi-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Bundle/bundle-doc-mdi-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Bundle/bundle-doc-mdi-dcr-ex1> )
  ] ) . # 

<http://www.example.org/fhir/MessageHeader/messageheader-mdi-dcr-ex1> a fhir:MessageHeader ;
  fhir:id [ fhir:v "messageheader-mdi-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-death-certificate-review"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-death-certificate-review>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_messageheader-mdi-dcr-ex1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-mdi-dcr-ex1</b></p><a name=\"messageheader-mdi-dcr-ex1\"> </a><a name=\"hcmessageheader-mdi-dcr-ex1\"> </a><a name=\"messageheader-mdi-dcr-ex1-en-US\"> </a><p><b>event</b>: <a href=\"CodeSystem-cs-mdi-codes.html#cs-mdi-codes-death-certificate-review\">Medicolegal Death Investigation Codes death-certificate-review</a>: Death Certificate Review</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>State VRO</td><td>EDRS</td><td>1.2.3.4.5</td><td><a href=\"http://edrs-example.org/fhir/endpoint/1\">http://edrs-example.org/fhir/endpoint/1</a></td></tr></table><p><b>reason</b>: <span title=\"Codes:{http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example CREM_C_REQUEST}\">Cremation Clearance Request</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-doc-mdi-dcr-ex1.html\">Bundle: identifier = UUID:933dde44f7664b03a20b6324f23986c0; type = document; timestamp = 2023-05-02 08:51:14+0000</a></p></div>"
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "death-certificate-review" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "State VRO" ] ;
fhir:software [ fhir:v "EDRS" ] ;
fhir:version [ fhir:v "1.2.3.4.5" ] ;
fhir:endpoint [ fhir:v "http://edrs-example.org/fhir/endpoint/1"^^xsd:anyURI ]
  ] ; # 
  fhir:reason [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREM_C_REQUEST" ] ;
fhir:display [ fhir:v "Cremation Clearance Request" ]     ] )
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Bundle/bundle-doc-mdi-dcr-ex1" ]
  ] ) . # 

<http://www.example.org/fhir/Bundle/bundle-doc-mdi-dcr-ex1> a fhir:Bundle ;
  fhir:id [ fhir:v "bundle-doc-mdi-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-dcr"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-dcr>     ] )
  ] ; # 
  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 "2023-05-02T08:51:14.637+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Composition/composition-mdi-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Composition/composition-mdi-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/vrdr-decedent-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Patient/vrdr-decedent-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Organization/us-core-organization-ga-dph"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Organization/us-core-organization-ga-dph> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/RelatedPerson/vrdr-decedent-father-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/RelatedPerson/vrdr-decedent-father-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/RelatedPerson/vrdr-decedent-mother-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/RelatedPerson/vrdr-decedent-mother-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-decedent-age-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-decedent-age-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-decedent-education-level-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-decedent-education-level-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-decedent-military-service-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-decedent-military-service-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-examiner-contacted-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-examiner-contacted-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-decedent-pregnancy-status-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-decedent-pregnancy-status-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-tobacco-use-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-tobacco-use-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Location/vrdr-death-location-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Location/vrdr-death-location-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Location/vrdr-injury-location-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Location/vrdr-injury-location-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-injury-incident-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-injury-incident-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-autopsy-performed-indicator-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-autopsy-performed-indicator-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-death-date-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-death-date-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/vr-practitioner-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/vr-practitioner-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/us-core-practitioner-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/us-core-practitioner-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Procedure/vrdr-death-certification-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Procedure/vrdr-death-certification-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-manner-of-death-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-manner-of-death-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-cause-of-death-part1-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-cause-of-death-part1-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-cause-of-death-part2-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-cause-of-death-part2-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Location/vrdr-disposition-location-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Location/vrdr-disposition-location-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Organization/vrdr-funeral-home-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Organization/vrdr-funeral-home-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/vrdr-decedent-disposition-method-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Observation/vrdr-decedent-disposition-method-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/vrdr-mortician-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/vrdr-mortician-dcr-ex1> )
  ] [
fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/vrdr-certifier-dcr-ex1"^^xsd:anyURI ] ;
    ( fhir:resource <http://www.example.org/fhir/Practitioner/vrdr-certifier-dcr-ex1> )
  ] ) . # 

<http://www.example.org/fhir/Composition/composition-mdi-dcr-ex1> a fhir:Composition ;
  fhir:id [ fhir:v "composition-mdi-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-dcr"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-dcr>     ] )
  ] ; # 
  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 "DCFN" ]         ] )       ] ;
fhir:value [ fhir:v "123456" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "DCcertification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEATH_CERT_CERT" ] ;
fhir:display [ fhir:v "Certified" ]         ] )       ]     ] [
fhir:url [ fhir:v "DCregistration"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEATH_CERT_NOT_REG" ] ;
fhir:display [ fhir:v "Not Registered" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-death-certificate-status"^^xsd:anyURI ]
  ] ) ; # 
  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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:date [ fhir:v "2023-05-02"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/us-core-organization-ga-dph" ]
  ] ) ; # 
  fhir:title [ fhir:v "Death Certificate Review request for death data quality"] ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DecedentDemographics" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "RelatedPerson/vrdr-decedent-father-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "RelatedPerson/vrdr-decedent-mother-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-decedent-age-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-decedent-education-level-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-decedent-military-service-dcr-ex1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DeathInvestigation" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/vrdr-examiner-contacted-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-decedent-pregnancy-status-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-tobacco-use-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Location/vrdr-death-location-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Location/vrdr-injury-location-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-injury-incident-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-autopsy-performed-indicator-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-death-date-dcr-ex1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DeathCertification" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Practitioner/vr-practitioner-ex1" ]     ] [
fhir:reference [ fhir:v "Procedure/vrdr-death-certification-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-manner-of-death-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-cause-of-death-part1-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-cause-of-death-part2-dcr-ex1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DecedentDisposition" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Location/vrdr-disposition-location-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Organization/vrdr-funeral-home-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Observation/vrdr-decedent-disposition-method-dcr-ex1" ]     ] [
fhir:reference [ fhir:v "Practitioner/vrdr-mortician-dcr-ex1" ]     ] )
  ] ) . # 

<http://www.example.org/fhir/Patient/vrdr-decedent-dcr-ex1> a fhir:Patient ;
  fhir:id [ fhir:v "vrdr-decedent-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UNK" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "Alberia" ] ;
fhir:district [ fhir:v "Alberia" ] ;
fhir:country [ fhir:v "AF" ]     ]
  ] [
    ( 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 "No, not Spanish/Hispanic/Latino" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
  ] [
    ( 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 "2131-1" ] ;
fhir:display [ fhir:v "Other Race" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Other (Specify)|Unknown" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ] ;
fhir:display [ fhir:v "Social Beneficiary Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "234567865" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Joey" ] ;
    ( fhir:given [ fhir:v "Testing" ] [ fhir:v "R" ] ) ;
    ( fhir:prefix [ fhir:v "Jr" ] )
  ] [
fhir:use [ fhir:v "maiden" ] ;
fhir:family [ fhir:v "Joey" ]
  ] ) ; # 
  fhir:gender [ fhir:v "unknown"] ; # 
  fhir:birthDate [ fhir:v "2023-01-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "23 N Lockfield Street H" ] ) ;
fhir:city [ fhir:v "Unknown" ] ;
fhir:district [ fhir:v "Unknown" ] ;
fhir:state [ fhir:v "CT" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Never Married" ]     ] ) ;
fhir:text [ fhir:v "Never Married" ]
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ] ;
fhir:display [ fhir:v "father" ]       ] ) ;
fhir:text [ fhir:v "Father" ]     ] ) ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Father" ] ;
      ( fhir:given [ fhir:v "Dad" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "6765432345" ]     ] ) ;
fhir:address [
      ( fhir:line [ fhir:v "345 Main Street" ] ) ;
fhir:city [ fhir:v "Abington" ] ;
fhir:state [ fhir:v "CT" ] ;
fhir:postalCode [ fhir:v "06230" ] ;
fhir:country [ fhir:v "US" ]     ]
  ] ) . # 

<http://www.example.org/fhir/Organization/us-core-organization-ga-dph> a fhir:Organization ;
  fhir:id [ fhir:v "us-core-organization-ga-dph"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>     ] )
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "govt" ] ;
fhir:display [ fhir:v "Government" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "GA Dept Public Health"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(404) 123-4567" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "1234 Main Street" ] ) ;
fhir:city [ fhir:v "Anytown" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30349" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . # 

<http://www.example.org/fhir/RelatedPerson/vrdr-decedent-father-dcr-ex1> a fhir:RelatedPerson ;
  fhir:id [ fhir:v "vrdr-decedent-father-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-father"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-father>     ] )
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ] ;
fhir:display [ fhir:v "father" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Father" ] ;
    ( fhir:given [ fhir:v "Dad" ] )
  ] ) . # 

<http://www.example.org/fhir/RelatedPerson/vrdr-decedent-mother-dcr-ex1> a fhir:RelatedPerson ;
  fhir:id [ fhir:v "vrdr-decedent-mother-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-mother"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-mother>     ] )
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Mother" ] ;
    ( fhir:given [ fhir:v "Mom" ] )
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-decedent-age-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-decedent-age-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-age"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-age>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:39016-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39016-1" ] ;
fhir:display [ fhir:v "Age at death" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "39"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
  ] . # 

<http://www.example.org/fhir/Observation/vrdr-decedent-education-level-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-decedent-education-level-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-education-level"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-education-level>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:80913-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80913-7" ] ;
fhir:display [ fhir:v "Highest level of education [US Standard Certificate of Death]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "Unknown" ]     ] ) ;
fhir:text [ fhir:v "Unknown" ]
  ] . # 

<http://www.example.org/fhir/Observation/vrdr-decedent-military-service-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-decedent-military-service-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-military-service"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-military-service>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:55280-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55280-2" ] ;
fhir:display [ fhir:v "Military service Narrative" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  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:text [ fhir:v "No" ]
  ] . # 

<http://www.example.org/fhir/Observation/vrdr-examiner-contacted-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-examiner-contacted-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-examiner-contacted"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-examiner-contacted>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:74497-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74497-9" ] ;
fhir:display [ fhir:v "Medical examiner or coroner was contacted [US Standard Certificate of Death]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ]     ] ) ;
fhir:text [ fhir:v "Yes" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:69452-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69452-1" ] ;
fhir:display [ fhir:v "Coroner - medical examiner case number" ]       ] )     ] ;
fhir:value [ fhir:v "23-00083" ]
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-decedent-pregnancy-status-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-decedent-pregnancy-status-dcr-ex1"] ; # 
  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: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:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/CodeSystem-death-pregnancy-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Not pregnant within past year" ]     ] )
  ] . # 

<http://www.example.org/fhir/Observation/vrdr-tobacco-use-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-tobacco-use-dcr-ex1"] ; # 
  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: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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "Unknown" ]     ] ) ;
fhir:text [ fhir:v "Unknown" ]
  ] . # 

<http://www.example.org/fhir/Location/vrdr-death-location-dcr-ex1> a fhir:Location ;
  fhir:id [ fhir:v "vrdr-death-location-dcr-ex1"] ; # 
  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:identifier ( [
fhir:system [ fhir:v "http://Tahoe.Web/Insurity.Tahoe.Organization.Entity.BusinessUnitCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LOADED_FACILITY_20022" ]
  ] ) ; # 
  fhir:name [ fhir:v "Lawrence & Memorial Hospital"] ; # 
  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:line [
fhir:v "123 Any Street" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Any Street" ]       ] )     ] ) ;
fhir:city [ fhir:v "Wayne" ] ;
fhir:district [ fhir:v "Wayne" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48184" ] ;
fhir:country [ fhir:v "US" ]
  ] . # 

<http://www.example.org/fhir/Location/vrdr-injury-location-dcr-ex1> a fhir:Location ;
  fhir:id [ fhir:v "vrdr-injury-location-dcr-ex1"] ; # 
  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:name [ fhir:v "Home"] ; # 
  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:line [
fhir:v "1 Two Street" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Two" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Street" ]       ] )     ] ) ;
fhir:city [ fhir:v "Kennesaw" ] ;
fhir:district [ fhir:v "COBB" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30144" ] ;
fhir:country [ fhir:v "US" ]
  ] . # 

<http://www.example.org/fhir/Observation/vrdr-injury-incident-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-injury-incident-dcr-ex1"] ; # 
  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: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:display [ fhir:v "Injury incident description" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:effective [ fhir:v "2000-01-01"^^xsd:date] ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "shot by other" ]
  ] ; # 
  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:display [ fhir:v "Did death result from injury at work" ]       ] )     ] ;
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:text [ fhir:v "No" ]     ]
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-autopsy-performed-indicator-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-autopsy-performed-indicator-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-autopsy-performed-indicator"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-autopsy-performed-indicator>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:85699-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85699-7" ] ;
fhir:display [ fhir:v "Autopsy was performed" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ]     ] ) ;
fhir:text [ fhir:v "Yes" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:69436-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69436-4" ] ;
fhir:display [ fhir:v "Autopsy results available" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ]       ] )     ]
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-death-date-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-death-date-dcr-ex1"] ; # 
  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: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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-04-24T01:00:00-04:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-dcr-ex1" ]
  ] ) ; # 
  fhir:value [ fhir:v "2023-04-24T01:00:00-04:00"^^xsd:dateTime] ; # 
  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 "2023-04-24T14:00:00-04: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:16983000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16983000" ] ;
fhir:display [ fhir:v "Death in hospital" ]       ] )     ]
  ] ) . # 

<http://www.example.org/fhir/Practitioner/vr-practitioner-ex1> a fhir:Practitioner ;
  fhir:id [ fhir:v "vr-practitioner-ex1"] ; # 
  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:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "456789" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Examiner" ] ;
    ( fhir:given [ fhir:v "Medical" ] [ fhir:v "B" ] )
  ] ) ; # 
  fhir:address ( [
fhir:city [ fhir:v "Kennesaw" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30144" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . # 

<http://www.example.org/fhir/Practitioner/us-core-practitioner-dcr-ex1> a fhir:Practitioner ;
  fhir:id [ fhir:v "us-core-practitioner-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Doctor" ] ;
    ( fhir:given [ fhir:v "Lm" ] )
  ] ) ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
a sct:309343006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309343006" ] ;
fhir:display [ fhir:v "Medical doctor" ]       ] ) ;
fhir:text [ fhir:v "Medical doctor" ]     ]
  ] ) . # 

<http://www.example.org/fhir/Procedure/vrdr-death-certification-dcr-ex1> a fhir:Procedure ;
  fhir:id [ fhir:v "vrdr-death-certification-dcr-ex1"] ; # 
  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:status [ fhir:v "completed"] ; # 
  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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:performed [ fhir:v "2023-04-27T15:30:00-04: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/vrdr-certifier-dcr-ex1" ]     ]
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-manner-of-death-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-manner-of-death-dcr-ex1"] ; # 
  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: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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-dcr-ex1" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:27935005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27935005" ] ;
fhir:display [ fhir:v "Homicide" ]     ] ) ;
fhir:text [ fhir:v "Homicide" ]
  ] . # 

<http://www.example.org/fhir/Observation/vrdr-cause-of-death-part1-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-cause-of-death-part1-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part1>     ] )
  ] ; # 
  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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Gunshot Wound of Head" ]
  ] ; # 
  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 "1 year" ]
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-cause-of-death-part2-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-cause-of-death-part2-dcr-ex1"] ; # 
  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: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/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/vrdr-certifier-dcr-ex1" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Arteriosclerosis" ]
  ] . # 

<http://www.example.org/fhir/Location/vrdr-disposition-location-dcr-ex1> a fhir:Location ;
  fhir:id [ fhir:v "vrdr-disposition-location-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-disposition-location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-disposition-location>     ] )
  ] ; # 
  fhir:name [ fhir:v "Affordable Cremations, LLC"] ; # 
  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 "disposition" ]     ] )
  ] ) ; # 
  fhir:address [
fhir:city [ fhir:v "BARRETT PARKWAY" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:country [ fhir:v "US" ]
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "si" ] ;
fhir:display [ fhir:v "Site" ]     ] )
  ] . # 

<http://www.example.org/fhir/Organization/vrdr-funeral-home-dcr-ex1> a fhir:Organization ;
  fhir:id [ fhir:v "vrdr-funeral-home-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-funeral-home"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-funeral-home>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "139" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-organization-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "funeralhome" ] ;
fhir:display [ fhir:v "Funeral Home" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Byles-Macdougall Funeral Service (New London)"] ; # 
  fhir:address ( [
    ( fhir:line [
fhir:v "88 Huntington St" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "88" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Huntington" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "St" ]       ] )     ] ) ;
fhir:city [ fhir:v "Kennesaw" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30144" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . # 

<http://www.example.org/fhir/Observation/vrdr-decedent-disposition-method-dcr-ex1> a fhir:Observation ;
  fhir:id [ fhir:v "vrdr-decedent-disposition-method-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-disposition-method"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-disposition-method>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:80905-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80905-3" ] ;
fhir:display [ fhir:v "Body disposition method" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/vrdr-decedent-dcr-ex1" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-04-29"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/vrdr-mortician-dcr-ex1" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:449961000124104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "449961000124104" ] ;
fhir:display [ fhir:v "Cremation" ]     ] )
  ] . # 

<http://www.example.org/fhir/Practitioner/vrdr-mortician-dcr-ex1> a fhir:Practitioner ;
  fhir:id [ fhir:v "vrdr-mortician-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-mortician"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-mortician>     ] [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/practitioner-role"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mortician" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "199612AB" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Byles" ] ;
    ( fhir:given [ fhir:v "Donald" ] [ fhir:v "W" ] )
  ] ) . # 

<http://www.example.org/fhir/Practitioner/vrdr-certifier-dcr-ex1> a fhir:Practitioner ;
  fhir:id [ fhir:v "vrdr-certifier-dcr-ex1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/practitioner-role"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Certifier" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Examiner" ] ;
    ( fhir:given [ fhir:v "Medical" ] [ fhir:v "A" ] )
  ] ) ; # 
  fhir:address ( [
fhir:city [ fhir:v "Kennesaw" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30144" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . #