1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CosmicUnitContactPointSystems - JSON Representation

Active as of 2020-04-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CosmicUnitContactPointSystems",
  "meta" : {
    "lastUpdated" : "2020-04-15T11:11:25.562+00:00"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CosmicUnitContactPointSystems</b></p><a name=\"CosmicUnitContactPointSystems\"> </a><a name=\"hcCosmicUnitContactPointSystems\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-04-15 11:11:25+0000</p></div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\"><code>http://hl7.org/fhir/contact-point-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-phone\">phone</a></td><td>Phone</td><td>The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-email\">email</a></td><td>Email</td><td>The value is an email address.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.cambio.se/ValueSet/CosmicUnitContactPointSystems/v1",
  "version" : "1.0.0",
  "name" : "CosmicUnitContactPointSystems",
  "title" : "CosmicUnitContactPointSystems",
  "status" : "active",
  "date" : "2020-04-15T11:11:25.1019938+00:00",
  "publisher" : "Cambio",
  "contact" : [
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cambio.se"
        }
      ]
    },
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "email",
          "value" : "informatics@cambio.se",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The telecom types supported for COSMIC units",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/contact-point-system",
        "concept" : [
          {
            "code" : "phone",
            "display" : "Phone"
          },
          {
            "code" : "email",
            "display" : "Email"
          }
        ]
      }
    ]
  }
}