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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeMedication
IdMedication-medication-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: Medication

Resource Medication "medication-opd-amoxicillin"

Profile: MoPH-PC Medication

Medication: Image URL: http://example.com/image1.jpg

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

doseForm: Capsule (SNOMED CT#732937005)

totalVolume: 10 Capsule (Details: SNOMED CT code 732937005 = '732937005')


Source1

{
  "resourceType": "Medication",
  "id": "medication-opd-amoxicillin",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-medication-base"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-medication-image-url",
      "valueUri": "http://example.com/image1.jpg"
    }
  ],
  "code": {
    "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": "Amoxicillin"
  },
  "doseForm": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "732937005",
        "display": "Capsule"
      }
    ]
  },
  "totalVolume": {
    "value": 10,
    "unit": "Capsule",
    "system": "http://snomed.info/sct",
    "code": "732937005"
  }
}