FHIR IG analytics| Package | ca.qc.sq.sgrdv |
| Resource Type | Parameters |
| Id | Parameters-sgrdv-source-cancel-example-response-refused.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "sgrdv-source-cancel-example-response-refused",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-source-cancel-response-parameters"
]
},
"parameter": [
{
"name": "cancellationCompleted",
"valueBoolean": false
},
{
"name": "outcome",
"resource": {
"resourceType": "OperationOutcome",
"id": "sgrdv-source-cancel-example-outcome-refused",
"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_RV_INEXISTANT"
}
]
},
"severity": "error",
"code": "not-found"
}
]
}
}
]
}