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

FHIR IG analytics

Packagefhir.hspc.core
Resource TypeCodeSystem
IdCodeSystem-telecomUse.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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."
    }
  ]
}