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

FHIR IG Statistics: ValueSet/CDAPostalAddressUse

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAPostalAddressUse
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAPostalAddressUse.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAPostalAddressUse
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAPostalAddressUse
TitleCDAPostalAddressUse
Realmau
Authoritynational
DescriptionA set of codes advising a system or user which address in a set of like addresses to select for a given purpose - limited to values allowed in original CDA definition

Resources that use this resource

StructureDefinition
ADAD: PostalAddress (V3 Data Type)
addraddr AD: PostalAddress (V3 Data Type)
au-AddressADHA AD: PostalAddress (V3 Data Type)

Resources that this resource uses

CodeSystem
v3-AddressUseAddressUse
v3-EntityNameUseEntityNameUse
v3-AddressUseAddressUse
v3-EntityNameUseEntityNameUse

Narrative

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

Generated Narrative: ValueSet CDAPostalAddressUse

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-AddressUse version 2.1.0
    CodeDisplayDefinition
    Hhome address**Description:** A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.
    HPprimary home**Description:** The primary home, to reach a person after business hours.
    HVvacation home**Description:** A vacation home, to reach a person while on vacation.
    WPwork place**Description:** An office address. First choice for business related contacts during business hours.
    DIRdirect**Description:** Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. For phones, often referred to as a 'private line'.
    PUBpublic**Description:** Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity.
    BADbad address**Description:** A flag indicating that the address is bad, in fact, useless.
    TMPtemporary address**Description:** A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.
    PHYSphysical visit address**Description:** Used primarily to visit an address.
    PSTpostal address**Description:** Used to send mail.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityNameUse version 2.1.0
    CodeDisplayDefinition
    ABCAlphabeticAlphabetic transcription of name (Japanese: romaji)
    IDEIdeographicIdeographic representation of name (e.g., Japanese kanji, Chinese characters)
    SYLSyllabicSyllabic transcription of name (e.g., Japanese kana, Korean hangul)

Source

{
  "resourceType": "ValueSet",
  "id": "CDAPostalAddressUse",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDAPostalAddressUse",
  "version": "1.0.0",
  "name": "CDAPostalAddressUse",
  "title": "CDAPostalAddressUse",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "A set of codes advising a system or user which address in a set of like addresses to select for a given purpose - limited to values allowed in original CDA definition",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
        "version": "2.1.0",
        "concept": [
          {
            "code": "H"
          },
          {
            "code": "HP"
          },
          {
            "code": "HV"
          },
          {
            "code": "WP"
          },
          {
            "code": "DIR"
          },
          {
            "code": "PUB"
          },
          {
            "code": "BAD"
          },
          {
            "code": "TMP"
          },
          {
            "code": "PHYS"
          },
          {
            "code": "PST"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse",
        "version": "2.1.0",
        "concept": [
          {
            "code": "ABC"
          },
          {
            "code": "IDE"
          },
          {
            "code": "SYL"
          }
        ]
      }
    ]
  }
}