{
  "resourceType": "StructureDefinition",
  "id": "6f205d03-9de7-4f67-a305-96babb5a9b08",
  "meta": {
    "lastUpdated": "2019-06-25T14:40:33.9620797+00:00"
  },
  "url": "http://ots.nccn.org/hl7/fhir/StructureDefinition/disclaimer",
  "name": "disclaimer",
  "title": "disclaimer",
  "status": "active",
  "experimental": false,
  "date": "2019-06-25T14:40:33.6653144+00:00",
  "publisher": "National Comprehensive Cancer Network, Inc.",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nccn.org/about/contact.aspx",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The NCCN Templates are copyrighted by the NCCN. This legal disclaimer specifies the rights, obligations, and conditions of use.",
  "copyright": "National Comprehensive Cancer Network, Inc. (c) 2017. All right reserved.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "PlanDefinition"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Legal disclaimer.",
        "definition": "The NCCN Templates are copyrighted by the NCCN. This legal disclaimer specifies the rights, obligations, and conditions of use.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ots.nccn.org/hl7/fhir/StructureDefinition/disclaimer"
      },
      {
        "id": "Extension.value[x]:valueMarkdown",
        "path": "Extension.valueMarkdown",
        "sliceName": "valueMarkdown",
        "short": "Value of disclaimer extension.",
        "definition": "The NCCN Templates are copyrighted by the NCCN. This legal disclaimer specifies the rights, obligations, and conditions of use.",
        "comment": "Disclaimer will come through as markdown, which according to FHIR is \"A string that may contain markdown syntax for optional processing by a markdown presentation engine\". If the presentation engine does not support markdown, simply treat this as a string.",
        "min": 1,
        "type": [
          {
            "code": "markdown"
          }
        ]
      }
    ]
  }
}