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

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeValueSet
IdValueSet-hn-basis-virtual-service-type.valueset.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=no.nhn.fhir.helsenorge.profiles@2.0.1-beta&canonical=http://helsenorge.no/fhir/ValueSet/hn-basis-virtual-service-type.valueset
URLhttp://helsenorge.no/fhir/ValueSet/hn-basis-virtual-service-type.valueset
Version1.0.1
Statusdraft
Date2025-12-02T14:53:52+01:00
NameHnBasisVirtualServiceType
TitleHn Basis VirtualServiceType Value Set
Realmno
DescriptionCodes 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

Resources that use this resource

StructureDefinition
no.nhn.fhir.helsenorge.profiles#2.0.1-betahn-basis-appointmenthn-basis-appointment
helsenorge.profiler#2.0.3hn-basis-appointmenthn-basis-appointment

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0contact-point-systemContactPointSystem

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