- HSPC Implementation Guide

This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions

TelecomUse

{
  "resourceType" : "CodeSystem",
  "id" : "telecomUse",
  "url" : "http://fhir.org/guides/hspc/CodeSystem/telecomUse",
  "name" : "TelecomUse",
  "status" : "draft",
  "experimental" : false,
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other"
        },
        {
          "system" : "email"
        }
      }
    }
  },
  "description" : "A set of codes that describe the type of usage for a telecom value.",
  "caseSensitive" : true,
  "valueSet" : "http://fhir.org/guides/hspc/ValueSet/telecomUse",
  "content" : "complete",
  "concept" : [
    {
      "code" : "NS",
      "display" : "Not specified",
      "definition" : "The type of telecom system was not specified for the given number."
    }
  }
}