{
  "resourceType": "StructureDefinition",
  "id": "27febdc6-d264-40db-b6bb-27ff809d1057",
  "meta": {
    "lastUpdated": "2019-06-24T12:53:42.5227117+00:00"
  },
  "url": "http://ots.nccn.org/hl7/fhir/StructureDefinition/fullyStructured",
  "name": "fullyStructured",
  "title": "fullyStructured",
  "status": "active",
  "experimental": false,
  "date": "2019-06-24T12:53:42.2288887+00:00",
  "publisher": "National Comprehensive Cancer Network, Inc.",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nccn.org/about/contact.aspx",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Indicates whether or not information contained within the template could be completely structured and parsed into a FHIR-equivalent representation of that information. If there is any \"custom\" text that was entered into the NCCN Chemotherapy Order Template Tool when authoring the template, then this extension's value would be false. Either 'true' or 'false'.",
  "copyright": "National Comprehensive Cancer Network, Inc. (c) 2017. All right reserved.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "PlanDefinition",
    "ActivityDefinition.dosage"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Existence of custom text.",
        "definition": "Indicates whether or not information contained within the template could be completely structured and parsed into a FHIR-equivalent representation of that information. If there is any \"custom\" text that was entered into the NCCN Chemotherapy Order Template Tool when authoring the template, then this extension's value would be false. Either 'true' or 'false'.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ots.nccn.org/hl7/fhir/StructureDefinition/fullyStructured"
      },
      {
        "id": "Extension.value[x]:valueBoolean",
        "path": "Extension.valueBoolean",
        "sliceName": "valueBoolean",
        "short": "Boolean value of extension.",
        "definition": "Indicates whether or not information contained within the template could be completely structured and parsed into a FHIR-equivalent representation of that information. If there is any \"custom\" text that was entered into the NCCN Chemotherapy Order Template Tool when authoring the template, then this extension's value would be false.",
        "comment": "Either \"true\" or \"false\".",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}