FHIR IG analytics| Package | tw.gov.mohw.nhi.empd |
| Resource Type | Medication |
| Id | Medication-med-01-ep.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication med-01-ep
Profile: 電子處方箋-藥物處方內容(Medication)
code: YEN KUANG EYE DROPS
form: Ophthalmic Drops
| Item[x] | Strength |
| Sulfamethoxazole Sodium | 20 mg/1 ml |
{
"resourceType": "Medication",
"id": "med-01-ep",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs",
"code": "A000015421"
}
],
"text": "YEN KUANG EYE DROPS"
},
"form": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "OPDROP"
}
],
"text": "Ophthalmic Drops"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363528007",
"display": "Sulfamethoxazole (substance)"
}
],
"text": "Sulfamethoxazole Sodium"
},
"strength": {
"numerator": {
"value": 20,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "ml"
}
}
}
]
}