FHIR IG Statistics: ValueSet/ContactInformation-TelephoneNumbersUse
Resources that use this resource
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-TelephoneNumbersUse",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersUse",
"version": "4.0.1",
"name": "ContactInformationTelephoneNumbersUse",
"title": "ContactPointUse ValueSet for zib ContactInformation TelephoneNumbers",
"status": "active",
"experimental": false,
"publisher": "Nictiz",
"description": "Use of contact point, restricted to the use for the TelephoneNumbers concept of zib ContactInformation.",
"immutable": true,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/contact-point-use",
"concept": [
{
"code": "home",
"display": "Home"
},
{
"code": "work",
"display": "Work"
},
{
"code": "temp",
"display": "Temp"
}
]
}
]
}
}