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-appointment-ServiceCategory-code-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=no.nhn.fhir.helsenorge.profiles@2.5.9-beta&canonical=http://helsenorge.no/fhir/ValueSet/hn-appointment-ServiceCategory-code-vs
URLhttp://helsenorge.no/fhir/ValueSet/hn-appointment-ServiceCategory-code-vs
Version1.0.1
Statusdraft
Date2025-12-02T13:53:52+00:00
NameHnAppointmentServiceCategoryVS
Titlehn-appointment-ServiceCategory-code-vs
Realmno
DescriptionValue set for ServiceCategory codes in nytimeløsing

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.terminology#currentservice-categoryService category

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "HnAppointmentServiceCategoryVS",
  "id": "hn-appointment-ServiceCategory-code-vs",
  "title": "hn-appointment-ServiceCategory-code-vs",
  "description": "Value set for ServiceCategory codes in nytimeløsing",
  "url": "http://helsenorge.no/fhir/ValueSet/hn-appointment-ServiceCategory-code-vs",
  "version": "1.0.1",
  "experimental": true,
  "date": "2025-12-02T13:53:52+00:00",
  "publisher": "Example Publisher",
  "contact": [
    {
      "name": "Example Publisher",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-category",
        "concept": [
          {
            "code": "27",
            "display": "Specialist Medical"
          },
          {
            "code": "30",
            "display": "Specialist Radiology/Imaging"
          }
        ]
      },
      {
        "system": "urn:oid:2.16.578.1.12.4.1.1.7619",
        "concept": [
          {
            "code": "7",
            "display": "Hjemmetjenester"
          }
        ]
      }
    ]
  }
}