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

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypeParameters
IdParameters-sgrdv-source-book-example-request.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": "Parameters",
  "id": "sgrdv-source-book-example-request",
  "meta": {
    "profile": [
      "http://sante.quebec/fhir/StructureDefinition/sgrdv-source-book-request-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": "appointment"
    },
    {
      "valueReference": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                "code": "IdSlotDME"
              }
            ]
          },
          "system": "http://sante.quebec/fhir/NamingSystem/OMNIMED",
          "value": "slot-001"
        },
        "type": "Slot"
      },
      "name": "slot"
    },
    {
      "name": "orientation-id",
      "valueInteger": 4217
    },
    {
      "name": "patient",
      "resource": {
        "resourceType": "Patient",
        "id": "sgrdv-source-book-example-patient",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-patient"
          ]
        },
        "extension": [
          {
            "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-birth-gender",
            "valueCode": "female"
          },
          {
            "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-admis-gap",
            "valueInteger": 1
          }
        ],
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "NI"
                }
              ]
            },
            "system": "http://sante.quebec/fhir/NamingSystem/RAMQ",
            "value": "TREM12345678"
          }
        ],
        "name": [
          {
            "given": [
              "Sophie"
            ],
            "family": "Tremblay"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "514-555-0101",
            "rank": 1
          },
          {
            "system": "sms",
            "value": "514-555-0101",
            "rank": 1
          }
        ],
        "birthDate": "1985-04-12"
      }
    },
    {
      "name": "encounter-reason",
      "valueString": "Suivi de grossesse — 12 semaines"
    },
    {
      "name": "location-string",
      "valueString": "G1V 4G5"
    },
    {
      "name": "provenance",
      "resource": {
        "resourceType": "Provenance",
        "id": "sgrdv-source-book-example-request-provenance",
        "meta": {
          "profile": [
            "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-request-provenance"
          ]
        },
        "target": [
          {
            "identifier": {
              "system": "http://sante.quebec/fhir/NamingSystem/OMNIMED",
              "value": "dispo-789"
            },
            "type": "Appointment"
          }
        ],
        "contained": [
          {
            "resourceType": "Device",
            "id": "portail",
            "meta": {
              "profile": [
                "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-source-device"
              ]
            },
            "deviceName": [
              {
                "type": "manufacturer-name",
                "name": "Portail Santé Québec — Votre santé"
              }
            ],
            "identifier": [
              {
                "system": "http://sante.quebec/fhir/NamingSystem/VOTRESANTE"
              }
            ],
            "property": [
              {
                "type": {
                  "coding": [
                    {
                      "code": "tuilePortail",
                      "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-device-property-type"
                    }
                  ]
                },
                "valueCode": [
                  {
                    "coding": [
                      {
                        "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-tuile-portail-reo",
                        "code": "MAGROSSESSE",
                        "display": "Programme ma grossesse"
                      }
                    ]
                  }
                ]
              }
            ],
            "owner": {
              "identifier": {
                "type": {
                  "coding": [
                    {
                      "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                      "code": "CodeEtablissement"
                    }
                  ]
                },
                "system": "http://sante.quebec/fhir/NamingSystem/RAMQ",
                "value": "1234567"
              },
              "type": "Organization"
            }
          }
        ],
        "agent": [
          {
            "who": {
              "reference": "#portail",
              "type": "Device"
            }
          }
        ],
        "location": {
          "identifier": {
            "type": {
              "coding": [
                {
                  "system": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type",
                  "code": "regionAdmin"
                }
              ]
            },
            "system": "http://sante.quebec/fhir/NamingSystem/REGIONADMIN",
            "value": "03"
          },
          "type": "Location"
        },
        "recorded": "2026-05-08T10:42:00-04:00"
      }
    }
  ]
}