FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "sgrdv-base-find-practitioner",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner",
"version": "1.1.3",
"name": "SGRDVBaseFindPractitioner",
"title": "Professionnel pour la recherche de disponibilités (Base)",
"status": "active",
"experimental": true,
"description": "Profil professionnel neutre référencé dans les demandes de disponibilités. Peut porter l'extension statutGMFProfessionnel indiquant si l'inscription patient-médecin est en GMF ou hors GMF.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Practitioner",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Practitioner.extension",
"path": "Practitioner.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Practitioner.extension:statutGMFProfessionnel",
"path": "Practitioner.extension",
"sliceName": "statutGMFProfessionnel",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-practitioner-statut-gmf"
]
}
],
"mustSupport": true
},
{
"id": "Practitioner.extension:statutGMFProfessionnel.value[x]",
"path": "Practitioner.extension.value[x]",
"mustSupport": true
},
{
"id": "Practitioner.identifier",
"path": "Practitioner.identifier",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Practitioner.identifier.type",
"path": "Practitioner.identifier.type",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier.type.coding",
"path": "Practitioner.identifier.type.coding",
"min": 1,
"max": "1"
},
{
"id": "Practitioner.identifier.type.coding.system",
"path": "Practitioner.identifier.type.coding.system",
"fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
},
{
"id": "Practitioner.identifier.type.coding.code",
"path": "Practitioner.identifier.type.coding.code",
"fixedCode": "CodeProfessionnel"
},
{
"id": "Practitioner.identifier.system",
"path": "Practitioner.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier.value",
"path": "Practitioner.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.name",
"path": "Practitioner.name",
"mustSupport": true
},
{
"id": "Practitioner.name.family",
"path": "Practitioner.name.family",
"mustSupport": true
},
{
"id": "Practitioner.name.given",
"path": "Practitioner.name.given",
"mustSupport": true
}
]
}
}