{
  "resourceType": "StructureDefinition",
  "id": "codeableconcept-ca-core",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/codeableconcept-ca-core",
  "version": "1.1.0",
  "name": "CodeableConceptCACore",
  "title": "Codeable Concept (CA Core)",
  "status": "active",
  "experimental": false,
  "date": "2025-03-06",
  "publisher": "Canada Health Infoway",
  "contact": [
    {
      "name": "National Standards Release Centre",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.infoway-inforoute.ca"
        },
        {
          "system": "email",
          "value": "standards@infoway-inforoute.ca"
        }
      ]
    }
  ],
  "description": "This profile represents the constraint applied to the CodeableConcept data type by the CA Core Implementation Guide.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "CodeableConcept",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeableConcept.coding",
        "path": "CodeableConcept.coding",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/coding-ca-core"
            ]
          }
        ]
      }
    ]
  }
}