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

: Voided Live Birth Certificate Document - 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-void-live-birth-certificate-babyg-quinn"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-02T00:14:59.909+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#oSoZuZL8LflUtvsZ" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-void-live-birth-certificate";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-void-live-birth-certificate>     ]
  ];
  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 - Birth Certificate Id (BCT)</b>: id: 1234</p><p><b>Extension - Birth Certificate File Number (BCFN)</b>: id: 99999-99999</p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 68998-4}\">U.S. standard certificate of live birth - 2003 revision</span></p><p><b>encounter</b>: <a href=\"Encounter-encounter-birth-babyg-quinn.html\">Encounter - Birth (Baby G Quinn). Generated Summary: id: 9937012; 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: Feb 12, 2019 8:00:00 PM --&gt; Feb 15, 2019 5:00:00 PM</a></p><p><b>date</b>: 2019-02-12</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>: Voided Live Birth Certificate Document</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-birth-certificate-id" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.value [ fhir:value "1234" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-birth-certificate-file-number" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.value [ fhir:value "99999-99999" ]     ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:68998-4;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "68998-4" ];
       fhir:Coding.display [ fhir:value "U.S. standard certificate of live birth - 2003 revision" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-child-babyg-quinn" ];
     fhir:Reference.display [ fhir:value "Patient - Child (Baby G Quinn)" ]
  ];
  fhir:Composition.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/encounter-birth-babyg-quinn" ];
     fhir:Reference.display [ fhir:value "Encounter - Birth (Baby G Quinn)" ]
  ];
  fhir:Composition.date [ fhir:value "2019-02-12"^^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 "Voided Live Birth Certificate Document"].

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

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