FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | RequestGroup |
| Id | UKCore-RequestGroup-MultipleAntibiotics-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "RequestGroup",
"id": "UKCore-RequestGroup-MultipleAntibiotics-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33633005",
"display": "Prescription of drug"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"authoredOn": "2023-06-15T15:00:00.000Z",
"author": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"note": [
{
"text": "The preferred option is Amoxicillin 500mg capsules, three times a day."
}
],
"action": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/action-type",
"code": "create"
}
]
},
"selectionBehavior": "at-most-one",
"action": [
{
"id": "UKCore-MedicationRequest-Amoxicillin-Example",
"description": "Amoxicillin 500mg capsules, three times a day. This is the preferred option.",
"resource": {
"reference": "MedicationRequest/UKCore-MedicationRequest-Amoxicillin-Example"
}
},
{
"id": "UKCore-MedicationRequest-Clarithromycin-Example",
"description": "Clarithromycin 500mg tablet, three times a day.",
"resource": {
"reference": "MedicationRequest/UKCore-MedicationRequest-Clarithromycin-Example"
}
},
{
"id": "UKCore-MedicationRequest-Doxycycline-Example",
"description": "Doxycycline 200mg stat (now), followed by 100mg daily.",
"resource": {
"reference": "MedicationRequest/UKCore-MedicationRequest-Doxycycline-Example"
}
}
]
}
]
}