@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationAdministration ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-medicationadministration"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationAdministration

Resource MedicationAdministration "example0"

Profile: AU Base Medication Administration

status: completed

category: Community (Medication administration category codes#community)

medication: Medication/BrandedPackSingleActiveIngredient0

subject: Patient/example1 " DAN"

effective: 2021-10-09 10:00:00+1000

Performers

-FunctionActor
*Performer (MedicationAdministration Performer Function Codes#performer)RelatedPerson/example1 " SMITH"

Dosages

-TextSiteDose
*2 drops to the left eyeLeft eye ()2 drop
" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-admin-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "community" ] ] ) ] ; # fhir:medication [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Medication/BrandedPackSingleActiveIngredient0" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example1" ] ] ; # fhir:effective [ fhir:v "2021-10-09T10:00:00+10:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:function [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/med-admin-perform-function"^^xsd:anyURI ] ; fhir:code [ fhir:v "performer" ] ] ) ] ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "RelatedPerson/example1" ] ] ] ) ; # fhir:dosage [ fhir:text [ fhir:v "2 drops to the left eye" ] ; fhir:site [ fhir:text [ fhir:v "Left eye" ] ] ; fhir:dose [ fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "drop" ] ] ] . # # -------------------------------------------------------------------------------------