FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-AddressUse.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v3-AddressUse

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Not SelectablenotSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates that the code is abstract - only intended to be used as a selector for other concepts

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-AddressUse defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinitionNot Selectable
1_GeneralAddressUse _GeneralAddressUse

Description: Address uses that can apply to both postal and telecommunication addresses.

true
2  BAD bad address

Description: A flag indicating that the address is bad, in fact, useless.

2  CONF confidential address

Description: Indicates that the address is considered sensitive and should only be shared or published in accordance with organizational controls governing patient demographic information with increased sensitivity. Uses of Addresses. Lloyd to supply more complete description.

2  H home 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.

3    HP primary home

Description: The primary home, to reach a person after business hours.

3    HV vacation home

Description: A vacation home, to reach a person while on vacation.

2  OLD no longer in use

This address is no longer in use.

                       Usage Note: Address may also carry valid time ranges. This code is used to cover the situations where it is known that the address is no longer valid, but no particular time range for its use is known.
2  TMP temporary address

Description: A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.

2  WP work place

Description: An office address. First choice for business related contacts during business hours.

3    DIR direct

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'.

3    PUB public

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.

1_PostalAddressUse _PostalAddressUse

Description: Address uses that only apply to postal addresses, not telecommunication addresses.

true
2  PHYS physical visit address

Description: Used primarily to visit an address.

2  PST postal address

Description: Used to send mail.

1_TelecommunicationAddressUse _TelecommunicationAddressUse

Description: Address uses that only apply to telecommunication addresses, not postal addresses.

true
2  AS answering 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.

2  EC emergency contact

Description: A contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes.

2  MC mobile 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.

2  PG pager

Description: A paging device suitable to solicit a callback or to leave a very short message.


Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-AddressUse",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "external"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
  "version": "2018-08-12",
  "name": "v3.AddressUse",
  "title": "v3 Code System AddressUse",
  "status": "active",
  "experimental": false,
  "date": "2018-08-12T00:00:00+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Codes that provide guidance around the circumstances in which a given address should be used.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/v3-AddressUse|3.0.0",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "notSelectable",
      "uri": "http://hl7.org/fhir/concept-properties#notSelectable",
      "description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "_GeneralAddressUse",
      "display": "_GeneralAddressUse",
      "definition": "Description: Address uses that can apply to both postal and telecommunication addresses.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "BAD",
          "display": "bad address",
          "definition": "Description: A flag indicating that the address is bad, in fact, useless."
        },
        {
          "code": "CONF",
          "display": "confidential address",
          "definition": "Description: Indicates that the address is considered sensitive and should only be shared or published in accordance with organizational controls governing patient demographic information with increased sensitivity. Uses of Addresses.   Lloyd to supply more complete description."
        },
        {
          "code": "H",
          "display": "home address",
          "definition": "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.",
          "concept": [
            {
              "code": "HP",
              "display": "primary home",
              "definition": "Description: The primary home, to reach a person after business hours."
            },
            {
              "code": "HV",
              "display": "vacation home",
              "definition": "Description: A vacation home, to reach a person while on vacation."
            }
          ]
        },
        {
          "code": "OLD",
          "display": "no longer in use",
          "definition": "This address is no longer in use.\r\n\n                        \n                           Usage Note: Address may also carry valid time ranges. This code is used to cover the situations where it is known that the address is no longer valid, but no particular time range for its use is known."
        },
        {
          "code": "TMP",
          "display": "temporary address",
          "definition": "Description: A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information."
        },
        {
          "code": "WP",
          "display": "work place",
          "definition": "Description: An office address. First choice for business related contacts during business hours.",
          "concept": [
            {
              "code": "DIR",
              "display": "direct",
              "definition": "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'."
            },
            {
              "code": "PUB",
              "display": "public",
              "definition": "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."
            }
          ]
        }
      ]
    },
    {
      "code": "_PostalAddressUse",
      "display": "_PostalAddressUse",
      "definition": "Description: Address uses that only apply to postal addresses, not telecommunication addresses.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "PHYS",
          "display": "physical visit address",
          "definition": "Description: Used primarily to visit an address."
        },
        {
          "code": "PST",
          "display": "postal address",
          "definition": "Description: Used to send mail."
        }
      ]
    },
    {
      "code": "_TelecommunicationAddressUse",
      "display": "_TelecommunicationAddressUse",
      "definition": "Description: Address uses that only apply to telecommunication addresses, not postal addresses.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "AS",
          "display": "answering service",
          "definition": "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."
        },
        {
          "code": "EC",
          "display": "emergency contact",
          "definition": "Description: A contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes."
        },
        {
          "code": "MC",
          "display": "mobile contact)",
          "definition": "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."
        },
        {
          "code": "PG",
          "display": "pager",
          "definition": "Description: A paging device suitable to solicit a callback or to leave a very short message."
        }
      ]
    }
  ]
}