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

Generated Narrative: Observation

Resource Observation "norelevantfinding-1"

Profiles: AU Core Assertion of No Relevant Finding, AU Core Observation

status: final

category: Survey (Observation Category Codes#survey)

code: Assertion (ActCode#ASSERTION)

subject: Patient/wang-li " WANG"

encounter: : GP Visit

effective: 2016-07-02

performer: PractitionerRole/bobrester-bob-gp

value: Patient not taking any medications (SNOMED CT#1234391000168107 "No known current medicines")

" ] ; # 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 "survey" ] ] ) ] ) ; # 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/wang-li" ] ] ; # fhir:encounter [ fhir:display [ fhir:v "GP Visit" ] ] ; # fhir:effective [ fhir:v "2016-07-02"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ; fhir:display [ fhir:v "National provider identifier" ] ] ) ; fhir:text [ fhir:v "HPI-I" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003614900041243" ] ] ] ) ; # 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" ] ] ) ; fhir:text [ fhir:v "Patient not taking any medications" ] ] . # # -------------------------------------------------------------------------------------