{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-10-29T13:20:06.373+00:00"
  },
  "url": "http://medico-emr.net/stu3/sd/CodeableConcept-CustomerDefined-1",
  "name": "CodeableConcept-CustomerDefined-1",
  "status": "active",
  "date": "2018-10-29T13:20:06.2266493+00:00",
  "description": "A profile for a codeable concept. It is intended to be used within sliced definitions, e.g. for observations.\r\nIts .system always points to \"http://medico-emr.net/%KUNDE%/cs\" - meaning that the effective values are customer defined.\r\nTherefore the code's valueset binding is set to \"required\" - and a definition to retrieving the value must be provided in the profile using this CodeableConcept-profile",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "CodeableConcept",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeableConcept",
        "path": "CodeableConcept",
        "definition": "A profile for a codeable concept. It is intended to be used within sliced definitions, e.g. for observations.\r\nIts .system always points to \"http://medico-emr.net/%KUNDE%/cs\" - meaning that the effective values are customer defined.\r\nTherefore the code's valueset binding is set to \"required\" - and a definition to retrieving the value must be provided in the profile using this CodeableConcept-profile"
      },
      {
        "id": "CodeableConcept.id",
        "path": "CodeableConcept.id",
        "max": "0"
      },
      {
        "id": "CodeableConcept.coding",
        "path": "CodeableConcept.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CodeableConcept.coding.id",
        "path": "CodeableConcept.coding.id",
        "max": "0"
      },
      {
        "id": "CodeableConcept.coding.system",
        "path": "CodeableConcept.coding.system",
        "definition": "http://medico-emr.net/%KUNDE%/cs is a virtual customer specific Code System that does not exist as a single download.\r\nBinding to real values are established through .code's Valueset binding",
        "min": 1
      },
      {
        "id": "CodeableConcept.coding.version",
        "path": "CodeableConcept.coding.version",
        "max": "0"
      },
      {
        "id": "CodeableConcept.coding.code",
        "path": "CodeableConcept.coding.code",
        "min": 1
      },
      {
        "id": "CodeableConcept.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "CodeableConcept.coding.display",
        "definition": "Plain text for the selected code - as defined by the customer"
      },
      {
        "id": "CodeableConcept.coding.userSelected",
        "path": "CodeableConcept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "CodeableConcept.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "CodeableConcept.text",
        "max": "0"
      }
    ]
  }
}