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

FHIR IG Statistics: ValueSet/AddressTypePhysicalBoth

Packagerki.emiga.vzd
Resource TypeValueSet
IdAddressTypePhysicalBoth
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.emiga.vzd@2.0.0-alpha.6&canonical=https://emiga.rki.de/fhir/vzd/ValueSet/AddressTypePhysicalBoth
URLhttps://emiga.rki.de/fhir/vzd/ValueSet/AddressTypePhysicalBoth
Version1.0.0
Statusactive
Date2025-07-11
NameAddressTypePhysicalBoth
TitleAddressentyp (Werteliste)
DescriptionWerteliste mit Konzepten, die die Typ einer Addresse näher beschreiben.

Resources that use this resource

StructureDefinition
EmigaHospitalLocationKrankenhaus-Standort

Resources that this resource uses

CodeSystem
address-typeAddress Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "AddressTypePhysicalBoth",
  "id": "AddressTypePhysicalBoth",
  "title": "Addressentyp  (Werteliste)",
  "description": "Werteliste mit Konzepten, die die Typ einer Addresse näher beschreiben.",
  "url": "https://emiga.rki.de/fhir/vzd/ValueSet/AddressTypePhysicalBoth",
  "language": "de-DE",
  "experimental": false,
  "publisher": "Robert Koch-Institut",
  "contact": [
    {
      "name": "Robert Koch-Institut",
      "telecom": [
        {
          "system": "url",
          "value": "https://rki.de"
        }
      ]
    }
  ],
  "version": "1.0.0",
  "date": "2025-07-11",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "physical",
            "display": "Physical"
          },
          {
            "code": "both",
            "display": "Postal & Physical"
          }
        ]
      }
    ]
  }
}