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

Generated Narrative: Observation

Resource Observation "norelevantfinding-example3"

Profile: AU Assertion of No Relevant Finding

status: final

code: Assertion (ActCode#ASSERTION)

subject: Patient/example0 " FRANKLIN"

effective: 2018-10-23

performer: Practitioner/example3 " FERNANDO"

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

" ] ; # fhir:status [ fhir:v "final"] ; # 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/example0" ] ] ; # fhir:effective [ fhir:v "2018-10-23"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example3" ] ] ) ; # 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" ] ] . # # -------------------------------------------------------------------------------------