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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypeCodeSystem
IdCodeSystem-administrative-gender-supplement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7dk/dk-core/CodeSystem-administrative-gender-supplement.html
URLhttp://hl7.dk/fhir/core/CodeSystem/administrative-gender-supplement
Version3.6.0
Statusdraft
Date2025-12-19T19:29:54+00:00
NameAdministrativeGenderDkSupplement
TitleDK Administrative Gender Supplement
Realmdk
Authorityhl7
DescriptionCodeSystem supplement with danish translations for administrative gender
Contentsupplement
Supplementshttp://hl7.org/fhir/administrative-gender

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrativeGender

Narrative

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

Generated Narrative: CodeSystem administrative-gender-supplement

This code system supplement http://hl7.dk/fhir/core/CodeSystem/administrative-gender-supplement defines displays on the following codes:

CodeDansk (Danish, da)
male Mand
female Kvinde
other Andet
unknown Ukendt

Source1

{
  "resourceType": "CodeSystem",
  "id": "administrative-gender-supplement",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.dk/fhir/core/CodeSystem/administrative-gender-supplement",
  "version": "3.6.0",
  "name": "AdministrativeGenderDkSupplement",
  "title": "DK Administrative Gender Supplement",
  "status": "draft",
  "experimental": false,
  "date": "2025-12-19T19:29:54+00:00",
  "publisher": "HL7 Denmark",
  "contact": [
    {
      "name": "HL7 Denmark",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.dk"
        },
        {
          "system": "email",
          "value": "dk-affiliate@hl7.dk"
        }
      ]
    }
  ],
  "description": "CodeSystem supplement with danish translations for administrative gender",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/administrative-gender",
  "concept": [
    {
      "code": "male",
      "designation": [
        {
          "language": "da",
          "value": "Mand"
        }
      ]
    },
    {
      "code": "female",
      "designation": [
        {
          "language": "da",
          "value": "Kvinde"
        }
      ]
    },
    {
      "code": "other",
      "designation": [
        {
          "language": "da",
          "value": "Andet"
        }
      ]
    },
    {
      "code": "unknown",
      "designation": [
        {
          "language": "da",
          "value": "Ukendt"
        }
      ]
    }
  ]
}