FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | MedicationRequest |
| Id | dosage-example-3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Dosage instruction example
Timed administration with period at day, 1 tablet in the morning, 2 tablets at lunch, 3 tablets in the evening and 4 tablets for the night, "1+2+3+4"
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": "Timed administration with period at day '1+2+3+4'"
},
{
"display": "Timed administration with period at day, 1 tablet in the morning, 2 tablets at lunch, 3 tablets in the evening and 4 tablets for the night"
},
{
"display": "dosage-example-3"
}
]
},
"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,
"patientInstruction": "1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten",
"timing": {
"repeat": {
"when": "MORN"
}
},
"asNeededBoolean": false,
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"code": "{tbl}"
}
}
],
"method": {
"coding": [
{
"code": "738995006"
}
]
}
},
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
"valueString": "sväljes"
}
],
"sequence": 1,
"patientInstruction": "1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten",
"timing": {
"repeat": {
"when": "NOON"
}
},
"asNeededBoolean": false,
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 2,
"code": "{tbl}"
}
}
]
},
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
"valueString": "sväljes"
}
],
"sequence": 1,
"patientInstruction": "1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten",
"timing": {
"repeat": {
"when": "EVE"
}
},
"asNeededBoolean": false,
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 3,
"code": "{tbl}"
}
}
]
},
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
"valueString": "sväljes"
}
],
"sequence": 1,
"patientInstruction": "1 tablett på morgonen, 2 tabletter till lunch, 3 tabletter till kvällen, 4 tabletter till natten",
"timing": {
"repeat": {
"when": "NIGHT"
}
},
"asNeededBoolean": false,
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 4,
"code": "{tbl}"
}
}
]
}
]
}