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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeMedicationAdministration
IdMedicationAdministration-ltc-medication-administration-metformin-example.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 ltc-medication-administration-metformin-example

status: Completed

medication: Product containing benethamine penicillin (medicinal product)

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

effective: 2024-01-15 08:00:00+0800

Performers

-Actor
*PractitionerRole Registered nurse

note: @2024-01-15 08:00:00+0800

住民按時服藥,無不良反應

Dosages

-RouteDose
*口服500 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "ltc-medication-administration-metformin-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCMedicationAdministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "323402006",
        "display": "Product containing benethamine penicillin (medicinal product)"
      }
    ],
    "text": "Product containing benethamine penicillin (medicinal product)"
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T08:00:00+08:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
      }
    }
  ],
  "note": [
    {
      "time": "2024-01-15T08:00:00+08:00",
      "text": "住民按時服藥,無不良反應"
    }
  ],
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral route"
        }
      ],
      "text": "口服"
    },
    "dose": {
      "value": 500,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}