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

Generated Narrative: Observation Occupation

status: Final

category: Social history

code: Patient occupation

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

performer: Organization Some Hospital

component

code: Job details

value: Pediaater

component

code: Regularity of work

value: 0.75 1 (Details: UCUM code1 = '1')


Generated Narrative: Organization #Org2

identifier: https://fhir.ee/sid/org/est/br/22131341

active: true

name: Some Hospital

Contacts

-Address
*Ravi 10 Tallinn EE (work)
"^^rdf:XMLLiteral ] ; # fhir:contained ( [ a fhir:Organization ; fhir:id [ fhir:v "Org2" ] ; fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-organization"^^xsd:anyURI ; fhir:link ] ) ] ; fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/org/est/br"^^xsd:anyURI ] ; fhir:value [ fhir:v "22131341" ] ] ) ; fhir:active [ fhir:v true ] ; fhir:name [ fhir:v "Some Hospital" ] ; fhir:contact ( [ fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "Ravi 10" ] ) ; fhir:city [ fhir:v "Tallinn" ] ; fhir:country [ fhir:v "EE" ] ] ] ) ] ) ; # 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 sct:184104002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "184104002" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; # fhir:performer ( [ fhir:reference [ fhir:v "#Org2" ] ] ) ; # fhir:component ( [ fhir:code [ fhir:coding ( [ a sct:160922003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "160922003" ] ; fhir:display [ fhir:v "Job details" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/occupation"^^xsd:anyURI ] ; fhir:code [ fhir:v "22122501" ] ; fhir:display [ fhir:v "Pediaater" ] ] ) ] ] [ fhir:code [ fhir:coding ( [ a sct:224374003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "224374003" ] ; fhir:display [ fhir:v "Regularity of work" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 0.75 ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ] ] ) . # # -------------------------------------------------------------------------------------