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

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
no.nhn.fhir.helsenorge.profiles#2.0.1-betaHn-AppointmentTypeProposed-New-Codes-csDefault codes for appointmentType.

Narrative

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

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

This value set includes codes based on the following rules:

  • Include these codes as defined in urn:oid:2.16.578.1.12.4.1.1.7617 version Not Stated (use latest from terminology server)
    CodeDisplay
    VaksineVaksine time
    LabLab time
  • Include these codes as defined in urn:oid:2.16.578.1.12.4.1.1.8406 version Not Stated (use latest from terminology server)
    CodeDisplay
    1Innleggelse
    2Dagbehandling
    3Poliklinisk time
    8Poliklinisk time
  • Include all codes defined in http://helsenorge.no/fhir/CodeSystem/Hn-AppointmentTypeProposed-New-Codes-cs version 📦1.0.1

Source1

{
  "resourceType": "ValueSet",
  "id": "hn-appointment-AppointmentType-code-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://helsenorge.no/fhir/ValueSet/hn-appointment-AppointmentType-code-vs",
  "version": "1.0.1",
  "name": "HnAppointmentAppointmentTypeVS",
  "title": "hn-appointment-AppointmentType-code-vs",
  "status": "draft",
  "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"
        }
      ]
    }
  ],
  "description": "Value set for AppointmentType codes in nytimeløsing that includes set of codes from diferent code systems",
  "compose": {
    "include": [
      {
        "system": "urn:oid:2.16.578.1.12.4.1.1.7617",
        "concept": [
          {
            "code": "Vaksine",
            "display": "Vaksine time"
          },
          {
            "code": "Lab",
            "display": "Lab time"
          }
        ]
      },
      {
        "system": "urn:oid:2.16.578.1.12.4.1.1.8406",
        "concept": [
          {
            "code": "1",
            "display": "Innleggelse"
          },
          {
            "code": "2",
            "display": "Dagbehandling"
          },
          {
            "code": "3",
            "display": "Poliklinisk time"
          },
          {
            "code": "8",
            "display": "Poliklinisk time"
          }
        ]
      },
      {
        "system": "http://helsenorge.no/fhir/CodeSystem/Hn-AppointmentTypeProposed-New-Codes-cs"
      }
    ]
  }
}