{
  "resourceType": "StructureDefinition",
  "id": "ocp-programdomain",
  "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 domain 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. </div>"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/ocp-programdomain",
  "version": "1.0",
  "name": "OCP Program Domain Extension",
  "title": "OCP Program Domain Extension",
  "status": "draft",
  "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": "Captures information about Integrated Care, Primary Care, Behavioral Health (or separate Substance Abuse and Mental Health), Home and Community Support, or other speciality domain information for the OCP system.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "US",
          "display": "US-Realm"
        }
      ]
    }
  ],
  "purpose": "The purpose of this extension is to captures information about Integrated Care, Primary Care, Behavioral Health (or separate Substance Abuse and Mental Health), Home and Community Support, or other speciality domain information for the OCP system.",
  "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 Domain Extension",
        "definition": "This extension captures information about Integrated Care, Primary Care, Behavioral Health (or separate Substance Abuse and Mental Health), Home and Community Support, or other speciality domain.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:domain",
        "path": "Extension.extension",
        "sliceName": "domain",
        "short": "Specialty of the domain",
        "definition": "This extension captures information about various program domains.\r\nMay 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.",
        "min": 1
      },
      {
        "id": "Extension.extension:domain.url",
        "path": "Extension.extension.url",
        "fixedUri": "domain"
      },
      {
        "id": "Extension.extension:domain.value[x]:valueCodeableConcept",
        "path": "Extension.extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/ocp-programdomain"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}