FHIR IG analytics| Package | hl7.fhir.eu.mpd-r5 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-200C-2-medication-prescription-request1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest 200C-2-medication-prescription-request1
Profile: MedicationRequest: MPD
identifier: 200-1/2
groupIdentifier: 200
status: Active
intent: Order
| Concept |
| Valacyclovir (as valacyclovir hydrochloride) 500 mg oral tablet |
subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)
authoredOn: 2024-10-06
requester: PractitionerRole Clinical oncologist
| Concept |
| Herpes simplex type 1 infection |
dosageInstruction
timing: 2 per 1 day
DoseAndRates
Dose[x] 1 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')
| ValidityPeriod | NumberOfRepeatsAllowed | Quantity |
| 2024-10-06 --> 2024-12-06 | 1 | 10 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)') |
{
"resourceType": "MedicationRequest",
"id": "200C-2-medication-prescription-request1",
"meta": {
"profile": [
"http://hl7.eu/fhir/mpd-r5/StructureDefinition/MedicationRequest-eu-mpd"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "200-1/2"
}
],
"groupIdentifier": {
"value": "200"
},
"status": "active",
"intent": "order",
"medication": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "324821004",
"display": "Valacyclovir (as valacyclovir hydrochloride) 500 mg oral tablet"
}
]
}
},
"subject": {
"reference": "Patient/patient1"
},
"authoredOn": "2024-10-06",
"requester": {
"reference": "PractitionerRole/doctor1"
},
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "407451003",
"display": "Herpes simplex type 1 infection"
}
]
}
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 5,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2024-10-06",
"end": "2024-12-06"
},
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 10,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}