FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehelsenorge.profiler
Resource TypeValueSet
IdValueSet-hn-basis-virtual-service-type.valueset.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet hn-basis-virtual-service-type.valueset

  • Include these codes as defined in http://hl7.org/fhir/contact-point-system version 📦4.0.1
    CodeDisplayDefinition
    urlURLA 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.
    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.

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"
          }
        ]
      }
    ]
  }
}