@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-TelecommunicationAddressUse"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-AddressUse
    CodeDisplayDefinition
    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.
    BADbad address**Description:** A flag indicating that the address is bad, in fact, useless.
    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'.
    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.
    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.
    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.
    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.
    TMPtemporary address**Description:** A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.
    WPwork place**Description:** An office address. First choice for business related contacts during business hours.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-TelecommunicationAddressUse"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.201" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "TelecommunicationAddressUse"]; fhir:ValueSet.title [ fhir:value "TelecommunicationAddressUse"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AddressUse" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "AS" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "BAD" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "DIR" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "EC" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "H" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "HP" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "HV" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "MC" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "PG" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "PUB" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "TMP" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "WP" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------