FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/VSSistemasComunicacion

Packagehl7.fhir.cl.minsal.nid
TypeValueSet
IdVSSistemasComunicacion
FHIR VersionR4
Sourcehttps://interoperabilidad.minsal.cl/fhir/ig/nid/https://interoperabilidad.minsal.cl/fhir/ig/nid/0.4.6/ValueSet-VSSistemasComunicacion.html
URLhttps://interoperabilidad.minsal.cl/fhir/ig/nid/ValueSet/VSSistemasComunicacion
Version0.4.6
Statusactive
Date2023-01-15
NameVSSistemasComunicacion
TitleMedios de Comunicación con el Paciente
Realmcl
Authorityhl7
DescriptionEste es un filtro del "system" del telecom del paciente solo para que se ocupen los indicados por normativa

Resources that use this resource

StructureDefinition
MINSALAcompananteMINSAL Acompañante
MINSALPacienteMINSAL Paciente
MINSALPacienteBusquedaMINSAL Paciente Busqueda

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet VSSistemasComunicacion

  • Include these codes as defined in http://hl7.org/fhir/contact-point-system
    CodeDisplayDefinition
    phonePhoneThe 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.
    emailEmailThe value is an email address.
    otherOtherA 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.

Source

{
  "resourceType": "ValueSet",
  "id": "VSSistemasComunicacion",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interoperabilidad.minsal.cl/fhir/ig/nid/ValueSet/VSSistemasComunicacion",
  "version": "0.4.6",
  "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"
          },
          {
            "code": "email"
          },
          {
            "code": "other"
          }
        ]
      }
    ]
  }
}