FHIR IG analytics
| Package | ca.qc.sq.sgrdv |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-sgrdv-base-request-provenance.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.qc.sq.sgrdv@1.2.3&canonical=http://sante.quebec/fhir/StructureDefinition/sgrdv-base-request-provenance |
| URL | http://sante.quebec/fhir/StructureDefinition/sgrdv-base-request-provenance |
| Version | 1.2.3 |
| Status | active |
| Name | SGRDVBaseRequestProvenance |
| Title | Provenance de la demande de base (SGRDV) |
| Realm | ca |
| Description | Provenance de la demande, commune à toutes les opérations SGRDV (surfaces SGRDV et systèmes source). Agent unique : le système source appelant (le portail d'origine), matérialisé en Device contenu (contained[portail]) et référencé via le fragment #portail. Le Device porte l'identifiant du système source (system) et, lorsque pertinent, la tuile du portail REO et le lieu Clinique d'origine. Éléments optionnels selon l'opération : le nom du professionnel REO (extension nomProfessionnelREO), l'organisation d'origine d'une réorientation (agent[portail].onBehalfOf) et la région administrative (location) — tous en logical reference, jamais matérialisés hormis le Device contenu. |
| Type | Provenance |
| Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "sgrdv-base-request-provenance",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-request-provenance",
"version": "1.2.3",
"name": "SGRDVBaseRequestProvenance",
"title": "Provenance de la demande de base (SGRDV)",
"status": "active",
"experimental": true,
"description": "Provenance de la demande, commune à toutes les opérations SGRDV (surfaces SGRDV et systèmes source). Agent unique : le système source appelant (le portail d'origine), matérialisé en Device contenu (contained[portail]) et référencé via le fragment #portail. Le Device porte l'identifiant du système source (system) et, lorsque pertinent, la tuile du portail REO et le lieu Clinique d'origine. Éléments optionnels selon l'opération : le nom du professionnel REO (extension nomProfessionnelREO), l'organisation d'origine d'une réorientation (agent[portail].onBehalfOf) et la région administrative (location) — tous en logical reference, jamais matérialisés hormis le Device contenu.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Provenance",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Provenance.contained",
"path": "Provenance.contained",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"min": 1,
"max": "1"
},
{
"id": "Provenance.contained:portail",
"path": "Provenance.contained",
"sliceName": "portail",
"min": 1,
"max": "1",
"type": [
{
"code": "Device",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-source-system-device"
]
}
]
},
{
"id": "Provenance.extension",
"path": "Provenance.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Provenance.extension:nomProfessionnelREO",
"path": "Provenance.extension",
"sliceName": "nomProfessionnelREO",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-provenance-nom-professionnel-reo"
]
}
],
"mustSupport": true
},
{
"id": "Provenance.target",
"path": "Provenance.target",
"mustSupport": true
},
{
"id": "Provenance.recorded",
"path": "Provenance.recorded",
"mustSupport": true
},
{
"id": "Provenance.location",
"path": "Provenance.location",
"mustSupport": true
},
{
"id": "Provenance.location.reference",
"path": "Provenance.location.reference",
"max": "0"
},
{
"id": "Provenance.location.type",
"path": "Provenance.location.type",
"fixedUri": "Location"
},
{
"id": "Provenance.location.identifier",
"path": "Provenance.location.identifier",
"min": 1
},
{
"id": "Provenance.location.identifier.type",
"path": "Provenance.location.identifier.type",
"min": 1
},
{
"id": "Provenance.location.identifier.type.coding",
"path": "Provenance.location.identifier.type.coding",
"min": 1,
"max": "1"
},
{
"id": "Provenance.location.identifier.type.coding.system",
"path": "Provenance.location.identifier.type.coding.system",
"fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
},
{
"id": "Provenance.location.identifier.type.coding.code",
"path": "Provenance.location.identifier.type.coding.code",
"fixedCode": "regionAdmin"
},
{
"id": "Provenance.location.identifier.system",
"path": "Provenance.location.identifier.system",
"min": 1,
"fixedUri": "http://sante.quebec/fhir/NamingSystem/REGIONADMIN"
},
{
"id": "Provenance.location.identifier.value",
"path": "Provenance.location.identifier.value",
"min": 1
},
{
"id": "Provenance.agent",
"path": "Provenance.agent",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "who.type"
}
],
"rules": "closed"
},
"max": "1"
},
{
"id": "Provenance.agent:portail",
"path": "Provenance.agent",
"sliceName": "portail",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Provenance.agent:portail.who",
"path": "Provenance.agent.who",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-source-system-device"
]
}
],
"mustSupport": true
},
{
"id": "Provenance.agent:portail.who.reference",
"path": "Provenance.agent.who.reference",
"fixedString": "#portail"
},
{
"id": "Provenance.agent:portail.who.type",
"path": "Provenance.agent.who.type",
"min": 1,
"fixedUri": "Device"
},
{
"id": "Provenance.agent:portail.onBehalfOf",
"path": "Provenance.agent.onBehalfOf",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization",
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-installation",
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-etablissement"
]
}
],
"mustSupport": true
},
{
"id": "Provenance.agent:portail.onBehalfOf.reference",
"path": "Provenance.agent.onBehalfOf.reference",
"max": "0"
},
{
"id": "Provenance.agent:portail.onBehalfOf.type",
"path": "Provenance.agent.onBehalfOf.type",
"fixedUri": "Organization"
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier",
"path": "Provenance.agent.onBehalfOf.identifier",
"min": 1
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier.type",
"path": "Provenance.agent.onBehalfOf.identifier.type",
"min": 1
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier.type.coding",
"path": "Provenance.agent.onBehalfOf.identifier.type.coding",
"min": 1,
"max": "1"
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier.type.coding.system",
"path": "Provenance.agent.onBehalfOf.identifier.type.coding.system",
"fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier.type.coding.code",
"path": "Provenance.agent.onBehalfOf.identifier.type.coding.code",
"min": 1
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier.system",
"path": "Provenance.agent.onBehalfOf.identifier.system",
"min": 1
},
{
"id": "Provenance.agent:portail.onBehalfOf.identifier.value",
"path": "Provenance.agent.onBehalfOf.identifier.value",
"min": 1
}
]
}
}