{
  "resourceType": "StructureDefinition",
  "id": "ocp-programannualbudget",
  "language": "US-en",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \nThe FHIR STU3 (Release 3) Omnibus Care Plan (OCP) Program Annual budget extension profile uses FHIR resources and describes minimum expectations for the Program resource to record, search and fetch basic program information about an individual patient. \n</div>"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/ocp-programannualbudget",
  "version": "1.0",
  "name": "OCP Program Annual Budget Extension",
  "title": "OCP Program Annual Budget Extension",
  "status": "draft",
  "date": "2018-03-22T04:15:38.811+00:00",
  "publisher": "SAMHSA",
  "contact": [
    {
      "name": "Neelima Chennamaraja, Ioana Singureanu",
      "telecom": [
        {
          "system": "url",
          "value": "www.eversolve.com",
          "period": {
            "start": "1999-06-15"
          }
        },
        {
          "system": "email",
          "value": "neelima@eversolve.com",
          "use": "work"
        },
        {
          "system": "email",
          "value": "ioana@eversolve.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Annual or total budget allocated for the program",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "US",
          "display": "US-Realm"
        }
      ]
    }
  ],
  "purpose": "This extension describes the Program Annual or total number of receipients to be served under program.",
  "copyright": "+Copyright (c) 2017 SAMHSA. All Rights Reserved.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "ocp-program"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "OCP Program Annual Budget Extension",
        "definition": "Annual or total budget allocated for the program.\r\nOptional Extension Element - found in all resources.",
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:annualTotalBudget",
        "path": "Extension.extension",
        "sliceName": "annualTotalBudget",
        "short": "Annual Total Budget of the program",
        "definition": "Annual or total budget allocated for the program. May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "max": "1",
        "mustSupport": false
      },
      {
        "id": "Extension.extension:annualTotalBudget.url",
        "path": "Extension.extension.url",
        "fixedUri": "annualTotalBudget"
      },
      {
        "id": "Extension.extension:annualTotalBudget.value[x]:valueQuantity",
        "path": "Extension.extension.valueQuantity",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/ocp-programannualbudget"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}