FHIR IG analytics
| Package | ca.qc.sq.sgrdv |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-sgrdv-base-source-system-device.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-source-system-device |
| URL | http://sante.quebec/fhir/StructureDefinition/sgrdv-base-source-system-device |
| Version | 1.2.3 |
| Status | active |
| Name | SGRDVBaseSourceSystemDevice |
| Title | Système source SGRDV (Base) |
| Realm | ca |
| Description | Représente l'application/système source à l'origine d'une demande SGRDV (portail, DMÉ, SIP-C, SGRDV core). Matérialisé en Device contenu (contained) dans la Provenance de la demande et référencé via fragment. Identifié par au moins un Identifier dont le système émetteur (NamingSystem) est renseigné. Peut porter, lorsque pertinent, la tuile du portail REO (property[tuilePortail]) et le lieu Clinique d'origine (owner) — tous deux optionnels, typiquement renseignés pour les demandes de réservation ou d'annulation. |
| Type | Device |
| 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-source-system-device",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-source-system-device",
"version": "1.2.3",
"name": "SGRDVBaseSourceSystemDevice",
"title": "Système source SGRDV (Base)",
"status": "active",
"experimental": true,
"description": "Représente l'application/système source à l'origine d'une demande SGRDV (portail, DMÉ, SIP-C, SGRDV core). Matérialisé en Device contenu (contained) dans la Provenance de la demande et référencé via fragment. Identifié par au moins un Identifier dont le système émetteur (NamingSystem) est renseigné. Peut porter, lorsque pertinent, la tuile du portail REO (property[tuilePortail]) et le lieu Clinique d'origine (owner) — tous deux optionnels, typiquement renseignés pour les demandes de réservation ou d'annulation.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Device",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Device.identifier",
"path": "Device.identifier",
"min": 1,
"mustSupport": true
},
{
"id": "Device.identifier.system",
"path": "Device.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Device.deviceName",
"path": "Device.deviceName",
"max": "1"
},
{
"id": "Device.deviceName.type",
"path": "Device.deviceName.type",
"fixedCode": "manufacturer-name"
},
{
"id": "Device.property",
"path": "Device.property",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "type"
}
],
"rules": "open"
}
},
{
"id": "Device.property:tuilePortail",
"path": "Device.property",
"sliceName": "tuilePortail",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Device.property:tuilePortail.type",
"path": "Device.property.type",
"patternCodeableConcept": {
"coding": [
{
"code": "tuilePortail",
"system": "http://sante.quebec/fhir/CodeSystem/sgrdv-device-property-type"
}
]
}
},
{
"id": "Device.property:tuilePortail.valueCode",
"path": "Device.property.valueCode",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-tuile-portail-reo-vs"
}
},
{
"id": "Device.property:tuilePortail.valueCode.coding",
"path": "Device.property.valueCode.coding",
"min": 1,
"max": "1"
},
{
"id": "Device.property:tuilePortail.valueCode.coding.system",
"path": "Device.property.valueCode.coding.system",
"fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-tuile-portail-reo"
},
{
"id": "Device.property:tuilePortail.valueCode.coding.code",
"path": "Device.property.valueCode.coding.code",
"mustSupport": true
},
{
"id": "Device.owner",
"path": "Device.owner",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization"
]
}
]
},
{
"id": "Device.owner.reference",
"path": "Device.owner.reference",
"max": "0"
},
{
"id": "Device.owner.type",
"path": "Device.owner.type",
"fixedUri": "Organization"
},
{
"id": "Device.owner.identifier",
"path": "Device.owner.identifier",
"min": 1
},
{
"id": "Device.owner.identifier.type",
"path": "Device.owner.identifier.type",
"min": 1
},
{
"id": "Device.owner.identifier.type.coding",
"path": "Device.owner.identifier.type.coding",
"min": 1,
"max": "1"
},
{
"id": "Device.owner.identifier.type.coding.system",
"path": "Device.owner.identifier.type.coding.system",
"fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
},
{
"id": "Device.owner.identifier.type.coding.code",
"path": "Device.owner.identifier.type.coding.code",
"fixedCode": "CodeEtablissement"
},
{
"id": "Device.owner.identifier.system",
"path": "Device.owner.identifier.system",
"min": 1
},
{
"id": "Device.owner.identifier.value",
"path": "Device.owner.identifier.value",
"min": 1
}
]
}
}