FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | MedicationRequest |
| Id | dosage-example-14.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Dosage instruction example
Frequence administration, 1-2 tablets 3-4 times daily, max 2 tablets every three hours for 4-5 weeks, "1-2x3-4 max 2 var 3t i 4-5v"
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": "Frequence administration '1-2x3-4 max 2 var 3t i 4-5v'"
},
{
"display": "Frequence administration, 1-2 tablets 3-4 times daily, max 2 tablets every three hours for 4-5 weeks"
},
{
"display": "dosage-example-14"
}
]
},
"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,
"additionalInstruction": [
{
"text": "max 2 tabletter var tredje timme"
}
],
"patientInstruction": "1-2 tabletter 3-4 gånger dagligen i 4-5 veckor",
"asNeededBoolean": false,
"timing": {
"repeat": {
"boundsRange": {
"low": {
"value": 28,
"code": "d"
},
"high": {
"value": 35,
"code": "d"
}
},
"frequency": 3,
"frequencyMax": 4,
"period": 1,
"periodUnit": "d"
}
},
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"doseAndRate": [
{
"doseRange": {
"low": {
"value": 1,
"code": "{tbl}"
},
"high": {
"value": 2,
"code": "{tbl}"
}
}
}
]
}
]
}