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

FHIR IG Statistics: ValueSet/ContactInformation-TelephoneNumbersSystem

Packagenictiz.fhir.nl.r4.zib2020
TypeValueSet
IdContactInformation-TelephoneNumbersSystem
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem
URLhttp://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem
Version4.0.1
Statusactive
NameContactInformationTelephoneNumbersSystem
TitleContactPointSystem ValueSet for zib ContactInformation TelephoneNumbers
Realmnl
Authorityhl7
DescriptionTelecommunications form for contact point, restricted to the use for the TelephoneNumbers concept of zib ContactInformation.

Resources that use this resource

ConceptMap
TelecomType-to-ContactInformation-TelephoneNumbersSystemTelecomType to ContactInformation-TelephoneNumbersSystem
StructureDefinition
zib-ContactInformation-TelephoneNumberszib ContactInformation TelephoneNumbers

Resources that this resource uses

No resources found


Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "ValueSet",
  "id": "ContactInformation-TelephoneNumbersSystem",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem",
  "version": "4.0.1",
  "name": "ContactInformationTelephoneNumbersSystem",
  "title": "ContactPointSystem ValueSet for zib ContactInformation TelephoneNumbers",
  "status": "active",
  "experimental": false,
  "publisher": "Nictiz",
  "description": "Telecommunications form for contact point, restricted to the use for the TelephoneNumbers concept of zib ContactInformation.",
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/contact-point-system",
        "concept": [
          {
            "code": "phone",
            "display": "Phone"
          },
          {
            "code": "fax",
            "display": "Fax"
          },
          {
            "code": "pager",
            "display": "Pager"
          }
        ]
      }
    ]
  }
}