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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeTask
IdGPConnect-Task-Prescription-Renewal-SCT-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": "Task",
  "id": "GPConnect-Task-Prescription-Renewal-SCT-Example",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "725ca1bd-2860-4476-8802-8d035d802e7f"
    }
  ],
  "status": "requested",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "103742009",
        "display": "Renewal of prescription"
      }
    ]
  },
  "focus": {
    "extension": [
      {
        "url": "https://fhir.nhs.uk/England/StructureDefinition/England-Extension-ExtCodeableReference",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "3113111000001106",
              "display": "Pulmicort 100 Turbohaler (AstraZeneca UK Ltd)"
            }
          ]
        }
      }
    ],
    "reference": "MedicationRequest/06c7d0e2-1022-4e47-ac55-f6463d701a4f",
    "display": "Repeat prescription for Pulmicort 100 Turbohaler (AstraZeneca UK Ltd)"
  },
  "for": {
    "reference": "Patient/9000000009",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9000000009"
    },
    "display": "Jane Smith"
  },
  "authoredOn": "2022-11-23T20:20:27+07:00",
  "lastModified": "2022-11-23T20:20:27+07:00",
  "requester": {
    "reference": "Patient/9000000009",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9000000009"
    },
    "display": "Jane Smith"
  },
  "note": [
    {
      "authorString": "Patient",
      "text": "Ran out of previous prescription"
    }
  ]
}