FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/administrative-gender-supplement

Packagehl7.fhir.dk.core
TypeCodeSystem
Idadministrative-gender-supplement
FHIR VersionR4
Sourcehttp://hl7.dk/fhir/core/http://hl7.dk/fhir/core/3.4.0/CodeSystem-administrative-gender-supplement.html
URLhttp://hl7.dk/fhir/core/CodeSystem/administrative-gender-supplement
Version3.4.0
Statusactive
Date2025-02-01T19:18:26+01: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-genderAdministrative Gender
administrative-genderAdministrativeGender

Narrative

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

Generated Narrative: CodeSystem administrative-gender-supplement

This code system 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

Source

{
  "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.4.0",
  "name": "AdministrativeGenderDkSupplement",
  "title": "DK Administrative Gender Supplement",
  "status": "active",
  "experimental": false,
  "date": "2025-02-01T19:18:26+01:00",
  "publisher": "HL7 Denmark",
  "contact": [
    {
      "name": "HL7 Denmark",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.dk"
        },
        {
          "system": "email",
          "value": "jenskristianvilladsen@gmail.com"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ]
}