This page is part of the Vital Records Birth and Fetal Death Reporting (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
: Composition - Coded Cause of Fetal Death - Fetus Not Named - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "composition-coded-cause-of-fetal-death-not-named"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-cause-of-fetal-death"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-cause-of-fetal-death> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"composition-coded-cause-of-fetal-death-not-named\"> </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 "composition-coded-cause-of-fetal-death-not-named" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Composition-coded-cause-of-fetal-death.html\">Composition - Coded Cause of Fetal Death</a></p></div><p><b>Extension - Fetal Death Report Number</b>: Fetal Death Report ID: 9876</p><p><b>identifier</b>: id: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: final</p><p><b>type</b>: Cause of death classification and related information Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#86804-2)</span></p><p><b>date</b>: 2019-01-09</p><p><b>author</b>: <span>: National Center for Health Statistics</span></p><p><b>title</b>: Coded Cause of Fetal Death</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-fetal-death-report-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 "FDR" ] ] ) ] ;
fhir:value [ fhir:v "9876" ] ]
] ) ; #
fhir:identifier [
fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:86804-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86804-2" ] ;
fhir:display [ fhir:v "Cause of death classification and related information Document" ] ] )
] ; #
fhir:subject [
fhir:display [ fhir:v "Patient - Decedent Fetus (Fetus Not Named)" ]
] ; #
fhir:date [ fhir:v "2019-01-09"^^xsd:date] ; #
fhir:author ( [
fhir:display [ fhir:v "National Center for Health Statistics" ]
] ) ; #
fhir:title [ fhir:v "Coded Cause of Fetal Death"] ; #
fhir:section ( [
fhir:title [ fhir:v "Coded Initiating Cause of Fetal Death" ] ;
fhir:code [
( fhir:coding [
a loinc:86804-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86804-2" ] ] ) ] ;
( fhir:entry [
fhir:link <http://www.example.org/fhir/Observation/observation-coded-initiating-fetal-death-cause-or-condition> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Observation/observation-coded-initiating-fetal-death-cause-or-condition" ] ] [
fhir:link <http://www.example.org/fhir/Observation/observation-coded-other-fetal-death-cause-or-condition-not-named> ;
fhir:reference [ fhir:v "http://www.example.org/fhir/Observation/observation-coded-other-fetal-death-cause-or-condition-not-named" ] ] )
] ) . #