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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeMedicationDispense
IdMedicationDispense-medicationdispense-opd-amoxicillin.json
FHIR VersionR5

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: MedicationDispense

Resource MedicationDispense "medicationdispense-opd-amoxicillin"

Profile: MoPH-PC MedicationDispense

MedicationDispense: Delivery Mode: รับที่ counter ยา (43Plus: รหัสการส่งมอบยา (กรณีจ่ายไปใช้ที่บ้าน)#1)

status: completed

Medications

-Concept
*Amoxycillin 500 mg (cs-th-tmt#227162 "AAMOX 500 (ห้างขายยาตราเจ็ดดาว) (amoxicillin 500 mg) film-coated tablet, 1 tablet"; TH: รหัสยาที่เป็น local code ของสถานพยาบาลนั้น ๆ#1233 "Local code amoxycillin 500 mg")

subject: Patient/patient-patient4: นาง สมควร ใจดี " ใจดี"

Performers

-Actor
*Practitioner/practitioner-pharmacist1: ภญ. สมบูรณ์ จริงใจ " จริงใจ"

authorizingPrescription: MedicationRequest/medicationrequest-opd-amoxicillin

quantity: 21 Capsule (Details: SNOMED CT code 732937005 = '732937005')

daysSupply: 7 Day (Details: UCUM code d = 'd')

whenHandedOver: 2022-01-01 12:30:02+0700


Source1

{
  "resourceType": "MedicationDispense",
  "id": "medicationdispense-opd-amoxicillin",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-medicationdispense-base"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-medicationdispense-med-delivery-mode",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-43plus-medication-delivery",
            "code": "1",
            "display": "รับที่ counter ยา"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-tmt",
          "code": "227162",
          "display": "AAMOX 500 (ห้างขายยาตราเจ็ดดาว) (amoxicillin 500 mg) film-coated tablet, 1 tablet"
        },
        {
          "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-local-drug-code",
          "code": "1233",
          "display": "Local code amoxycillin 500 mg"
        }
      ],
      "text": "Amoxycillin 500 mg"
    }
  },
  "subject": {
    "reference": "Patient/patient-patient4",
    "display": "นาง สมควร ใจดี"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-pharmacist1",
        "identifier": {
          "system": "https://terms.sil-th.org/id/th-pharmacist-id",
          "value": "XXXXX"
        },
        "display": "ภญ. สมบูรณ์ จริงใจ"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/medicationrequest-opd-amoxicillin"
    }
  ],
  "quantity": {
    "value": 21,
    "unit": "Capsule",
    "system": "http://snomed.info/sct",
    "code": "732937005"
  },
  "daysSupply": {
    "value": 7,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenHandedOver": "2022-01-01T12:30:02+07:00"
}