@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-medlist"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
Date: 2018-10-24Mode: workingStatus: currentCode: Current Medicine
Subject: Patient/example0 " FRANKLIN"Source: (null)
Items
Observation/norelevantfinding-example3
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://tools.ietf.org/html/rfc4122"^^xsd:anyURI ] ; fhir:value [ fhir:v "2793d1c8-4e99-11e9-8647-d663bd873d93" ] ] ) ; # fhir:status [ fhir:v "current"] ; # fhir:mode [ fhir:v "working"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "101.32009" ] ; fhir:display [ fhir:v "Current Medicine" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ] ; # fhir:date [ fhir:v "2018-10-24"^^xsd:date] ; # fhir:source [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example1" ] ] ; # fhir:entry ( [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "Observation/norelevantfinding-example3" ] ] ] ) . # # -------------------------------------------------------------------------------------