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

Profile: AU Base Medication

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

form: Tablet ()

" ] ; # fhir:code [ fhir:coding ( [ 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://example.acme.com.au/generic-packages"^^xsd:anyURI ] ; fhir:code [ fhir:v "5636-24556" ] ; fhir:display [ fhir:v "Paracetamol 500mg (100)" ] ] [ a sct:28314011000036104 ; 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 "28314011000036104" ] ; fhir:display [ fhir:v "paracetamol 500 mg tablet, 100" ] ] ) ; fhir:text [ fhir:v "Paracetamol 500mg (100)" ] ] ; # fhir:form [ fhir:text [ fhir:v "Tablet" ] ] . # # -------------------------------------------------------------------------------------