FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/contact-point-system version 📦4.0.1| Code | Display | Definition |
| phone | Phone | The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required. |
| email | Email | The value is an email address. |
| other | Other | A contact that is not a phone, fax, page or email address and is not expressible as a URL. E.g. Internal mail address. This SHOULD NOT be used for contacts that are expressible as a URL (e.g. Skype, Twitter, Facebook, etc.) Extensions may be used to distinguish "other" contact types. |
Source1
{
"resourceType": "ValueSet",
"id": "VSSistemasComunicacion",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://interoperabilidad.minsal.cl/fhir/ig/nid/ValueSet/VSSistemasComunicacion",
"version": "0.4.9",
"name": "VSSistemasComunicacion",
"title": "Medios de Comunicación con el Paciente",
"status": "active",
"experimental": false,
"date": "2023-01-15",
"publisher": "Unidad de Interoperabilidad - MINSAL",
"contact": [
{
"name": "Unidad de Interoperabilidad - MINSAL",
"telecom": [
{
"system": "url",
"value": "https://interoperabilidad.minsal.cl"
}
]
}
],
"description": "Este es un filtro del \"system\" del telecom del paciente solo para que se ocupen los indicados por normativa",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CL",
"display": "Chile"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/contact-point-system",
"concept": [
{
"code": "phone",
"display": "Phone"
},
{
"code": "email",
"display": "Email"
},
{
"code": "other",
"display": "Other"
}
]
}
]
}
}