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

FHIR IG analytics

Packagehelsenorge.profiler
Resource TypeValueSet
IdValueSet-hn-appointment-ServiceCategory-code-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=helsenorge.profiler@2.0.3&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-02T14:53:52+01:00
NameHnAppointmentServiceCategoryVS
Titlehn-appointment-ServiceCategory-code-vs
DescriptionValue set for ServiceCategory codes in nytimeløsing

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

Narrative

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

Generated Narrative: ValueSet hn-appointment-ServiceCategory-code-vs

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/service-category version 📦1.1.1
    CodeDisplayDefinition
    10DentalDental
    27Specialist MedicalSpecialist Medical - requires referral
    17General PracticeGeneral Practice/GP (doctor)
    7Community Health CareCommunity Health Care
    30Specialist Radiology/ImagingSpecialist Radiology/Imaging - requires referral

Source1

{
  "resourceType": "ValueSet",
  "id": "hn-appointment-ServiceCategory-code-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://helsenorge.no/fhir/ValueSet/hn-appointment-ServiceCategory-code-vs",
  "version": "1.0.1",
  "name": "HnAppointmentServiceCategoryVS",
  "title": "hn-appointment-ServiceCategory-code-vs",
  "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": "Value set for ServiceCategory codes in nytimeløsing",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-category",
        "concept": [
          {
            "code": "10",
            "display": "Dental"
          },
          {
            "code": "27",
            "display": "Specialist Medical"
          },
          {
            "code": "17",
            "display": "General Practice"
          },
          {
            "code": "7",
            "display": "Community Health Care"
          },
          {
            "code": "30",
            "display": "Specialist Radiology/Imaging"
          }
        ]
      }
    ]
  }
}