{
  "resourceType": "OperationOutcome",
  "id": "fed7d432-4bf8-49e5-8419-e58ab9f8cdef",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/pcr-operationoutcome|2.0.0"
    ]
  },
  "issue": [
    {
      "severity": "warning",
      "code": "not-found",
      "details": {
        "coding": [
          {
            "system": "http://ehealthontario.ca/fhir/CodeSystem/pcr-master-service-data-exception-code",
            "code": "5116"
          }
        ],
        "text": "No patient found."
      }
    }
  ]
}