FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypeBundle
IdBundle-sgrdv-find-example-response-success.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "sgrdv-find-example-response-success",
  "meta": {
    "profile": [
      "http://sante.quebec/fhir/StructureDefinition/sgrdv-find-response-bundle"
    ]
  },
  "entry": [
    {
      "resource": {
        "resourceType": "Appointment",
        "id": "sgrdv-find-example-response-appointment-1",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-appointment"
          ]
        },
        "extension": [
          {
            "valueReference": {
              "reference": "Encounter/sgrdv-find-example-response-encounter-1"
            },
            "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-appointment-encounter"
          }
        ],
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                  "code": "IdDispoDME"
                }
              ]
            },
            "system": "http://sante.quebec/fhir/NamingSystem/OMNIMED",
            "value": "dispo-find-001"
          }
        ],
        "appointmentType": {
          "coding": [
            {
              "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-appointment-type",
              "code": "URGENT",
              "display": "Consultation urgente 0h à 48h"
            }
          ]
        },
        "serviceCategory": [
          {
            "coding": [
              {
                "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-timeslot-category",
                "code": "p4p5"
              }
            ]
          }
        ],
        "slot": [
          {
            "identifier": {
              "type": {
                "coding": [
                  {
                    "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                    "code": "IdSlotDME"
                  }
                ]
              },
              "system": "http://sante.quebec/fhir/NamingSystem/OMNIMED",
              "value": "slot-find-001"
            }
          }
        ],
        "participant": [
          {
            "actor": {
              "reference": "PractitionerRole/sgrdv-find-example-response-practitioner-role"
            },
            "status": "accepted"
          },
          {
            "actor": {
              "reference": "Location/sgrdv-find-example-response-location"
            },
            "status": "accepted"
          }
        ],
        "status": "proposed",
        "start": "2026-04-22T09:00:00-04:00",
        "end": "2026-04-22T09:15:00-04:00"
      },
      "fullUrl": "urn:uuid:appointment-find-001"
    },
    {
      "resource": {
        "resourceType": "Practitioner",
        "id": "sgrdv-find-example-response-practitioner",
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                  "code": "CodeProfessionnel"
                }
              ]
            },
            "system": "http://sante.quebec/fhir/NamingSystem/RAMQ",
            "value": "12345"
          }
        ],
        "name": [
          {
            "given": [
              "Jean"
            ],
            "family": "Lavoie"
          }
        ]
      },
      "fullUrl": "urn:uuid:practitioner-find-001"
    },
    {
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "sgrdv-find-example-response-practitioner-role",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-practitioner-role"
          ]
        },
        "specialty": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "59058001",
                "display": "General practitioner"
              }
            ]
          }
        ],
        "practitioner": {
          "reference": "Practitioner/sgrdv-find-example-response-practitioner"
        }
      },
      "fullUrl": "urn:uuid:practitioner-role-find-001"
    },
    {
      "resource": {
        "resourceType": "Location",
        "id": "sgrdv-find-example-response-location",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-location"
          ]
        },
        "address": {
          "text": "1234 rue Saint-Denis, App 4",
          "city": "Montréal",
          "postalCode": "H2X1Y4"
        },
        "position": {
          "latitude": 45.5155,
          "longitude": -73.5613
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "PC"
              }
            ]
          }
        ],
        "managingOrganization": {
          "reference": "Organization/sgrdv-find-example-response-organization"
        }
      },
      "fullUrl": "urn:uuid:location-find-001"
    },
    {
      "resource": {
        "resourceType": "Organization",
        "id": "sgrdv-find-example-response-organization",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization"
          ]
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                  "code": "CodeEtablissement"
                }
              ]
            },
            "system": "http://sante.quebec/fhir/NamingSystem/RAMQ",
            "value": "7654321"
          }
        ],
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                "code": "prov"
              }
            ]
          }
        ],
        "name": "Clinique Saint-Denis"
      },
      "fullUrl": "urn:uuid:organization-find-001"
    },
    {
      "resource": {
        "resourceType": "Encounter",
        "id": "sgrdv-find-example-response-encounter-1",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-encounter"
          ]
        },
        "class": {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "AMB",
          "display": "ambulatory"
        },
        "appointment": [
          {
            "reference": "Appointment/sgrdv-find-example-response-appointment-1"
          }
        ],
        "status": "planned"
      },
      "fullUrl": "urn:uuid:encounter-find-001"
    }
  ],
  "type": "searchset",
  "total": 1
}