@prefix fhir: . @prefix loinc: . @prefix owl: . @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/StructureDefinition/ee-mpi-socialhistory-occupation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "Occupation"

Profile: EE MPI SocialHistory Occupation

status: final

category: Social history (Observation Category Codes#social-history)

code: History of Occupation (LOINC#11341-5; SNOMED CT#184104002)

subject: Patient/pat1 " BOSSENKO"

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

performer: Organization/Org1 "Kodality General Hospital"

component

code: Job details (SNOMED CT#160922003)

value: Pediaater (Classification of Occupations#22122501)

component

code: Type of job (SNOMED CT#224361009)

value: Sedentary job (SNOMED CT#160923008)

" ] ; # 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:11341-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11341-5" ] ] [ 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:effective [ a fhir:Period ; fhir:start [ fhir:v "2021-11-23"^^xsd:date ] ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Organization/Org1" ] ] ) ; # 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/ee-occupation"^^xsd:anyURI ] ; fhir:code [ fhir:v "22122501" ] ; fhir:display [ fhir:v "Pediaater" ] ] ) ] ] [ fhir:code [ fhir:coding ( [ a sct:224361009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "224361009" ] ; fhir:display [ fhir:v "Type of job" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:160923008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "160923008" ] ; fhir:display [ fhir:v "Sedentary job" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------