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

Generated Narrative: MedicationAdministration

Resource MedicationAdministration "self-admin-lantus"

Profile: AU Core MedicationAdministration

status: completed

medication: insulin glargine 100 units/mL injection, 5 x 3 mL pen devices (PBS Item Codes#11815W; SNOMED CT#824201000168102)

subject: Patient/smith-emma " SMITH"

effective: 2021-12-14 08:00:00+1000

Performers

-Actor
*Patient/smith-emma " SMITH"

reasonCode: Type 2 diabetes mellitus (SNOMED CT#44054006)

Dosages

-TextSiteRouteDose
*20 units subcutaneous to lower abdomenLower abdomen structure (SNOMED CT#27033000)Subcutaneous (SNOMED CT#263887005)20 U (Details: UCUM code U = 'U')
" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ; fhir:code [ fhir:v "11815W" ] ; fhir:display [ fhir:v "insulin glargine 100 units/mL injection, 5 x 3 mL pen devices" ] ] [ a sct:824201000168102 ; 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 "BPGC" ] ; fhir:display [ fhir:v "Branded package with container" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "824201000168102" ] ; fhir:display [ fhir:v "insulin glargine 100 units/mL injection, 5 x 3 mL pen devices" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:effective [ fhir:v "2021-12-14T08:00:00+10:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ] ) ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:44054006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "44054006" ] ; fhir:display [ fhir:v "Type 2 diabetes mellitus" ] ] ) ] ) ; # fhir:dosage [ fhir:text [ fhir:v "20 units subcutaneous to lower abdomen" ] ; fhir:site [ fhir:coding ( [ a sct:27033000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "27033000" ] ; fhir:display [ fhir:v "Lower abdomen structure" ] ] ) ] ; fhir:route [ fhir:coding ( [ a sct:263887005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "263887005" ] ; fhir:display [ fhir:v "Subcutaneous" ] ] ) ] ; fhir:dose [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:unit [ fhir:v "U" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ] ] . # # -------------------------------------------------------------------------------------