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

FHIR IG analytics

Packagehealthhub.fhir
Resource TypeValueSet
IdEmployeeProfessionValueSet.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthhub.fhir@2.0.7&canonical=https://healthhub.dk/fhir/ValueSet/employee-profession-system
URLhttps://healthhub.dk/fhir/ValueSet/employee-profession-system
Version4.1.0
Statusactive
Date2025-09-09T00:00:00+00:00
NameHealthHubEmployeeProfessionSystem
TitleHealth Hub Employee Profession System
Realmdk
DescriptionValueSet for Employee Profession in general practice

Resources that use this resource

StructureDefinition
asserterAsserter
healthhub-clinical-impressionHealth Hub ClinicalImpression

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "EmployeeProfessionValueSet",
  "url": "https://healthhub.dk/fhir/ValueSet/employee-profession-system",
  "version": "4.1.0",
  "name": "HealthHubEmployeeProfessionSystem",
  "title": "Health Hub Employee Profession System",
  "status": "active",
  "experimental": false,
  "date": "2025-09-09T00:00:00+00:00",
  "publisher": "HealthHub Denmark",
  "description": "ValueSet for Employee Profession in general practice",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://healthhub.dk/fhir/CodeSystem/employee-profession",
        "concept": [
          {
            "code": "LAE",
            "display": "Læge"
          },
          {
            "code": "SYG",
            "display": "Sygeplejerske"
          },
          {
            "code": "SEK",
            "display": "Sekretær"
          },
          {
            "code": "UDD",
            "display": "Uddannelseslæge"
          },
          {
            "code": "JOR",
            "display": "Jordemoder"
          },
          {
            "code": "AND",
            "display": "Andet"
          },
          {
            "code": "UNK",
            "display": "Ukendt"
          }
        ]
      }
    ]
  }
}