{
  "resourceType": "StructureDefinition",
  "id": "CodeableConcept-oh-ehr",
  "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr",
  "version": "1.0.0",
  "name": "CodeableConceptEHR",
  "title": "CodeableConcept EHR",
  "status": "active",
  "experimental": false,
  "date": "2024-11-15T09:23:00+00:00",
  "description": "This profile represents the constraint applied to the CodeableConcept data type by the Ontario EHR project to use the [OH-EHR Coding](http://ehealthontario.ca/StructureDefinition/Coding-oh-ehr) data type profile in a way that is informed by the constraints of the [CodeableConcept IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-CodeableConcept-uv-ips.html).",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "CodeableConcept",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeableConcept",
        "path": "CodeableConcept",
        "comment": "For all CodeableConcepts, at least one of coding or text must be present. If coding contains only a display value (no code) then CodeableConcept must include text."
      },
      {
        "id": "CodeableConcept.coding",
        "path": "CodeableConcept.coding",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/Coding-oh-ehr"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeableConcept.text",
        "path": "CodeableConcept.text",
        "mustSupport": true
      }
    ]
  }
}