@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "EducationLevel"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-education-level"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation EducationLevel

status: Final

category: Social history

code: Highest level of education

subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)

issued: 1995-06-21 00:00:00+0200

value: Bachelor's or equivalent level education level

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "social-history" ] ; fhir:display [ fhir:v "Social history" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:82589-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "82589-3" ] ] [ a sct:105421008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "105421008" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; # fhir:issued [ fhir:v "1995-06-21T00:00:00+02:00"^^xsd:dateTime] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/omandatud-korgeim-haridus"^^xsd:anyURI ] ; fhir:code [ fhir:v "A6" ] ] ) ] . # # -------------------------------------------------------------------------------------