@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "healthprogramparticipation-example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-healthprogramparticipation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "healthprogramparticipation-example0"

Profile: AU Health Program Participation Summary

status: final

category: Substance use therapy program (Observation Category Codes AU#program "Program")

code: 12 step Alcohol program participation (SNOMED CT#1602131000168109 "Substance use therapy program participation")

subject: Patient/example4 " SIMMONS"

encounter: Encounter/example2

effective: 2022-02-10

performer: Employee Number: 8223TAS

component

code: Program participation status (SNOMED CT#1603781000168102)

value: Active (SNOMED CT#1602001000168101 "Active participation")

component

code: Program participation status validity period (SNOMED CT#1603791000168104 "Program participation status period")

value: 2021-08-19 --> (ongoing)

" ] ; # fhir:status [ fhir:v "final"] ; # Scenario: Active participation in 12 step alcohol program # Scenario Description: Patient continues to actively participate in ongoing program since first enrolled 19 AUG 2021 # Discussed during annual GP checkup fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "program" ] ; fhir:display [ fhir:v "Program" ] ] ) ; fhir:text [ fhir:v "Substance use therapy program" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:1602131000168109 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1602131000168109" ] ; fhir:display [ fhir:v "Substance use therapy program participation" ] ] ) ; fhir:text [ fhir:v "12 step Alcohol program participation" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example4" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824754455"^^xsd:anyURI ] ; fhir:value [ fhir:v "22446688" ] ; fhir:assigner [ fhir:display [ fhir:v "TAS GP Medical Center TAS" ] ] ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/example2" ] ] ; # fhir:effective [ fhir:v "2022-02-10"^^xsd:date] ; # fhir:performer ( [ fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "EI" ] ; fhir:display [ fhir:v "Employee number" ] ] ) ; fhir:text [ fhir:v "Employee Number" ] ] ; fhir:system [ fhir:v "http://tasmedicalcenter.example.com/providers"^^xsd:anyURI ] ; fhir:value [ fhir:v "8223TAS" ] ; fhir:assigner [ fhir:display [ fhir:v "TAS GP Medical Center TAS" ] ] ] ] ) ; # fhir:component ( [ fhir:code [ fhir:coding ( [ a sct:1603781000168102 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1603781000168102" ] ; fhir:display [ fhir:v "Program participation status" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:1602001000168101 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1602001000168101" ] ; fhir:display [ fhir:v "Active participation" ] ] ) ; fhir:text [ fhir:v "Active" ] ] ] [ fhir:code [ fhir:coding ( [ a sct:1603791000168104 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1603791000168104" ] ; fhir:display [ fhir:v "Program participation status period" ] ] ) ; fhir:text [ fhir:v "Program participation status validity period" ] ] ; fhir:value [ a fhir:Period ; fhir:start [ fhir:v "2021-08-19"^^xsd:date ] ] ] ) . # # -------------------------------------------------------------------------------------