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.5.9-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.5.9-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

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "HnBasisVirtualServiceType",
  "id": "hn-basis-virtual-service-type.valueset",
  "title": "Hn Basis VirtualServiceType Value Set",
  "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",
  "url": "http://helsenorge.no/fhir/ValueSet/hn-basis-virtual-service-type.valueset",
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/contact-point-system",
        "concept": [
          {
            "code": "url",
            "display": "URL"
          },
          {
            "code": "phone",
            "display": "Phone"
          }
        ]
      }
    ]
  }
}