FHIR IG analytics| Package | silth.fhir.th.mophpc1 |
| Resource Type | Medication |
| Id | Medication-medication-opd-amoxicillin.json |
| FHIR Version | R5 |
No resources found
No resources found
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')
{
"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"
}
}