Birth And Fetal Death (BFDR) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

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 Race and Ethnicity - Baby G Quinn - 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-race-and-ethnicity-baby-g-quinn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-race-and-ethnicity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-race-and-ethnicity>     ] )
  ] ; # 
  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-race-and-ethnicity-baby-g-quinn</b></p><a name=\"composition-coded-race-and-ethnicity-baby-g-quinn\"> </a><a name=\"hccomposition-coded-race-and-ethnicity-baby-g-quinn\"> </a><a name=\"composition-coded-race-and-ethnicity-baby-g-quinn-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 86805-9}\">Race and ethnicity 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 Race and Ethnicity</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:86805-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86805-9" ] ;
fhir:display [ fhir:v "Race and ethnicity information Document" ]     ] )
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "Patient - Child (Baby G Quinn)" ]
  ] ; # 
  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 Race and Ethnicity"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Mother's Coded Race and Ethnicity" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ]       ] )     ] ;
fhir:focus [
fhir:display [ fhir:v "patient-mother-jada-ann-quinn" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-input-race-and-ethnicity-mother" ]     ] [
fhir:reference [ fhir:v "Observation/observation-coded-race-and-ethnicity-mother" ]     ] )
  ] [
fhir:title [ fhir:v "Father's Coded Race and Ethnicity" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NFTH" ]       ] )     ] ;
fhir:focus [
fhir:display [ fhir:v "relatedperson-father-natural-james-brandon-quinn" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-input-race-and-ethnicity-father" ]     ] [
fhir:reference [ fhir:v "Observation/observation-coded-race-and-ethnicity-father" ]     ] )
  ] ) . #