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:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "observation-parent-education-level-jada-ann-quinn"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "6" ];
fhir:Meta.lastUpdated [ fhir:value "2020-11-19T04:35:18.918+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#LyV3mImQTcDpHZyl" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-parent-education-level";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-parent-education-level> ]
];
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: {http://loinc.org 57712-2}\">Highest level of education Mother</span></p><p><b>subject</b>: <a href=\"Patient-patient-child-babyg-quinn.html\">Generated Summary: Medical Record Number: 9932702 (USUAL); Baby G Quinn ; gender: female; birthDate: 2019-02-12; 1</a></p><p><b>focus</b>: <a href=\"RelatedPerson-relatedperson-mother-jada-ann-quinn.html\">Generated Summary: Social Security number: 132225986 (USUAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode NMTH}\">Natural Mother</span>; Jada Ann Quinn (OFFICIAL); Phone: 1-(404)555-1212, jadaann.quinn@example.com; gender: female; birthDate: 1985-01-15</a></p><p><b>value</b>: <span title=\"Codes: {urn:oid:2.16.840.1.114222.4.5.274 PHC1455}\">Doctorate Degree or Professional Degree</span></p></div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:57712-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "57712-2" ];
fhir:Coding.display [ fhir:value "Highest level of education Mother" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-child-babyg-quinn" ]
];
fhir:Observation.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "RelatedPerson/relatedperson-mother-jada-ann-quinn" ]
];
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 "PHC1455" ];
fhir:Coding.display [ fhir:value "Doctorate Degree or Professional Degree" ] ];
fhir:CodeableConcept.text [ fhir:value "Doctorate Degree or Professional Degree" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.