FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | MedicationRequest |
| Id | dosage-example-16.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Dosage instruction example
Free text dosage, 2 tablets 3 times daily for 3 weeks, then 1-2 tablets once daily if needed for 2 months, "2x3 i 3v; 1-2x1vb i 2m"
This example focuses on how to create a dosage instruction. All other information in the medication request except the dosage instruction is incomplete.
{
"resourceType": "MedicationRequest",
"id": "<uuid>",
"meta": {
"tag": [
{
"display": "Free text dosage '2x3 i 3v; 1-2x1vb i 2m'"
},
{
"display": "Free text dosage, 2 tablets 3 times daily for 3 weeks, then 1-2 tablets once daily if needed for 2 months"
},
{
"display": "dosage-example-16"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "unknown",
"intent": "order",
"medicationCodeableConcept": {
"text": "This order has no medication"
},
"subject": {
"reference": "Patient/<uuid>"
},
"dosageInstruction": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
"valueString": "sväljes"
}
],
"sequence": 1,
"text": "2 tabletter 3 gånger dagligen i 3 veckor, därefter 1- 2 tabletter 1 gång dagligen vid behov i 2 månader",
"patientInstruction": "2 tabletter 3 gånger dagligen i 3 veckor, därefter 1- 2 tabletter 1 gång dagligen vid behov i 2 månader",
"asNeededBoolean": false,
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"code": "{tbl}"
}
}
]
}
]
}