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-markup.json

Raw JSON (canonical form)

String equivalent with html markup

{
  "resourceType": "ExtensionDefinition",
  "id": "markup",
  "url": "http://hl7.org/fhir/ExtensionDefinition/markup",
  "name": "String equivalent with html markup",
  "publisher": "HL7 FHIR project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This is an equivalent of the string on which the extension is sent, but includes additional XHTML markup, such as bold, italics, styles, tables, etc.",
  "status": "draft",
  "date": "2014-04-23",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "contextType": "datatype",
  "context": [
    "string"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "String equivalent with html markup",
      "definition": "This is an equivalent of the string on which the extension is sent, but includes additional XHTML markup, such as bold, italics, styles, tables, etc.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "string"
        }
      ],
      "mapping": [
        {
          "identity": "rim",
          "map": "ED can be XHTML content"
        }
      ]
    }
  ]
}

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.