FHIR IG analytics| Package | ca.qc.sq.sgrdv |
| Resource Type | Bundle |
| Id | Bundle-sgrdv-book-example-response-lock-expired.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "sgrdv-book-example-response-lock-expired",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-book-response-bundle"
]
},
"entry": [
{
"resource": {
"resourceType": "OperationOutcome",
"id": "sgrdv-book-example-outcome-lock-expired",
"issue": [
{
"details": {
"coding": [
{
"system": "http://sante.quebec/fhir/CodeSystem/sgrdv-operation-outcome-codes-extension",
"code": "MSG_AUCUNE_DISPO"
}
],
"text": "Le verrou est expiré. La réservation n'a pas été transmise au DMÉ."
},
"severity": "error",
"code": "expired"
}
]
}
}
],
"type": "collection"
}