FHIR IG analytics| Package | ca.qc.sq.sgrdv |
| Resource Type | Bundle |
| Id | Bundle-sgrdv-lock-example-response-failure.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "sgrdv-lock-example-response-failure",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-lock-response-bundle"
]
},
"entry": [
{
"resource": {
"resourceType": "OperationOutcome",
"id": "sgrdv-lock-example-outcome-failure",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-operation-outcome"
]
},
"issue": [
{
"details": {
"coding": [
{
"system": "http://sante.quebec/fhir/CodeSystem/sgrdv-operation-outcome-codes-extension",
"code": "MSG_AUCUNE_DISPO"
}
],
"text": "Aucune disponibilité n'a pu être verrouillée."
},
"severity": "information",
"code": "informational"
}
]
}
}
],
"type": "collection"
}