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

: Observation - Parent Education Level example [James Quinn] - 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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "observation-parent-education-level-james-quinn"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "7" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-11-19T05:09:01.479+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#tqKaLQPM6yz4Jcqz" ];
     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 87300-0}\">Highest level of education Father</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-father-natural-james-brandon-quinn.html\">Generated Summary: Social Security number: 132225987; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode NFTH}\">Natural Father</span>; James Brandon Quinn (OFFICIAL); gender: male; birthDate: 1972-11-24</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:87300-0;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "87300-0" ];
       fhir:Coding.display [ fhir:value "Highest level of education Father" ]     ]
  ];
  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-father-natural-james-brandon-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.