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
@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-void-fetal-death-not-named"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-02T00:14:59.890+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#OL4wBrY8GoK0HV0u" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-void-fetal-death-report";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-void-fetal-death-report> ]
];
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>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 69045-3}\">U.S. standard report of fetal death - 2003 revision</span></p><p><b>encounter</b>: <a href=\"Encounter-encounter-maternity-carmen-teresa-lee.html\">Encounter - Maternity (Carmen Teresa Lee). Generated Summary: id: 8937015; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99234}\">Under Observation or Inpatient Care Services (Including Admission and Discharge Services)</span>; period: Jan 8, 2019 5:00:00 PM --> Jan 10, 2019 12:00:00 AM</a></p><p><b>date</b>: 2019-01-09</p><p><b>author</b>: <a href=\"Organization-organization-jurisdictional-vital-records-office.html\">Jurisdictional Vital Records Office. Generated Summary: active; name: Jurisdictional Vital Records Office</a></p><p><b>title</b>: Void fetal death report Document</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.status [ fhir:value "final"];
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:69045-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "69045-3" ];
fhir:Coding.display [ fhir:value "U.S. standard report of fetal death - 2003 revision" ] ]
];
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.encounter [
fhir:Reference.reference [ fhir:value "Encounter/encounter-maternity-carmen-teresa-lee" ];
fhir:Reference.display [ fhir:value "Encounter - Maternity (Carmen Teresa Lee)" ]
];
fhir:Composition.date [ fhir:value "2019-01-09"^^xsd:date];
fhir:Composition.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/organization-jurisdictional-vital-records-office" ];
fhir:Reference.display [ fhir:value "Jurisdictional Vital Records Office" ]
];
fhir:Composition.title [ fhir:value "Void fetal death report Document"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.