@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "norelevantfinding-example3"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "ASSERTION" ]; fhir:Coding.display [ fhir:value "Assertion" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-10-23"^^xsd:date]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example3" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:1234391000168107; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "1234391000168107" ]; fhir:Coding.display [ fhir:value "No known current medicines" ] ]; fhir:CodeableConcept.text [ fhir:value "Patient not taking any medications" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------