2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension-us-core-direct.json

Raw JSON (canonical form)

Email is a "direct" email

{
  "resourceType": "ExtensionDefinition",
  "id": "us-core-direct",
  "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-direct",
  "name": "Email is a \"direct\" email",
  "display": "This email is a \"direct\" email address",
  "publisher": "Fhir Core Team",
  "description": "This email address is associated with a \"direct\" service - e.g. http://wiki.directproject.org/Addressing+Specification.",
  "status": "draft",
  "date": "2013-12-03",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "contextType": "datatype",
  "context": [
    "ContactPoint"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Email is a \"direct\" email",
      "definition": "This email address is associated with a \"direct\" service - e.g. http://wiki.directproject.org/Addressing+Specification.",
      "comments": "This extension can only be used on contact points where the system = 'email'.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "boolean"
        }
      ],
      "mapping": [
        {
          "identity": "v2",
          "map": "No v2 equivalent"
        },
        {
          "identity": "rim",
          "map": "No RIM equivalent"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.