@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CDAPostalAddressUse"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

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)
" ] ; # fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAPostalAddressUse"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CDAPostalAddressUse"] ; # fhir:title [ fhir:v "CDAPostalAddressUse"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "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"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AddressUse"^^xsd:anyURI ] ; fhir:version [ fhir:v "2.1.0" ] ; fhir:concept ( [ fhir:code [ fhir:v "H" ] ] [ fhir:code [ fhir:v "HP" ] ] [ fhir:code [ fhir:v "HV" ] ] [ fhir:code [ fhir:v "WP" ] ] [ fhir:code [ fhir:v "DIR" ] ] [ fhir:code [ fhir:v "PUB" ] ] [ fhir:code [ fhir:v "BAD" ] ] [ fhir:code [ fhir:v "TMP" ] ] [ fhir:code [ fhir:v "PHYS" ] ] [ fhir:code [ fhir:v "PST" ] ] ) ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse"^^xsd:anyURI ] ; fhir:version [ fhir:v "2.1.0" ] ; fhir:concept ( [ fhir:code [ fhir:v "ABC" ] ] [ fhir:code [ fhir:v "IDE" ] ] [ fhir:code [ fhir:v "SYL" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------