FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "fr-email-type",
"meta": {
"versionId": "1",
"lastUpdated": "2019-07-05T00:00:00+00:00"
},
"url": "http://interopsante.org/fhir/StructureDefinition/FrContactPointEmailType",
"version": "1.0",
"name": "FrContactPointEmailType",
"status": "active",
"date": "2021-05-17",
"publisher": "Interop'Santé",
"contact": [
{
"name": "François Macary/Isabelle Gibaud",
"telecom": [
{
"system": "email",
"value": "francois.macary@phast.fr",
"use": "work"
}
]
}
],
"description": "Extension on the ContactPoint datatype. This extension allows to specify the type of mail used to contact the person (MSSsanté|Apicrypt|OSM|Autre).",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "ContactPoint"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Type of email | type de messagerie électronique",
"max": "1"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://interopsante.org/fhir/StructureDefinition/FrContactPointEmailType"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "Coding"
}
],
"binding": {
"strength": "extensible",
"valueSet": "http://interopsante.org/fhir/ValueSet/fr-email-type"
}
}
]
}
}