Birth And Fetal Death (BFDR) 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 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. 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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-coded-cause-of-fetal-death-not-named</b></p><a name=\"composition-coded-cause-of-fetal-death-not-named\"> </a><a name=\"hccomposition-coded-cause-of-fetal-death-not-named\"> </a><a name=\"composition-coded-cause-of-fetal-death-not-named-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 86804-2}\">Cause of death classification and related information Document</span></p><p><b>date</b>: 2019-01-09</p><p><b>author</b>: National Center for Health Statistics</p><p><b>title</b>: Coded Cause of Fetal Death</p></div>"
] ; #
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:reference [ fhir:v "Observation/observation-coded-initiating-fetal-death-cause-or-condition" ] ] [
fhir:reference [ fhir:v "Observation/observation-coded-other-fetal-death-cause-or-condition-not-named" ] ] )
] ) . #