{
  "resourceType": "StructureDefinition",
  "id": "closing-the-gap-registration",
  "url": "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration",
  "version": "1.1.0",
  "name": "ClosingTheGapRegistration",
  "title": "Closing the Gap registration",
  "status": "active",
  "date": "2018-10-03",
  "publisher": "Health Level Seven Australia (Patient Administration WG)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This extension applies to the Patient resource and provides  an indicator of whether the patient is eligible for a Closing the Gap (CTG) co-payment.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Patient Closing the Gap Program Eligibility Indication",
        "definition": "Indication for eligibility for the Closing the Gap program.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration"
      },
      {
        "id": "Extension.value[x]:valueBoolean",
        "path": "Extension.valueBoolean",
        "sliceName": "valueBoolean",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}