FHIR IG Statistics: StructureDefinition/fr-appointment-operator-R4.StructureDefinition
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "http://interopsante.org/fhir/StructureDefinition/FrAppointmentOperator",
"version": "4.0.0",
"name": "FrAppointmentOperator",
"status": "active",
"date": "2019-07-10",
"publisher": "Interop'Santé",
"contact": [
{
"name": "François Macary/Isabelle Gibaud",
"telecom": [
{
"system": "email",
"value": "francois.macary@phast.fr",
"use": "work"
}
]
}
],
"description": "This extension adds the element appointmentOperator to the Appointment resource (operator of creation/update/cancel of the appointment | Cette extension ajoute l'élément appointmentOperator à la ressource Appointment (opérateur de création/modification/annulation du RDV)",
"fhirVersion": "4.0.0",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Appointment"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Optional Extensions Element",
"definition": "Optional Extension Element - found in all resources.",
"constraint": [
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "Extension.value[x]:valueReference",
"path": "Extension.value[x]",
"sliceName": "valueReference",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://interopsante.org/fhir/StructureDefinition/FrOrganization",
"http://interopsante.org/fhir/StructureDefinition/FrPractitioner",
"http://interopsante.org/fhir/StructureDefinition/FrPatient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"
]
}
]
}
]
}
}