FHIR IG analytics| Package | tw.gov.mohw.cdc.tb |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medReq-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: 药物请求 medReq-min
Profile: 用藥-MedicationRequest TB Drug
identifier: 0123456789005982020160624AC13083100
status: Active
intent: Order
medication: "ISONIAZID TABLETS ""WINSTON"""
subject: Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))
supportingInformation: Observation Body weight
authoredOn: 2016-06-20
reasonCode: 1
dosageInstruction
timing: Code , Once
DoseAndRates
Dose[x] 1
| Quantity |
| 28 |
{
"resourceType": "MedicationRequest",
"id": "medReq-min",
"meta": {
"profile": [
"https://tb.cdc.gov.tw/tb/StructureDefinition/MedicationRequest-tb-drug"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "0123456789005982020160624AC13083100"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
"code": "AC13083100"
}
]
},
"subject": {
"reference": "Patient/pat-min"
},
"encounter": {
"reference": "Encounter/enc-drug"
},
"supportingInformation": [
{
"reference": "Observation/weight"
}
],
"authoredOn": "2016-06-20",
"requester": {
"reference": "Practitioner/pra-min"
},
"reasonCode": [
{
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw",
"code": "A15.0"
}
],
"text": "1"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 28,
"system": "http://unitsofmeasure.org",
"code": "d"
}
},
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "QD"
}
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 28
}
}
}