@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "no-med-hist-01"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2018-09-21T09:01:00+10:00"^^xsd:dateTime ] ; 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-med-hist-01

Last updated: 2018-09-21 09:01:00+1000

Profiles: http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-simple-1, ADHA Core Observation

status: Final

category: History finding

code: Assertion

subject: Wei Zhang Male, DoB: 1972-05-03 ( IHI: Austalian Healthcare Identifier - Individual#8003608000228437)

effective: 2018-09-21

performer: PractitionerRole General practitioner registrar

value: No relevant medical history

" ] ; # 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/mhr-zhang-wei" ] ; 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 "8003608000228437" ] ] ] ; # fhir:effective [ fhir:v "2018-09-21"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/strempel-sonia-gp" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "UPIN" ] ] ) ; fhir:text [ fhir:v "Medicare Provider Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "5544887B" ] ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:1224831000168103 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1224831000168103" ] ; fhir:display [ fhir:v "No relevant medical history" ] ] ) ] . # # -------------------------------------------------------------------------------------