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

FHIR IG analytics

Packageuk.nhsdigital.medicines.r4.test
Resource TypeOperationOutcome
IdOperationOutcome-0004PrescriptionWithAnotherDispenser-option2.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": "OperationOutcome",
  "id": "option2",
  "meta": {
    "lastUpdated": "2021-04-14T11:35:00+00:00"
  },
  "extension": [
    {
      "url": "https://fhir.nhs.uk/StructureDefinition/Extension-Spine-supportingInfo",
      "valueReference": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "VNE51"
        },
        "display": "The Simple Pharmacy"
      }
    }
  ],
  "issue": [
    {
      "severity": "error",
      "code": "conflict",
      "details": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/EPS-IssueCode",
            "code": "PRESCRIPTION_WITH_ANOTHER_DISPENSER",
            "display": "Prescription is with another dispenser"
          }
        ]
      }
    }
  ]
}