@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "norelevantfinding-example0"]; 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-example0\"

Profile: AU Assertion of No Relevant Finding

status: final

code: Assertion (ActCode#ASSERTION)

subject: Patient/example0 \" FRANKLIN\"

effective: 2018-10-23

value: No history of procedure (SNOMED CT#416128008)

" ]; 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.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:416128008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "416128008" ]; fhir:Coding.display [ fhir:value "No history of procedure" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------