@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # 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: 2019-02-08Mode: snapshotStatus: currentCode: Current MedicineSubject: Patient/example0 " FRANKLIN"Source: (null)ItemsFlagMedicationStatement/example0UnchangedMedicationStatement/example1Unchanged" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://tools.ietf.org/html/rfc4122"^^xsd:anyURI ] ; fhir:value [ fhir:v "fbee41d4-4e98-11e9-8647-d663bd873d93" ] ] ) ; # fhir:status [ fhir:v "current"] ; # fhir:mode [ fhir:v "snapshot"] ; # 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 "2019-02-08"^^xsd:date] ; # fhir:source [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/example3" ] ] ; # fhir:entry ( [ fhir:flag [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ; fhir:code [ fhir:v "nochange" ] ] ) ] ; fhir:item [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/example0" ] ] ] [ fhir:flag [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medicine-item-change"^^xsd:anyURI ] ; fhir:code [ fhir:v "nochange" ] ] ) ] ; fhir:item [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/example1" ] ] ] ) . # # -------------------------------------------------------------------------------------