@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "healthprogramparticipation-example1"] ; # 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-example1"

Profile: AU Health Program Participation Summary

status: final

category: Cancer screening program (Observation Category Codes AU#program "Program")

code: BreastScreen Australia Program Participation (SNOMED CT#1602091000168107 "National breast cancer screening program participation")

subject: Patient/example5 " SIMMONS"

effective: 2022-05-14

performer: ABN: 54505206361

component

code: Participation status (SNOMED CT#1603781000168102 "Program participation status")

value: Deferred next screening (SNOMED CT#1601981000168101 "Participation temporarily suspended")

component

code: Participation status period (SNOMED CT#1603791000168104)

value: 2022-05-14 --> 2023-03-14

component

code: Reason for deferral (SNOMED CT#1603991000168102 "Reason for program non participation")

value: Travelling (SNOMED CT#420008001 "Travel")

" ] ; # fhir:status [ fhir:v "final"] ; # Scenario: Deferred BreastScreen Australia Screening due to travel # Scenario Description: Participant was invited to screen, Deferred screening for 10 months due to travel. # Information recorded by BreastScreen VIC 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 "Cancer screening program" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:1602091000168107 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1602091000168107" ] ; fhir:display [ fhir:v "National breast cancer screening program participation" ] ] ) ; fhir:text [ fhir:v "BreastScreen Australia Program Participation" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example5" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MC" ] ; fhir:display [ fhir:v "Patient's Medicare number" ] ] ) ; fhir:text [ fhir:v "Medicare Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "22968184811" ] ; fhir:period [ fhir:end [ fhir:v "2022-12"^^xsd:gYearMonth ] ] ] ] ; # fhir:effective [ fhir:v "2022-05-14"^^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 "XX" ] ] ) ; fhir:text [ fhir:v "ABN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ; fhir:value [ fhir:v "54505206361" ] ] ] ) ; # BreastScreen Victoria 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:text [ fhir:v "Participation status" ] ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:1601981000168101 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1601981000168101" ] ; fhir:display [ fhir:v "Participation temporarily suspended" ] ] ) ; fhir:text [ fhir:v "Deferred next screening" ] ] ] [ fhir:code [ fhir:coding ( [ a sct:1603791000168104 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1603791000168104" ] ] ) ; fhir:text [ fhir:v "Participation status period" ] ] ; fhir:value [ a fhir:Period ; fhir:start [ fhir:v "2022-05-14"^^xsd:date ] ; fhir:end [ fhir:v "2023-03-14"^^xsd:date ] ] ] [ fhir:code [ fhir:coding ( [ a sct:1603991000168102 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1603991000168102" ] ; fhir:display [ fhir:v "Reason for program non participation" ] ] ) ; fhir:text [ fhir:v "Reason for deferral" ] ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:420008001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "420008001" ] ; fhir:display [ fhir:v "Travel" ] ] ) ; fhir:text [ fhir:v "Travelling" ] ] ] ) . # # -------------------------------------------------------------------------------------