@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "BrandedPack1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-medication"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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:code [ fhir:coding ( [ a sct:14207011000036103 ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-type"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medication-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "BPG" ] ; fhir:display [ fhir:v "Branded package with no container" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "14207011000036103" ] ; fhir:display [ fhir:v "Nexium Hp7 (14 x Nexium tablets, 28 x Amoxil capsules, 14 x Klacid tablets), 1 pack" ] ] [ a sct:28214011000036106 ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-type"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medication-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "UPG" ] ; fhir:display [ fhir:v "Unbranded package with no container" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "28214011000036106" ] ; fhir:display [ fhir:v "esomeprazole 20 mg enteric tablet [14] (&) amoxicillin 500 mg capsule [28] (&) clarithromycin 500 mg tablet [14], 1 pack" ] ] ) ; fhir:text [ fhir:v "Nexium Hp7 (14 x Nexium tablets, 28 x Amoxil capsules, 14 x Klacid tablets), 1 pack" ] ] ; # fhir:manufacturer [ fhir:identifier [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://pbs.gov.au/identifier/manufacturer"^^xsd:anyURI ] ; fhir:value [ fhir:v "AP" ] ] ; fhir:display [ fhir:v "AstraZeneca Pty Ltd" ] ] ; # fhir:form [ fhir:text [ fhir:v "Tablet" ] ] . # # -------------------------------------------------------------------------------------