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

FHIR IG Statistics: ValueSet/CDAAddressUse

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAAddressUse
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAAddressUse.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAAddressUse
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAAddressUse
TitleCDAAddressUse
Realmau
Authoritynational
DescriptionCodes that provide guidance around the circumstances in which a given address should be used - limited to values allowed in original CDA definition

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-AddressUseAddressUse
v3-AddressUseAddressUse

Narrative

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

Generated Narrative: ValueSet CDAAddressUse

  • 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.
    ASanswering service**Description:** An automated answering machine used for less urgent cases and if the main purpose of contact is to leave a message or access an automated announcement.
    ECemergency contact**Description:** A contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes.
    MCmobile contact)**Description:** A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business.
    PGpager**Description:** A paging device suitable to solicit a callback or to leave a very short message.

Source

{
  "resourceType": "ValueSet",
  "id": "CDAAddressUse",
  "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/CDAAddressUse",
  "version": "1.0.0",
  "name": "CDAAddressUse",
  "title": "CDAAddressUse",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "Codes that provide guidance around the circumstances in which a given address should be used - 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": "AS"
          },
          {
            "code": "EC"
          },
          {
            "code": "MC"
          },
          {
            "code": "PG"
          }
        ]
      }
    ]
  }
}