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

FHIR IG analytics

Packagehelsenorge.profiler
Resource TypeValueSet
IdValueSet-hn-appointment-AppointmentType-code-vs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


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