FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-ltc-medication-administration-metformin-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration ltc-medication-administration-metformin-example
Profile: 長期照顧-用藥資料
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
| Actor |
| PractitionerRole Registered nurse |
note: @2024-01-15 08:00:00+0800
住民按時服藥,無不良反應
| Route | Dose |
| 口服 | 500 mg (Details: UCUM codemg = 'mg') |
{
"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"
}
}
}