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

FHIR IG analytics

Packagehl7.terminology.r5
Resource TypeCodeSystem
IdCodeSystem-v3-TelecommunicationAddressUse.json
FHIR VersionR5

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-TelecommunicationAddressUse

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

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

CodeDisplayDefinitionStatus
AS answering serviceAn 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.active
EC emergency contactA contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes.active
MC mobile contactA 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.active
PG pagerA paging device suitable to solicit a callback or to leave a very short message.active

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-TelecommunicationAddressUse",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-TelecommunicationAddressUse",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.5.1011"
    }
  ],
  "version": "2.0.1",
  "name": "TelecommunicationAddressUse",
  "title": "TelecommunicationAddressUse",
  "status": "retired",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "Health Level 7",
  "contact": [
    {
      "name": "Health Level Seven"
    }
  ],
  "description": "*Deprecation Comment:* This code system was deprecated as of the November 2007 harmonization meeting. The content was folded into AddressUse (2.16.840.1.113883.5.1119), which replaces this code system.",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "AS",
      "display": "answering service",
      "definition": "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.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "EC",
      "display": "emergency contact",
      "definition": "A contact specifically designated to be used for emergencies. This is the first choice in emergencies, independent of any other use codes.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "MC",
      "display": "mobile contact",
      "definition": "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.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "PG",
      "display": "pager",
      "definition": "A paging device suitable to solicit a callback or to leave a very short message.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}