{
  "resourceType": "StructureDefinition",
  "id": "2699fa56-c604-4419-abd0-9e1a6a18c8a0",
  "meta": {
    "lastUpdated": "2021-10-21T14:50:57.638+00:00"
  },
  "url": "https://nccn.info/fhir/StructureDefinition/OrderTemplateMetaProfile",
  "name": "NCCNOrderTemplateMetaProfile",
  "status": "draft",
  "date": "2021-10-21T12:31:28.7625621Z",
  "description": "The Order Template Meta profile describes the extensions to a BasicResource to hold a meta information about an NCCN Order Template including the reference to the [Order Template](<https://simplifier.net/nccnchemotherapyorde/ordertemplate>) itself.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Basic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Basic.extension",
        "path": "Basic.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Basic.extension:ordertemplate",
        "path": "Basic.extension",
        "sliceName": "ordertemplate",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://nccn.info/fhir/StructureDefinition/OrderTemplateMetaExtension"
            ]
          }
        ]
      },
      {
        "id": "Basic.code.coding",
        "path": "Basic.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Basic.code.coding.system",
        "path": "Basic.code.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/basic-resource-type"
      },
      {
        "id": "Basic.code.coding.code",
        "path": "Basic.code.coding.code",
        "fixedCode": "OrderTemplate"
      }
    ]
  }
}