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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeMedicationStatement
IdMedicationStatement-medicationstatement-selfmed.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: MedicationStatement

Resource MedicationStatement "medicationstatement-selfmed"

Profile: MoPH-PC MedicationStatement

identifier: รหัสระบุยาที่ผู้รับบริการจัดหาเอง ซึ่งออกโดยหน่วยบริการ: XXXXXX

status: recorded

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: นาง สมควร ใจดี " ใจดี"

effective: 2021-03-24 --> 2021-03-31

dateAsserted: 2021-03-31 12:30:02+0700

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

dosage

text: 1 tablet three times per day

timing: Once per 1 days

route: Oral route (SNOMED CT#26643006)

doseAndRate


Source1

{
  "resourceType": "MedicationStatement",
  "id": "medicationstatement-selfmed",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-medicationstatement-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localSelfMed",
            "display": "รหัสระบุยาที่ผู้รับบริการจัดหาเอง ซึ่งออกโดยหน่วยบริการ"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/99999/SelfDrug",
      "value": "XXXXXX"
    }
  ],
  "status": "recorded",
  "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": "นาง สมควร ใจดี"
  },
  "effectivePeriod": {
    "start": "2021-03-24",
    "end": "2021-03-31"
  },
  "dateAsserted": "2021-03-31T12:30:02+07:00",
  "informationSource": [
    {
      "reference": "Patient/patient-patient4",
      "display": "นาง สมควร ใจดี"
    }
  ],
  "dosage": [
    {
      "text": "1 tablet three times per day",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Tab",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code": "TAB"
          }
        }
      ]
    }
  ]
}