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

FHIR IG Statistics: ValueSet/dk-marital-status

Packagehl7.fhir.dk.core
TypeValueSet
Iddk-marital-status
FHIR VersionR4
Sourcehttp://hl7.dk/fhir/core/http://hl7.dk/fhir/core/3.4.0/ValueSet-dk-marital-status.html
URLhttp://hl7.dk/fhir/core/ValueSet/dk-marital-status
Version3.4.0
Statusactive
Date2025-02-01T19:18:26+01:00
TitleDK MaritalStatus
Realmdk
Authorityhl7
DescriptionThis value set defines the set of codes that can be used to indicate the marital status of a person in Denmark.
CopyrightCC-BY-SA-4.0

Resources that use this resource

StructureDefinition
dk-core-patientDanish Core Patient Profile

Resources that this resource uses

CodeSystem
dk-marital-statusDK Marital Statuses

Narrative

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

Generated Narrative: ValueSet dk-marital-status

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "dk-marital-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.dk/fhir/core/ValueSet/dk-marital-status",
  "version": "3.4.0",
  "title": "DK MaritalStatus",
  "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": "This value set defines the set of codes that can be used to indicate the marital status of a person in Denmark.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "copyright": "CC-BY-SA-4.0",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/marital-status"
        ]
      },
      {
        "system": "http://hl7.dk/fhir/core/CodeSystem/dk-marital-status",
        "concept": [
          {
            "code": "P",
            "display": "Registered partnership",
            "designation": [
              {
                "language": "da",
                "value": "Registreret partnerskab"
              }
            ]
          },
          {
            "code": "O",
            "display": "Dissolved partnership",
            "designation": [
              {
                "language": "da",
                "value": "Ophævet partnerskab"
              }
            ]
          }
        ]
      }
    ]
  }
}