{
  "resourceType": "StructureDefinition",
  "id": "condition-additionalBinding",
  "url": "http://example.org/fhir/StructureDefinition/condition-additionalBinding",
  "name": "ConditionAdditionalBinding",
  "title": "Condition (AdditionalBinding)",
  "status": "draft",
  "experimental": true,
  "description": "This profile illustrates the use of the additionalBinding extension to provide additional bindings and contexts for their use, as seen with the patient profile here.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "extension": [
                {
                  "url": "purpose",
                  "valueCode": "candidate"
                },
                {
                  "url": "valueSet",
                  "valueCanonical": "http://fhir.infoway-inforoute.ca/ca-core/ValueSet/ICD9CM"
                },
                {
                  "url": "documentation",
                  "valueMarkdown": "Per pCHDCF: ICD is recommended as an alternate value set to support physician billing in Canada and as a classification for reporting and analysis. ICD-10-CA is the recommended supporting classification. ICD-9-CM currently supports historical implementations for physician billing and is not recommended for new implementers as it is no longer maintained."
                }
              ],
              "url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
            },
            {
              "extension": [
                {
                  "url": "purpose",
                  "valueCode": "candidate"
                },
                {
                  "url": "valueSet",
                  "valueCanonical": "http://fhir.infoway-inforoute.ca/ca-core/ValueSet/ICD10CA"
                },
                {
                  "url": "documentation",
                  "valueMarkdown": "Per pCHDCF: ICD is recommended as an alternate value set to support physician billing in Canada and as a classification for reporting and analysis. ICD-10-CA is the recommended supporting classification. ICD-9-CM currently supports historical implementations for physician billing and is not recommended for new implementers as it is no longer maintained."
                }
              ],
              "url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding"
            }
          ],
          "strength": "preferred",
          "description": "Stub ValueSet for Pan-Canadian Health Concern ValueSet",
          "valueSet": "http://fhir.infoway-inforoute.ca/ca-core/ValueSet/PHCVS"
        }
      }
    ]
  }
}