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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeMedicationAdministration
IdMedicationAdministration-PACMedicationAdministrationExample.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 PACMedicationAdministrationExample

status: Completed

medication: 阿莫西林 500mg

subject: 先生 張 (official) Male, DoB: 1965-03-15 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code)

effective: 2025-10-16 10:00:00+0800


Source1

{
  "resourceType": "MedicationAdministration",
  "id": "PACMedicationAdministrationExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/MyMedicationAdministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "阿莫西林 500mg"
  },
  "subject": {
    "reference": "Patient/stroke-patient-001"
  },
  "effectiveDateTime": "2025-10-16T10:00:00+08:00"
}