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

FHIR IG Statistics: CodeSystem/address-type-cs

Packageuz.dhp.core
Resource TypeCodeSystem
Idaddress-type-cs
FHIR VersionR5
Sourcehttp://dhp.uz/https://build.fhir.org/ig/vadi2/DHP-temp/CodeSystem-address-type-cs.html
URLhttps://terminology.dhp.uz/CodeSystem/address-type-cs
Version5.0.0
Statusdraft
Date2025-08-12T15:30:11+00:00
NameAddressTypeCS
TitleAddress type translations
DescriptionAddress type supplement with Uzbek and Russian translations
Contentsupplement
Supplementshttp://hl7.org/fhir/address-type|5.0.0

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-cs

Language: en

This code system supplement https://terminology.dhp.uz/CodeSystem/address-type-cs defines displays on the following codes:

Code
postal
physical
both

Additional Language Displays

CodeРусский (Russian, ru)uz
postalПочтовый адресPochta manzili
physicalФизический адресJismoniy manzil
bothПочтовый и физический адресPochta va jismoniy manzil

Source

{
  "resourceType": "CodeSystem",
  "id": "address-type-cs",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://terminology.dhp.uz/CodeSystem/address-type-cs",
  "version": "5.0.0",
  "name": "AddressTypeCS",
  "title": "Address type translations",
  "status": "draft",
  "experimental": true,
  "date": "2025-08-12T15:30:11+00:00",
  "publisher": "Uzinfocom LLC",
  "contact": [
    {
      "name": "Uzinfocom LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://uzinfocom.uz"
        },
        {
          "system": "email",
          "value": "info@uzinfocom.uz"
        }
      ]
    }
  ],
  "description": "Address type supplement with Uzbek and Russian translations",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/address-type|5.0.0",
  "concept": [
    {
      "code": "postal",
      "designation": [
        {
          "language": "ru",
          "value": "Почтовый адрес"
        },
        {
          "language": "uz",
          "value": "Pochta manzili"
        }
      ]
    },
    {
      "code": "physical",
      "designation": [
        {
          "language": "ru",
          "value": "Физический адрес"
        },
        {
          "language": "uz",
          "value": "Jismoniy manzil"
        }
      ]
    },
    {
      "code": "both",
      "designation": [
        {
          "language": "ru",
          "value": "Почтовый и физический адрес"
        },
        {
          "language": "uz",
          "value": "Pochta va jismoniy manzil"
        }
      ]
    }
  ]
}