@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-medlist"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Date: 2019-02-08Mode: snapshotStatus: currentCode: Current MedicineSubject: Patient/example0 \" FRANKLIN\"Source: (null)ItemsFlagMedicationStatement/example0UnchangedMedicationStatement/example1Unchanged" ]; fhir:List.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://tools.ietf.org/html/rfc4122" ]; fhir:Identifier.value [ fhir:value "fbee41d4-4e98-11e9-8647-d663bd873d93" ] ]; fhir:List.status [ fhir:value "current"]; fhir:List.mode [ fhir:value "snapshot"]; fhir:List.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1" ]; fhir:Coding.code [ fhir:value "101.32009" ]; fhir:Coding.display [ fhir:value "Current Medicine" ] ] ]; fhir:List.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ]; fhir:List.date [ fhir:value "2019-02-08"^^xsd:date]; fhir:List.source [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ] ]; fhir:List.entry [ fhir:index 0; fhir:List.entry.flag [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medicine-item-change" ]; fhir:Coding.code [ fhir:value "nochange" ] ] ]; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "MedicationStatement/example0" ] ] ], [ fhir:index 1; fhir:List.entry.flag [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medicine-item-change" ]; fhir:Coding.code [ fhir:value "nochange" ] ] ]; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "MedicationStatement/example1" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------