{
  "resourceType": "StructureDefinition",
  "id": "CodeableConcept-uv-ips",
  "url": "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips",
  "name": "CodeableConceptIPS",
  "title": "Codeable Concept (IPS)",
  "status": "active",
  "date": "2018-03-19T10:26:15.349+00:00",
  "publisher": "HL7 International",
  "description": "This profile represents the constraint applied to the CodeableConcept data type by the International Patient Summary (IPS) FHIR Implementation Guide to use the Coding-uv-ips data type profile.",
  "kind": "complex-type",
  "abstract": false,
  "type": "CodeableConcept",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeableConcept",
        "path": "CodeableConcept",
        "mustSupport": true
      },
      {
        "id": "CodeableConcept.coding",
        "path": "CodeableConcept.coding",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeableConcept.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "CodeableConcept.text",
        "comment": "The text should be at the displayName level and not on this level.",
        "mustSupport": true
      }
    ]
  }
}