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

FHIR IG Statistics: CodeSystem/address-type-dk-supplement

Packagehl7.fhir.dk.core
TypeCodeSystem
Idaddress-type-dk-supplement
FHIR VersionR4
Sourcehttp://hl7.dk/fhir/core/http://hl7.dk/fhir/core/3.4.0/CodeSystem-address-type-dk-supplement.html
URLhttp://hl7.dk/fhir/core/CodeSystem/address-type-dk-supplement
Version3.4.0
Statusactive
Date2025-02-01T19:18:26+01:00
NameAddressType
TitleDK Address Type
Realmdk
Authorityhl7
DescriptionThe type of an address (physical / postal)
Contentsupplement
Supplementshttp://hl7.org/fhir/address-type

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
address-typeAddress Type

Narrative

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

Generated Narrative: CodeSystem address-type-dk-supplement

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

CodeDansk (Danish, da)
postal Post
physical Fysisk
both Post & fysisk

Source

{
  "resourceType": "CodeSystem",
  "id": "address-type-dk-supplement",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.dk/fhir/core/CodeSystem/address-type-dk-supplement",
  "version": "3.4.0",
  "name": "AddressType",
  "title": "DK Address Type",
  "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": "The type of an address (physical / postal)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/address-type",
  "concept": [
    {
      "code": "postal",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/554471000005108",
            "code": "900000000000013009"
          },
          "value": "Post"
        }
      ]
    },
    {
      "code": "physical",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/554471000005108",
            "code": "900000000000013009"
          },
          "value": "Fysisk"
        }
      ]
    },
    {
      "code": "both",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/554471000005108",
            "code": "900000000000013009"
          },
          "value": "Post & fysisk"
        }
      ]
    }
  ]
}