@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "nexium-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Medication

Resource Medication \"nexium-01\"

Profile: ADHA Core Medication

code: Nexium HP7 20;500;500 (1) (Monthly Index of Medical Specialties (MIMS)#70050102; WHO ATC#A02BD \"Combinations for eradication of Helicobacter pylori\"; SNOMED CT#28214011000036106 \"esomeprazole 20 mg enteric tablet [14] (&) amoxicillin 500 mg capsule [28] (&) clarithromycin 500 mg tablet [14], 1 pack\"; PBS Item Codes#8738X \"ESOMEPRAZOLE (&) CLARITHROMYCIN (&) AMOXICILLIN\"; SNOMED CT#14207011000036103 \"Nexium Hp7 (14 x Nexium tablets, 28 x Amoxil capsules, 14 x Klacid tablets), 1 pack\")

manufacturer: : AstraZeneca Pty Ltd

form: Tablet ()

" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.mims.com.au/codes" ]; fhir:Coding.code [ fhir:value "70050102" ]; fhir:Coding.display [ fhir:value "Nexium HP7 20;500;500 (1)" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ]; fhir:Coding.code [ fhir:value "A02BD" ]; fhir:Coding.display [ fhir:value "Combinations for eradication of Helicobacter pylori" ] ], [ fhir:index 2; 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:index 3; 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 "UPD" ]; fhir:Coding.display [ fhir:value "Unbranded product with no strengths or form" ] ] ]; fhir:Coding.system [ fhir:value "http://pbs.gov.au/code/item" ]; fhir:Coding.code [ fhir:value "8738X" ]; fhir:Coding.display [ fhir:value "ESOMEPRAZOLE (&) CLARITHROMYCIN (&) AMOXICILLIN" ] ], [ fhir:index 4; 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:CodeableConcept.text [ fhir:value "Nexium HP7 20;500;500 (1)" ] ]; 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 . # -------------------------------------------------------------------------------------