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

Generated Narrative: Observation observation-evs-max-01

status: Final

category: Uncategorised Medical History Item

code: Taste sense altered

subject: Larry Lobster Male, DoB: ( IHI: Austalian Healthcare Identifier - Individual#8003608166895854)

effective: 2017-03-30

note: Patient reports a metallic taste sensation.

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "102.16627" ] ; fhir:display [ fhir:v "Uncategorised Medical History Item" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:271801002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "271801002" ] ; fhir:display [ fhir:v "Taste sense altered" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/lobster-larry" ] ] ; # fhir:effective [ fhir:v "2017-03-30"^^xsd:date] ; # fhir:note ( [ fhir:text [ fhir:v "Patient reports a metallic taste sensation." ] ] ) . # # -------------------------------------------------------------------------------------