Vital Records Death Reporting (VRDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QRPH.VRDR/ and changes regularly. See the Directory of published versions
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DeathCertificateUT-Example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition DeathCertificateUT-Example1</b></p><a name=\"DeathCertificateUT-Example1\"> </a><a name=\"hcDeathCertificateUT-Example1\"> </a><a name=\"DeathCertificateUT-Example1-en-US\"> </a><p><b>Filing Format</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-filing-format-cs electronic}\">Electronic</span></p><p><b>State Specific Field</b>: 20220101</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64297-5}\">Death certificate</span></p><p><b>date</b>: 2022-12-01 02:46:13-0500</p><p><b>author</b>: <a href=\"Practitioner-PractitionerUT-Certifier.html\">Practitioner William Henry Harrison (official)</a></p><p><b>title</b>: Death Certificate for Davis Lineberry Jr</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>Legal</td><td><a href=\"Practitioner-PractitionerUT-Certifier.html\">Practitioner William Henry Harrison (official)</a></td></tr></table><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 307930005}\">Death certificate (record artifact)</span></td><td><a href=\"Procedure-ProcedureDeathCertificationUT-Example1.html\">Procedure Death certification</a></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/FilingFormat"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-filing-format-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "electronic" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/StateSpecificField"^^xsd:anyURI ] ;
fhir:value [ fhir:v "20220101" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:64297-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64297-5" ] ;
fhir:display [ fhir:v "Death certificate" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/DecedentUT-Example1" ]
] ; #
fhir:date [ fhir:v "2022-12-01T02:46:13-05:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/PractitionerUT-Certifier" ]
] ) ; #
fhir:title [ fhir:v "Death Certificate for Davis Lineberry Jr"] ; #
fhir:attester ( [
fhir:mode [ fhir:v "legal" ] ;
fhir:party [
fhir:reference [ fhir:v "Practitioner/PractitionerUT-Certifier" ] ]
] ) ; #
fhir:event ( [
( fhir:code [
( 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:detail [
fhir:reference [ fhir:v "Procedure/ProcedureDeathCertificationUT-Example1" ] ] )
] ) ; #
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/DecedentUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/BirthRecordIdentifierUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/InputRaceAndEthnicityUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/EducationUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/AgeUT-Example1" ] ] [
fhir:reference [ fhir:v "RelatedPerson/FatherUT-Example1" ] ] [
fhir:reference [ fhir:v "RelatedPerson/MotherUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/UsualWorkUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/MilitaryServiceUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/EmergingIssuesUT-Example1" ] ] )
] [
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/PractitionerUT-Certifier" ] ] [
fhir:reference [ fhir:v "Observation/InjuryIncidentUT-Example1" ] ] [
fhir:reference [ fhir:v "Procedure/ProcedureDeathCertificationUT-Example1" ] ] )
] [
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/AutopsyPerformedIndicatorUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/CauseOfDeathPart1UT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/DeathDateUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/PregnancyUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/TobaccoUseUT-Example1" ] ] [
fhir:reference [ fhir:v "Location/DeathLocationUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/MannerOfDeathUT-Example1" ] ] )
] [
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 "Organization/FuneralHomeUT-Example1" ] ] [
fhir:reference [ fhir:v "Observation/DispositionMethodUT-Example1" ] ] [
fhir:reference [ fhir:v "Location/DispositionLocationUT-Example1" ] ] )
] ) . #
IG © 2022+ HL7 International / Public Health. Package hl7.fhir.us.vrdr#3.0.0 based on FHIR 4.0.1. Generated 2024-10-23
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change