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 |
| url | URL | A contact that is not a phone, fax, pager or email address and is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses. |
| 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. |
Source1
{
"resourceType": "ValueSet",
"id": "hn-basis-virtual-service-type.valueset",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://helsenorge.no/fhir/ValueSet/hn-basis-virtual-service-type.valueset",
"version": "1.0.1",
"name": "HnBasisVirtualServiceType",
"title": "Hn Basis VirtualServiceType Value Set",
"status": "draft",
"experimental": true,
"date": "2025-12-02T14:53:52+01:00",
"publisher": "Example Publisher",
"contact": [
{
"name": "Example Publisher",
"telecom": [
{
"system": "url",
"value": "http://example.org/example-publisher"
}
]
}
],
"description": "Codes for virtual service connection types. Any other codes or codesystem should be added to this valueSet. Currently only one code from http://hl7.org/fhir/contact-point-system",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/contact-point-system",
"concept": [
{
"code": "url",
"display": "URL"
},
{
"code": "phone",
"display": "Phone"
}
]
}
]
}
}