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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeMedicationRequest
Idmedreq.json
FHIR VersionR3

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": "b269d1d7-1acf-47bb-8b3c-e38b583d9a07",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation",
      "extension": [
        {
          "url": "numberOfPrescriptionsIssued",
          "valueUnsignedInt": 1
        },
        {
          "url": "authorisationExpiryDate",
          "valueDateTime": "2023-09-10T19:00:00.000Z"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/prescription-order-number",
      "value": "CDT38E-Y765968-4FG3BQ"
    }
  ],
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.or/CodeSystem/medicationrequest-category",
          "code": "community",
          "display": "Community"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/ct",
        "code": "3113111000001106",
        "display": "Pulmicort 100 Turbohaler (AstraZeneca UK Ltd)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/9000000009",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9000000009"
    },
    "display": "Jane Smith"
  },
  "requester": {
    "reference": "Practitioner/16708936-6397-4e03-b84f-4aaa790633e0"
  },
  "courseOfTherapyType": {
    "coding": [
      {
        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy",
        "code": "continuous",
        "display": "Continuous long term therapy"
      }
    ]
  },
  "authoredOn": "2022-10-13T16:20:27+07:00",
  "substitution": {
    "allowedBoolean": false
  },
  "dosageInstruction": [
    {
      "text": "One to two puffs to be inhaled as needed",
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "420652005",
            "display": "Until Gone"
          }
        ]
      }
    }
  ]
}