PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.core@1.0.2
    http://hl7.org/fhir/StructureDefinition/markdown
{
  "description": "Base StructureDefinition for markdown type: A string that may contain markdown syntax for optional processing by a mark down presentation engine",
  "_filename": "StructureDefinition-markdown.json",
  "package_name": "hl7.fhir.r2.core",
  "date": "2015-10-24T07:41:03+11:00",
  "meta": {
    "lastUpdated": "2015-10-24T07:41:03.495+11:00"
  },
  "publisher": "HL7 FHIR Standard",
  "fhirVersion": "1.0.2",
  "name": "markdown",
  "abstract": false,
  "type": null,
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.2",
  "snapshot": {
    "element": [ {
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "string"
      },
      "path": "string",
      "type": [ {
        "code": "Element"
      } ],
      "short": "Primitive Type markdown",
      "comments": "Systems are not required to have markdown support, and there is considerable variation in markdown syntax, so the text should be readable without markdown processing. The preferred markdown syntax is described here: http://daringfireball.net/projects/markdown/syntax (and tests here: http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip)",
      "definition": "A string that may contain markdown syntax for optional processing by a mark down presentation engine"
    }, {
      "path": "string.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "base": {
        "max": "*",
        "min": 0,
        "path": "string.extension"
      }
    }, {
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "string.value"
      },
      "path": "string.value",
      "type": [ {
        "_code": {
          "extension": [ {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
            "valueString": "string"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
            "valueString": "xs:string"
          } ]
        },
        "fhir_comments": [ " Note: primitive values do not have an assigned type\n      e.g. this is compiler magic\n      XML and JSON types provided by extension " ]
      } ],
      "short": "Primitive value for markdown",
      "definition": "Primitive value for markdown",
      "representation": [ "xmlAttr" ]
    } ]
  },
  "status": "draft",
  "id": "df32e501-5d22-4f51-ac6a-6279cd89b5a9",
  "kind": "datatype",
  "url": "http://hl7.org/fhir/StructureDefinition/markdown",
  "base": "http://hl7.org/fhir/StructureDefinition/string",
  "version": null,
  "differential": {
    "element": [ {
      "max": "*",
      "min": 0,
      "path": "string",
      "type": [ {
        "code": "Element"
      } ],
      "short": "Primitive Type markdown",
      "comments": "Systems are not required to have markdown support, and there is considerable variation in markdown syntax, so the text should be readable without markdown processing. The preferred markdown syntax is described here: http://daringfireball.net/projects/markdown/syntax (and tests here: http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip)",
      "definition": "A string that may contain markdown syntax for optional processing by a mark down presentation engine"
    }, {
      "max": "1",
      "min": 0,
      "path": "string.value",
      "type": [ {
        "_code": {
          "extension": [ {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
            "valueString": "string"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
            "valueString": "xs:string"
          } ]
        },
        "fhir_comments": [ " Note: primitive values do not have an assigned type\n      e.g. this is compiler magic\n      XML and JSON types provided by extension " ]
      } ],
      "short": "Primitive value for markdown",
      "definition": "Primitive value for markdown",
      "representation": [ "xmlAttr" ]
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    } ]
  } ],
  "constrainedType": "string"
}