@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "GenericPack0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-medication"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Medication

Resource Medication \"GenericPack0\"

Profile: AU Base Medication

code: Paracetamol 500mg (100) (generic-packages#5636-24556; SNOMED CT#28314011000036104 \"paracetamol 500 mg tablet, 100\")

form: Tablet ()

" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-type" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medication-type" ]; fhir:Coding.code [ fhir:value "UPG" ]; fhir:Coding.display [ fhir:value "Unbranded package with no container" ] ] ]; fhir:Coding.system [ fhir:value "http://example.acme.com.au/generic-packages" ]; fhir:Coding.code [ fhir:value "5636-24556" ]; fhir:Coding.display [ fhir:value "Paracetamol 500mg (100)" ] ], [ fhir:index 1; a sct:28314011000036104; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-type" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medication-type" ]; fhir:Coding.code [ fhir:value "UPG" ]; fhir:Coding.display [ fhir:value "Unbranded package with no container" ] ] ]; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "28314011000036104" ]; fhir:Coding.display [ fhir:value "paracetamol 500 mg tablet, 100" ] ]; fhir:CodeableConcept.text [ fhir:value "Paracetamol 500mg (100)" ] ]; fhir:Medication.form [ fhir:CodeableConcept.text [ fhir:value "Tablet" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------