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

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 clinical finding in subject (SNOMED CT#443508001)

" ] ; # 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:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:443508001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "443508001" ] ; fhir:display [ fhir:v "No history of clinical finding in subject" ] ] ) ] . # # -------------------------------------------------------------------------------------