Vital Records Birth and Fetal Death Reporting
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Birth and Fetal Death Reporting (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Coded Race and Ethnicity example [Not Named] - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "composition-coded-race-and-ethnicity-not-named"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-02T01:19:22.186+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#oh73UvWveiIBmQyE" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-race-and-ethnicity";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-race-and-ethnicity>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Extension - Fetal Death Report Id (FDR)</b>: id: 9876</p><p><b>Extension - Fetal Death Report File Number (FDRFN)</b>: id: 11111-11111</p><p><b>identifier</b>: id: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><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>: <a href=\"Organization-organization-nchs.html\">National Center for Health Statistics. Generated Summary: active; name: National Center for Health Statistics (NCHS)</a></p><p><b>title</b>: Coded Race and Ethnicity</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-fetal-death-report-id" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.value [ fhir:value "9876" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-fetal-death-report-file-number" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.value [ fhir:value "11111-11111" ]     ]
  ];
  fhir:Composition.identifier [
     fhir:Identifier.value [ fhir:value "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:86805-9;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "86805-9" ];
       fhir:Coding.display [ fhir:value "Race and ethnicity information Document" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-decedent-fetus-not-named" ];
     fhir:Reference.display [ fhir:value "Patient - Decedent Fetus (Fetus Not Named)" ]
  ];
  fhir:Composition.date [ fhir:value "2019-01-09"^^xsd:date];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Organization/organization-nchs" ];
     fhir:Reference.display [ fhir:value "National Center for Health Statistics" ]
  ];
  fhir:Composition.title [ fhir:value "Coded Race and Ethnicity"];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Mother's Coded Race and Ethnicity" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:86805-9;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "86805-9" ];
         fhir:Coding.display [ fhir:value "Race and ethnicity information Document" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/observation-tabulated-ethnicity-jada-ann-quinn" ];
       fhir:Reference.display [ fhir:value "Observation - Tabulated Ethnicity (Jada Ann Quinn)" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "Observation/observation-bridged-race-jada-ann-quinn" ];
       fhir:Reference.display [ fhir:value "Observation - Bridged Race (Jada Ann Quinn)" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.