FHIR IG analytics| Package | hl7.fhir.eu.mpd-r5 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-300C-2-medication-prescription-request2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest 300C-2-medication-prescription-request2
Profile: MedicationRequest: MPD
identifier: 300-2/2
groupIdentifier: 300
status: Active
intent: Option
| Reference |
| Medication: extension = Tube,20 gram; doseForm = Vaginal cream; totalVolume = 1 Tube |
subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)
authoredOn: 2024-10-06
requester: PractitionerRole Clinical oncologist
| Concept |
| Candidiasis of vagina |
dosageInstruction
timing: 2 per 1 day
DoseAndRates
Dose[x] 1 Application - unit of product usage (Details: SNOMED CT code413568008 = 'Application (qualifier value)')
| ValidityPeriod | NumberOfRepeatsAllowed | Quantity |
| 2024-10-06 --> 2024-12-06 | 1 | 20 gram(s) (Details: UCUM codeg = 'g') |
{
"resourceType": "MedicationRequest",
"id": "300C-2-medication-prescription-request2",
"meta": {
"profile": [
"http://hl7.eu/fhir/mpd-r5/StructureDefinition/MedicationRequest-eu-mpd"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "300-2/2"
}
],
"groupIdentifier": {
"value": "300"
},
"status": "active",
"intent": "option",
"medication": {
"reference": {
"reference": "Medication/02A1-CanifugCremolumCreamItem"
}
},
"subject": {
"reference": "Patient/patient1"
},
"authoredOn": "2024-10-06",
"requester": {
"reference": "PractitionerRole/doctor1"
},
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72934000",
"display": "Candidiasis of vagina"
}
]
}
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 6,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Application - unit of product usage",
"system": "http://snomed.info/sct",
"code": "413568008"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2024-10-06",
"end": "2024-12-06"
},
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 20,
"unit": "gram(s)",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
}