FHIR IG analytics| Package | ca.qc.sq.sgrdv |
| Resource Type | Bundle |
| Id | Bundle-sgrdv-book-example-response-success.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "sgrdv-book-example-response-success",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-book-response-bundle"
]
},
"entry": [
{
"resource": {
"resourceType": "Parameters",
"id": "sgrdv-book-example-result-parameters-success",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-result-parameters"
]
},
"parameter": [
{
"valueReference": {
"identifier": {
"type": {
"coding": [
{
"system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
"code": "IdDispoDME"
}
]
},
"system": "http://sante.quebec/fhir/NamingSystem/OMNIMED",
"value": "dispo-789"
},
"type": "Appointment"
},
"name": "bookedAppointment"
}
]
}
},
{
"resource": {
"resourceType": "OperationOutcome",
"id": "sgrdv-book-example-outcome-success",
"issue": [
{
"details": {
"text": "Réservation acceptée."
},
"severity": "information",
"code": "informational"
}
]
}
}
],
"type": "collection"
}