{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-codeableconcept",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept",
  "version": "0.10.0",
  "name": "CodeableConceptPSON",
  "title": "Codeable Concept (PS-ON)",
  "status": "draft",
  "date": "2024-02-01T19:39:15.322061+00:00",
  "publisher": "Ontario Health",
  "description": "This profile represents the constraints applied to the CodeableConcept data type by the PS-ON project to use the Coding-uv-ips data type profile, matching the [CodeableConcept-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-CodeableConcept-uv-ips.html).",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "orim",
      "uri": "http://hl7.org/orim",
      "name": "Ontological RIM Mapping"
    }
  ],
  "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/StructureDefinition/ca-on-ps-profile-coding"
            ]
          }
        ]
      },
      {
        "id": "CodeableConcept.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "CodeableConcept.text",
        "mustSupport": true
      }
    ]
  }
}