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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeMedicationRequest
Idexample--gpc-data-model--medication-request.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": "7edb0b64-cb7c-482c-9689-a4e7e0339ec0",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-01-24T13:28:24.8580327+00:00",
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-MedicationRequest-1"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareConnect-GPC-MedicationRepeatInformation-1",
      "extension": [
        {
          "url": "numberOfRepeatPrescriptionsAllowed",
          "valuePositiveInt": 1
        },
        {
          "url": "numberOfRepeatPrescriptionsIssued",
          "valuePositiveInt": 1
        },
        {
          "url": "authorisationExpiryDate",
          "valueDateTime": "2023-01-31"
        }
      ]
    },
    {
      "url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareConnect-GPC-PrescriptionType-1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-PrescriptionType-1",
            "code": "acute"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hospital.example/medication-request",
      "value": "rx-0018243"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "identifier": {
      "system": "https://simplifier.net/gpconnect2",
      "value": "example--gpc-data-model--medication-request"
    }
  },
  "subject": {
    "identifier": {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
                "code": "01",
                "display": "Number present and verified"
              }
            ],
            "text": "Number present and verified"
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9989453456"
    }
  },
  "context": {
    "identifier": {
      "system": "https://hospital.example/visit-number",
      "value": "visit-00425123"
    }
  },
  "authoredOn": "2023-01-24T13:28:24.8752767+00:00",
  "requester": {
    "agent": {
      "identifier": {
        "system": "https://fhir.hl7.org.uk/Id/gmc-number",
        "value": "00143922"
      }
    }
  },
  "recorder": {
    "identifier": {
      "system": "https://fhir.hl7.org.uk/Id/gmc-number",
      "value": "0054272"
    }
  },
  "note": [
    {
      "authorReference": {
        "identifier": {
          "system": "https://fhir.hl7.org.uk/Id/gmc-number",
          "value": "00143922"
        }
      },
      "time": "2023-01-24T13:28:24.8839537+00:00",
      "text": "Free text... R4 of the FHIR standard supports GitHub Flavoured Markdown (GFM)"
    }
  ],
  "dosageInstruction": [
    {
      "text": "10 milligram - two times a day - oral - Swallow your capsules whole with a glass of water. DO NOT break, crush or chew them",
      "patientInstruction": "Swallow your capsules whole with a glass of water. DO NOT break, crush or chew them",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 2,
          "periodUnit": "d",
          "when": [
            "C"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "https://snomed.info/sct",
            "code": "26643006"
          }
        ],
        "text": "oral"
      },
      "doseQuantity": {
        "value": 10,
        "unit": "milligram",
        "system": "https://unitsofmeasure.org",
        "code": "mg"
      }
    }
  ],
  "dispenseRequest": {
    "extension": [
      {
        "url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareConnect-GPC-MedicationQuantityText-1",
        "valueString": "14 capsules"
      }
    ],
    "validityPeriod": {
      "start": "2023-01-20",
      "end": "2023-01-27"
    },
    "quantity": {
      "value": 14,
      "unit": "capsule",
      "system": "http://snomed.info/sct",
      "code": "732937005"
    },
    "expectedSupplyDuration": {
      "value": 7,
      "unit": "d",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RFR"
      }
    }
  },
  "substitution": {
    "allowed": false
  }
}