Vital Records Birth and Fetal Death Reporting
1.0.0 - STU 1

This page is part of the Vital Records Birth and Fetal Death Reporting (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Edit Flag - Mother's Birthdate - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "observation-edit-flag-mothers-date-of-birth-example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-11-18T23:57:59.405+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#oXdBMTcNo1LhPenU" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-edit-flag-mothers-date-of-birth";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-edit-flag-mothers-date-of-birth>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {urn:oid:2.16.840.1.114222.4.5.274 PHC1482}\">Mothers birthdate Edit flag</span></p><p><b>value</b>: <span title=\"Codes: {urn:oid:2.16.840.1.114222.4.5.274 PHC1362}\">Edit Passed</span></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:Coding.code [ fhir:value "PHC1482" ];
       fhir:Coding.display [ fhir:value "Mothers birthdate Edit flag" ]     ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:Coding.code [ fhir:value "PHC1362" ];
       fhir:Coding.display [ fhir:value "Edit Passed" ]     ]
  ].

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

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