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

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypeProvenance
IdProvenance-sgrdv-book-example-request-provenance.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": "Provenance",
  "id": "sgrdv-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"
}