@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "no-current-meds-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-simple-1"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation no-current-meds-01

status: Final

category: History finding

code: Assertion

subject: Bonny Goodwin (official) Female, DoB: 1986-11-13 ( Medicare Number: 3951032981 (, period: (?) --> 2024-08))

effective: 2021-09-21

performer: Bonny Goodwin (official) Female, DoB: 1986-11-13 ( Medicare Number: 3951032981 (, period: (?) --> 2024-08))

value: No known current medicines

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:365854008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "365854008" ] ; fhir:display [ fhir:v "History finding" ] ] ) ] ) ; # TBD - Determine appropriate category for observations of this nature fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "ASSERTION" ] ; fhir:display [ fhir:v "Assertion" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/hi-testdata-goodwin-bonny" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608000228445" ] ] ] ; # fhir:effective [ fhir:v "2021-09-21"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Patient/hi-testdata-goodwin-bonny" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:1234391000168107 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1234391000168107" ] ; fhir:display [ fhir:v "No known current medicines" ] ] ) ] . # # -------------------------------------------------------------------------------------