UV_Vital Records Birth and Fetal Death Reporting
1.1.0 - STU 1.1 International flag

UV_Vital Records Birth and Fetal Death Reporting, published by IHE International. This is not an authorized publication; it is the continuous build for version 1.1.0). This version is based on the current content of https://github.com/IHE/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:versionId [ fhir:v "9" ] ;
fhir:lastUpdated [ fhir:v "2021-05-14T12:25:21.905Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/QRPH/bfdr/StructureDefinition/Composition-coded-cause-of-fetal-death"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/QRPH/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 &quot;composition-coded-cause-of-fetal-death-not-named&quot; Version &quot;9&quot; Updated &quot;2021-05-14 12:25:21+0000&quot; </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>: <a href=\"Organization-organization-nchs.html\">Organization/organization-nchs: National Center for Health Statistics</a> &quot;National Center for Health Statistics (NCHS)&quot;</p><p><b>title</b>: Coded Cause of Fetal Death</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://profiles.ihe.net/QRPH/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:reference [ fhir:v "Patient/patient-decedent-fetus-not-named" ] ;
fhir:display [ fhir:v "Patient - Decedent Fetus (Fetus Not Named)" ]
  ] ; # 
  fhir:date [ fhir:v "2019-01-09"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/organization-nchs" ] ;
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 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:display [ fhir:v "Cause of death classification and related information Document" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/condition-coded-initiating-fetal-death-cause-or-condition" ] ;
fhir:display [ fhir:v "Condition - Coded Initiating Fetal Death Cause or Condition (Not Named)" ]     ] [
fhir:reference [ fhir:v "Condition/condition-coded-other-fetal-death-cause-or-condition-not-named" ] ;
fhir:display [ fhir:v "Condition - Coded Other Fetal Death Cause or Condition (Not Named)" ]     ] )
  ] ) . #