FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeRequestGroup
IdUKCore-RequestGroup-Paracetamol-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate the options for Paracetamol when prescribing multiple routes

Source1

{
  "resourceType": "RequestGroup",
  "id": "UKCore-RequestGroup-Paracetamol-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"
  },
  "action": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/action-type",
            "code": "create"
          }
        ]
      },
      "selectionBehavior": "at-most-one",
      "action": [
        {
          "id": "UKCore-MedicationRequest-ParacetamolOral-Example",
          "description": "Paracetamol 500mg, four times a day orally.",
          "resource": {
            "reference": "MedicationRequest/UKCore-MedicationRequest-ParacetamolOral-Example"
          }
        },
        {
          "id": "UKCore-MedicationRequest-ParacetamolIV-Example",
          "description": "Paracetamol 500mg, four times a day via IV.",
          "resource": {
            "reference": "MedicationRequest/UKCore-MedicationRequest-ParacetamolIV-Example"
          }
        }
      ]
    }
  ]
}