FHIR IG analytics| Package | tw.gov.mohw.emr |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-med-req-01-ds.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest med-req-01-ds
Extension-給藥總日份: 7 days
identifier: http://www.moi.gov.tw//Med000001, 7
status: Active
intent: Order
category: 一般處方箋:處方用藥,一次給予7日(含)以下之用藥量, 自行調劑或檢驗(查)或物理治療
medication: Medication YEN KUANG EYE DROPS
subject: 甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))
authoredOn: 2024-01-12 00:00:00+0800
insurance: Coverage: status = active; type = 普通疾病
note: A, 否
| Method |
| Use |
| ValidityPeriod | NumberOfRepeatsAllowed |
| 2024-01-12 00:00:00+0800 --> 2024-01-19 00:00:00+0800 | 1 |
{
"resourceType": "MedicationRequest",
"id": "med-req-01-ds",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationRequest-DS"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Extension-TotalDuration",
"valueQuantity": {
"value": 7,
"unit": "days"
}
}
],
"identifier": [
{
"system": "http://www.moi.gov.tw/",
"value": "Med000001"
},
{
"value": "7"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription",
"code": "A"
}
]
},
{
"coding": [
{
"system": "https://www.nhi.gov.tw/",
"code": "0",
"display": "自行調劑或檢驗(查)或物理治療"
}
]
}
],
"medicationReference": {
"reference": "Medication/med-01-ds"
},
"subject": {
"reference": "Patient/pat-ds"
},
"encounter": {
"reference": "Encounter/enc-ds"
},
"authoredOn": "2024-01-12T00:00:00+08:00",
"insurance": [
{
"reference": "Coverage/cov-ds"
}
],
"note": [
{
"text": "A"
},
{
"text": "否"
}
],
"dosageInstruction": [
{
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419385000",
"display": "Use"
}
]
}
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2024-01-12T00:00:00+08:00",
"end": "2024-01-19T00:00:00+08:00"
},
"numberOfRepeatsAllowed": 1
}
}