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

FHIR IG analytics

Packageca.on.consent.r4
Resource TypeOperationOutcome
Idexample-pcoi-operationoutcome.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

insert autogenerated text here, or not


Source1

{
  "resourceType": "OperationOutcome",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-OperationOutcome|1.0.0"
    ]
  },
  "id": "bfbd6336-4a67-41de-9f7f-d102a0c8bbe4",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source",
          "valueString": "DHDR"
        }
      ],
      "severity": "information",
      "code": "informational",
      "details": {
        "coding": [
          {
            "code": "DHDR-ALL-OPERATIONAL",
            "display": "Successfully Processed Consent Override"
          },
          {
            "system": "urn:ietf:rfc:7231",
            "code": "201",
            "display": "Created"
          }
        ],
        "text": "DHDR Successfully Processed Consent Override"
      }
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source",
          "valueString": "DHIR"
        }
      ],
      "severity": "error",
      "code": "code-invalid",
      "details": {
        "coding": [
          {
            "code": "DHIR-NOT-AVAILABLE",
            "display": "DHDR Operation Not Found"
          },
          {
            "system": "urn:ietf:rfc:7231",
            "code": "405",
            "display": "Method Not Allowed"
          }
        ],
        "text": "DHIR Operation Not Found"
      },
      "expression": [
        "Consent.provision.code"
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source",
          "valueString": "PCOI"
        }
      ],
      "severity": "warning",
      "code": "incomplete",
      "details": {
        "coding": [
          {
            "code": "PCOI-PARTIAL",
            "display": "Partial Success"
          }
        ],
        "text": "PCOI Partially Successful"
      }
    }
  ]
}