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

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeBundle
IdEmpty-Bundle-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": "Bundle",
  "id": "empty-bundle-example",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle|2.0.0"
    ]
  },
  "type": "searchset",
  "total": 0,
  "link": [
    {
      "relation": "self",
      "url": "https://ehealthontario.ca/api/fhir/Patient?identifier=https%3A%2F%2Ffhir.infoway-inforoute.ca%2FNamingSystem%2Fca-on-patient-hcn%7C1234567890"
    }
  ],
  "entry": [
    {
      "fullUrl": "urn:uuid:edfae2c4-cc60-4a46-80f7-5a3b59b81569",
      "resource": {
        "resourceType": "OperationOutcome",
        "id": "edfae2c4-cc60-4a46-80f7-5a3b59b81569",
        "meta": {
          "profile": [
            "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-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": "5118"
                }
              ],
              "text": "No patient found"
            }
          }
        ]
      },
      "search": {
        "mode": "outcome"
      }
    }
  ]
}