FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedicationAdministration
IdMedicationAdministration-example0.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationAdministration example0

status: Completed

category: Community

medication: Medication Chlorsig

subject: Harry Dan Male, DoB: 1939-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

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

Performers

-FunctionActor
*PerformerRelatedPerson Mary Smith

Dosages

-TextSiteDose
*2 drops to the left eyeLeft eye2 drop

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medication-admin-category",
        "code": "community"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/BrandedPackSingleActiveIngredient0"
  },
  "subject": {
    "reference": "Patient/example1"
  },
  "effectiveDateTime": "2021-10-09T10:00:00+10:00",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/med-admin-perform-function",
            "code": "performer"
          }
        ]
      },
      "actor": {
        "reference": "RelatedPerson/example1"
      }
    }
  ],
  "dosage": {
    "text": "2 drops to the left eye",
    "site": {
      "text": "Left eye"
    },
    "dose": {
      "value": 2,
      "unit": "drop"
    }
  }
}