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

Generated Narrative: Observation IncapacityForWork

status: Final

category: Social history

code: Ability to perform occupation and employment activities

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

effective: 2021-11-23 --> (ongoing)

performer: Organization Kodality General Hospital

value: Puuduv töövõime

" ] ; # 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:301707001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "301707001" ] ; fhir:display [ fhir:v "Ability to perform occupation and employment activities" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2021-11-23"^^xsd:date ] ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Organization/Org1" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/incapacity-for-work-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "puudub" ] ; fhir:display [ fhir:v "Puuduv töövõime" ] ] ) ] . # # -------------------------------------------------------------------------------------