{
"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).",
"_filename": "StructureDefinition-CodeableConcept-oh-ehr.json",
"package_name": "ca.on.ehr.r4",
"date": "2024-11-15T01:23:00-08:00",
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "CodeableConceptOH",
"abstract": false,
"type": "CodeableConcept",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "Codeable Concept (OH-EHR)",
"package_version": "0.9.2",
"status": "draft",
"id": "f8b8c9b1-2691-4e88-9d5c-c9ffa0522d97",
"kind": "complex-type",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr",
"version": null,
"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
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
}