FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-med-req-cod-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
藥品請求的識別碼:7077 (http://www.moi.gov.tw)
藥品請求的狀態:Active ( MedicationRequest Status Reason Codes#clarif)
藥品請求的意圖:Order ( medicationRequest Intent#order)
藥品請求的類別:Discharge ( MedicationRequest Category Codes#discharge)
藥品:阿立批挫 ( 臺灣藥品及醫療器材代碼值集#衛署藥輸字第025485號)
病人:Patient/pat-example "陳加玲"
最初請求時間:2022-08-01 06:00:14-0500
提出藥品請求請求者:Practitioner/pra-dr-example "王依昇"
開立處方的原因:Observation/obs-lab-example
處方可用以配藥的有效期限:2022-08-01 06:00:14-0500 --> 2022-08-08 06:00:14-0500
{
"resourceType": "MedicationRequest",
"id": "med-req-cod-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.moi.gov.tw",
"value": "7077"
}
],
"status": "active",
"statusReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason",
"code": "clarif"
}
]
},
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "discharge"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
"code": "衛署藥輸字第025485號",
"display": "阿立批挫"
}
],
"text": "阿立批挫"
},
"subject": {
"reference": "Patient/pat-example"
},
"encounter": {
"reference": "Encounter/enc-example"
},
"authoredOn": "2022-08-01T18:00:14+08:00",
"requester": {
"reference": "Practitioner/pra-dr-example"
},
"reasonReference": [
{
"reference": "Observation/obs-lab-example"
}
],
"dosageInstruction": [
{
"text": "三餐飯後,口服",
"timing": {
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw",
"code": "PC"
}
],
"text": "三餐飯後"
}
},
"route": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
"code": "PO"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered"
}
]
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2022-08-01T18:00:14+08:00",
"end": "2022-08-08T18:00:14+08:00"
}
}
}