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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeMedicationRequest
IdMedicationReqest-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "182e3a8c-b684-462e-92b2-acb3c09ecf1e",
  "meta": {
    "versionId": "11",
    "lastUpdated": "2022-10-16T09:17:00.834Z"
  },
  "extension": [
    {
      "url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PrescriptionType",
      "valueCoding": {
        "system": "https://fhir.nhs.uk/CodeSystem/prescription-type",
        "code": "0101",
        "display": "Primary Care Prescriber – Medical Prescriber"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/prescription-order-item-number",
      "value": "5cb17f5a-11ac-4e18-825f-6470467238b3"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "community",
          "display": "Community"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "35936511000001108",
        "display": "Salbutamol 100micrograms/dose inhaler"
      }
    ]
  },
  "subject": {
    "reference": "Patient/073eef49-81ee-4c2e-893b-bc2e4efd2630",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    }
  },
  "authoredOn": "2020-12-21T18:15:29+00:00",
  "requester": {
    "reference": "PractitionerRole/070c652c-7506-40c7-a4f8-1fddb85a7a3a",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
      "value": "200102238987"
    }
  },
  "groupIdentifier": {
    "extension": [
      {
        "url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PrescriptionId",
        "valueIdentifier": {
          "system": "https://fhir.nhs.uk/Id/prescription",
          "value": "b2fc79f0-2793-4736-9b2d-0976c21e73a5"
        }
      }
    ],
    "system": "https://fhir.nhs.uk/Id/prescription-order-number",
    "value": "82D996-C81010-11DB12"
  },
  "courseOfTherapyType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
        "code": "acute",
        "display": "Short course (acute) therapy"
      }
    ]
  },
  "dosageInstruction": [
    {
      "text": "One dose to be taken five times a day",
      "timing": {
        "repeat": {
          "frequency": 5,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "18679011000001101",
            "display": "Inhalation"
          }
        ]
      }
    }
  ],
  "dispenseRequest": {
    "extension": [
      {
        "url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PerformerSiteType",
        "valueCoding": {
          "system": "https://fhir.nhs.uk/CodeSystem/dispensing-site-preference",
          "code": "P1"
        }
      }
    ],
    "validityPeriod": {
      "start": "2020-06-10",
      "end": "2020-12-07"
    },
    "quantity": {
      "value": 200,
      "unit": "dose",
      "system": "http://snomed.info/sct",
      "code": "3317411000001100"
    },
    "expectedSupplyDuration": {
      "value": 40,
      "unit": "day",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "VNE51"
      }
    }
  },
  "substitution": {
    "allowedBoolean": false
  }
}