FHIR IG analytics| Package | pcr.r4.1-1-0-pkg |
| Resource Type | Bundle |
| Id | Empty-Bundle-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}