@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "BrandedPack1"]; 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 \"BrandedPack1\"

Profile: AU Base Medication

code: Nexium Hp7 (14 x Nexium tablets, 28 x Amoxil capsules, 14 x Klacid tablets), 1 pack (SNOMED CT#14207011000036103; SNOMED CT#28214011000036106 \"esomeprazole 20 mg enteric tablet [14] (&) amoxicillin 500 mg capsule [28] (&) clarithromycin 500 mg tablet [14], 1 pack\")

manufacturer: : AstraZeneca Pty Ltd

form: Tablet ()

" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:14207011000036103; 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 "BPG" ]; fhir:Coding.display [ fhir:value "Branded package with no container" ] ] ]; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "14207011000036103" ]; fhir:Coding.display [ fhir:value "Nexium Hp7 (14 x Nexium tablets, 28 x Amoxil capsules, 14 x Klacid tablets), 1 pack" ] ], [ fhir:index 1; a sct:28214011000036106; 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 "28214011000036106" ]; fhir:Coding.display [ fhir:value "esomeprazole 20 mg enteric tablet [14] (&) amoxicillin 500 mg capsule [28] (&) clarithromycin 500 mg tablet [14], 1 pack" ] ]; fhir:CodeableConcept.text [ fhir:value "Nexium Hp7 (14 x Nexium tablets, 28 x Amoxil capsules, 14 x Klacid tablets), 1 pack" ] ]; fhir:Medication.manufacturer [ fhir:Reference.identifier [ fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://pbs.gov.au/identifier/manufacturer" ]; fhir:Identifier.value [ fhir:value "AP" ] ]; fhir:Reference.display [ fhir:value "AstraZeneca Pty Ltd" ] ]; fhir:Medication.form [ fhir:CodeableConcept.text [ fhir:value "Tablet" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------