FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "sgrdv-base-find-response-bundle",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-bundle",
"version": "1.2.1",
"name": "SGRDVBaseFindResponseBundle",
"title": "Bundle de réponse $find (Base)",
"status": "active",
"experimental": true,
"description": "Profil parent neutre du Bundle searchset retourné par l'opération $find.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "searchset"
},
{
"id": "Bundle.total",
"path": "Bundle.total",
"min": 1
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"rules": "open"
}
},
{
"id": "Bundle.entry:appointment",
"path": "Bundle.entry",
"sliceName": "appointment",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:appointment.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Appointment",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-appointment"
]
}
]
},
{
"id": "Bundle.entry:practitioner",
"path": "Bundle.entry",
"sliceName": "practitioner",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:practitioner.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Practitioner",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner"
]
}
]
},
{
"id": "Bundle.entry:practitionerRole",
"path": "Bundle.entry",
"sliceName": "practitionerRole",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:practitionerRole.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "PractitionerRole",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-practitioner-role"
]
}
]
},
{
"id": "Bundle.entry:location",
"path": "Bundle.entry",
"sliceName": "location",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:location.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Location",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-location"
]
}
]
},
{
"id": "Bundle.entry:organization",
"path": "Bundle.entry",
"sliceName": "organization",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:organization.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Organization",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization"
]
}
]
},
{
"id": "Bundle.entry:encounter",
"path": "Bundle.entry",
"sliceName": "encounter",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:encounter.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Encounter",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-encounter"
]
}
]
},
{
"id": "Bundle.entry:outcome",
"path": "Bundle.entry",
"sliceName": "outcome",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:outcome.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "OperationOutcome",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-operation-outcome"
]
}
]
},
{
"id": "Bundle.entry:provenance",
"path": "Bundle.entry",
"sliceName": "provenance",
"comment": "Règle métier : obligatoire si appointment-status = 'booked' et que la date du RV est égale ou postérieure à la date du jour. Une Provenance par Appointment retourné.",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:provenance.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Provenance",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-provenance"
]
}
]
}
]
}
}