@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "occupation-Example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation occupation-Example1

identifier: Unspecified Identifier/occupation-Example1

status: Final

category: Social History

code: History of Occupation

subject: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

effective: 2023-08-22 02:46:06-0700 --> (ongoing)

value: Management, Business, Science, and Arts Occupations:

Components

-CodeValue[x]
*History of Occupation IndustryAgriculture, Forestry, Fishing, and Hunting, and Mining
" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ; fhir:text [ fhir:v "Unspecified Identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ObservationId/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "occupation-Example1" ] ] ) ; # 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:code [ fhir:coding ( [ a loinc:11341-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11341-5" ] ; fhir:display [ fhir:v "History of Occupation" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2023-08-22T02:46:06-07:00"^^xsd:dateTime ] ] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/occupation"^^xsd:anyURI ] ; fhir:code [ fhir:v "0010-3550" ] ; fhir:display [ fhir:v "Management, Business, Science, and Arts Occupations:" ] ] ) ; fhir:text [ fhir:v "Management, Business, Science, and Arts Occupations:" ] ] ; # fhir:component ( [ fhir:code [ fhir:coding ( [ a loinc:86188-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "86188-0" ] ; fhir:display [ fhir:v "History of Occupation Industry" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/occupationIndustry"^^xsd:anyURI ] ; fhir:code [ fhir:v "0170-0490" ] ; fhir:display [ fhir:v "Agriculture, Forestry, Fishing, and Hunting, and Mining" ] ] ) ; fhir:text [ fhir:v "Agriculture, Forestry, Fishing, and Hunting, and Mining" ] ] ] ) . # # -------------------------------------------------------------------------------------