@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "benpen-03"]; 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 "extensions" ]; fhir:Narrative.div "

Generated Narrative: Medication

Resource Medication \"benpen-03\"

Profile: ADHA Core Medication

Medication Generic Drug Name: Benzylpenicillin

Medication Brand Name: Benpen

code: Benpen 3 g powder for injection, 1 vial ()

manufacturer:

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name" ]; fhir:Extension.valueString [ fhir:value "Benzylpenicillin" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name" ]; fhir:Extension.valueString [ fhir:value "Benpen" ] ]; fhir:Medication.code [ fhir:CodeableConcept.text [ fhir:value "Benpen 3 g powder for injection, 1 vial" ] ]; fhir:Medication.manufacturer [ fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "http://pbs.gov.au/code/manufacturer" ]; fhir:Identifier.value [ fhir:value "CS" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------