PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.core-clinical@1.3.0
    https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProblem
{
  "description": "Logical model for Problem",
  "_filename": "StructureDefinition-BeModelProblem.json",
  "package_name": "hl7.fhir.be.core-clinical",
  "date": "2026-08-20T13:08:30+02:00",
  "derivation": "specialization",
  "publisher": "eHealth Platform",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "BE",
      "system": "urn:iso:std:iso:3166",
      "display": "Belgium"
    } ]
  } ],
  "name": "BeModelProblem",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProblem",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Problem Logical Model",
  "package_version": "1.3.0",
  "snapshot": {
    "element": [ {
      "id": "BeModelProblem",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      },
      "path": "BeModelProblem",
      "short": "Problem Logical Model",
      "definition": "Logical model for Problem",
      "isModifier": false
    }, {
      "id": "BeModelProblem.identifier",
      "max": "*",
      "min": 1,
      "base": {
        "max": "*",
        "min": 1,
        "path": "BeModelProblem.identifier"
      },
      "path": "BeModelProblem.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Business Identifier",
      "definition": "Unique identifier of the problem"
    }, {
      "id": "BeModelProblem.recordedDate",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelProblem.recordedDate"
      },
      "path": "BeModelProblem.recordedDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Recorded Date",
      "definition": "Date of last modification of the information by the recorder"
    }, {
      "id": "BeModelProblem.recorder",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelProblem.recorder"
      },
      "path": "BeModelProblem.recorder",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Recorder",
      "definition": "The healthcare professional responsible for the content (ideally identified by the NISS)"
    }, {
      "id": "BeModelProblem.asserter",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.asserter"
      },
      "path": "BeModelProblem.asserter",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Asserter",
      "definition": "The person asserting the information (e.g., patient, practitioner, parent; ideally identified by the NISS)"
    }, {
      "id": "BeModelProblem.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelProblem.subject"
      },
      "path": "BeModelProblem.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "short": "Patient",
      "definition": "Reference or Identifier to the patient (ideally identified by the NISS)"
    }, {
      "id": "BeModelProblem.cause",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelProblem.cause"
      },
      "path": "BeModelProblem.cause",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Procedure", "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", "http://hl7.org/fhir/StructureDefinition/Immunization", "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ]
      } ],
      "short": "Cause",
      "definition": "Reference to the primary cause of the problem (procedure, medication administration, or other condition)"
    }, {
      "path": "BeModelProblem.category",
      "min": 0,
      "definition": "Thematic category of the problem",
      "short": "Category",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemCategoryVS"
      },
      "max": "*",
      "id": "BeModelProblem.category",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelProblem.category"
      }
    }, {
      "path": "BeModelProblem.code",
      "min": 1,
      "definition": "Identification of the problem - in SNOMED-CT",
      "short": "Code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemCodeVS"
      },
      "max": "1",
      "id": "BeModelProblem.code",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelProblem.code"
      }
    }, {
      "path": "BeModelProblem.clinicalStatus",
      "min": 1,
      "definition": "Clinical status of the problem (active, inactive, resolved, etc.)",
      "short": "Clinical Status",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical"
      },
      "max": "1",
      "id": "BeModelProblem.clinicalStatus",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelProblem.clinicalStatus"
      }
    }, {
      "path": "BeModelProblem.verificationStatus",
      "min": 0,
      "definition": "Degree of certainty associated with the problem (confirmed, suspected, etc.)",
      "short": "Verification Status",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status"
      },
      "max": "1",
      "id": "BeModelProblem.verificationStatus",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.verificationStatus"
      }
    }, {
      "path": "BeModelProblem.diseaseCourse",
      "min": 0,
      "definition": "Course of disease evolution (acute, chronic, fulminant, etc.)",
      "short": "Course of Disease",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemDiseaseCourseVS"
      },
      "max": "1",
      "id": "BeModelProblem.diseaseCourse",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.diseaseCourse"
      }
    }, {
      "id": "BeModelProblem.symptom",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelProblem.symptom"
      },
      "path": "BeModelProblem.symptom",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Symptom",
      "definition": "Symptoms recorded in the context of this problem"
    }, {
      "path": "BeModelProblem.severity",
      "min": 0,
      "definition": "Degree of severity of the problem",
      "short": "Severity",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity"
      },
      "max": "1",
      "id": "BeModelProblem.severity",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.severity"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelProblem.bodySite",
      "min": 0,
      "definition": "Anatomical site(s) where the problem is active",
      "short": "Body Site",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "*",
      "id": "BeModelProblem.bodySite",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelProblem.bodySite"
      }
    }, {
      "path": "BeModelProblem.bodySite.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelProblem.bodySite.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelProblem.bodySite.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelProblem.bodySite.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelProblem.bodySite.coding",
      "requirements": "Allows for alternative encodings within a code system, and translations to other code systems.",
      "min": 0,
      "definition": "A reference to a code defined by a terminology system.",
      "isModifier": false,
      "short": "Code defined by a terminology system",
      "mapping": [ {
        "map": "C*E.1-8, C*E.10-22",
        "identity": "v2"
      }, {
        "map": "union(., ./translation)",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "max": "*",
      "id": "BeModelProblem.bodySite.coding",
      "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CodeableConcept.coding"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelProblem.bodySite.text",
      "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.",
      "min": 0,
      "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
      "isModifier": false,
      "short": "Plain text representation of the concept",
      "mapping": [ {
        "map": "C*E.9. But note many systems use C*E.2 for this",
        "identity": "v2"
      }, {
        "map": "./originalText[mediaType/code=\"text/plain\"]/data",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "BeModelProblem.bodySite.text",
      "comment": "Very often the text is the same as a displayName of one of the codings.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CodeableConcept.text"
      },
      "isSummary": true
    }, {
      "path": "BeModelProblem.bodySite.localisation",
      "min": 1,
      "definition": "Specific location on the body if not implied by the code",
      "short": "Body Localisation",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-bodysite"
      },
      "max": "1",
      "id": "BeModelProblem.bodySite.localisation",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelProblem.bodySite.localisation"
      }
    }, {
      "path": "BeModelProblem.bodySite.laterality",
      "min": 0,
      "definition": "Laterality of the affected body site (right, left, both)",
      "short": "Body Laterality",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-laterality"
      },
      "max": "1",
      "id": "BeModelProblem.bodySite.laterality",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.bodySite.laterality"
      }
    }, {
      "path": "BeModelProblem.bodySite.topography",
      "min": 0,
      "definition": "Topography of the affected body site (e.g., upper arm, lower leg, etc.)",
      "short": "Body Topography",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-body-topography"
      },
      "max": "1",
      "id": "BeModelProblem.bodySite.topography",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.bodySite.topography"
      }
    }, {
      "id": "BeModelProblem.onset[x]",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.onset[x]"
      },
      "path": "BeModelProblem.onset[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      }, {
        "code": "Range"
      }, {
        "code": "Age"
      }, {
        "code": "string"
      } ],
      "short": "Onset",
      "definition": "Moment the problem began"
    }, {
      "id": "BeModelProblem.abatement[x]",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelProblem.abatement[x]"
      },
      "path": "BeModelProblem.abatement[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      }, {
        "code": "Range"
      }, {
        "code": "Age"
      }, {
        "code": "string"
      } ],
      "short": "Abatement",
      "definition": "Moment the problem went into remission"
    }, {
      "id": "BeModelProblem.note",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelProblem.note"
      },
      "path": "BeModelProblem.note",
      "type": [ {
        "code": "Annotation"
      } ],
      "short": "Note",
      "definition": "Additional notes pertaining to the problem"
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "4.0.1"
    } ]
  },
  "status": "active",
  "id": "fe2d741a-849f-4730-bb29-493c97def01b",
  "kind": "logical",
  "url": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProblem",
  "version": "1.3.0",
  "differential": {
    "element": [ {
      "id": "BeModelProblem",
      "path": "BeModelProblem",
      "short": "Problem Logical Model",
      "definition": "Logical model for Problem"
    }, {
      "id": "BeModelProblem.identifier",
      "max": "*",
      "min": 1,
      "path": "BeModelProblem.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Business Identifier",
      "definition": "Unique identifier of the problem"
    }, {
      "id": "BeModelProblem.recordedDate",
      "max": "1",
      "min": 1,
      "path": "BeModelProblem.recordedDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Recorded Date",
      "definition": "Date of last modification of the information by the recorder"
    }, {
      "id": "BeModelProblem.recorder",
      "max": "1",
      "min": 1,
      "path": "BeModelProblem.recorder",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Recorder",
      "definition": "The healthcare professional responsible for the content (ideally identified by the NISS)"
    }, {
      "id": "BeModelProblem.asserter",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.asserter",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Asserter",
      "definition": "The person asserting the information (e.g., patient, practitioner, parent; ideally identified by the NISS)"
    }, {
      "id": "BeModelProblem.subject",
      "max": "1",
      "min": 1,
      "path": "BeModelProblem.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "short": "Patient",
      "definition": "Reference or Identifier to the patient (ideally identified by the NISS)"
    }, {
      "id": "BeModelProblem.cause",
      "max": "*",
      "min": 0,
      "path": "BeModelProblem.cause",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Procedure", "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", "http://hl7.org/fhir/StructureDefinition/Immunization", "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ]
      } ],
      "short": "Cause",
      "definition": "Reference to the primary cause of the problem (procedure, medication administration, or other condition)"
    }, {
      "id": "BeModelProblem.category",
      "max": "*",
      "min": 0,
      "path": "BeModelProblem.category",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Category",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemCategoryVS"
      },
      "definition": "Thematic category of the problem"
    }, {
      "id": "BeModelProblem.code",
      "max": "1",
      "min": 1,
      "path": "BeModelProblem.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Code",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemCodeVS"
      },
      "definition": "Identification of the problem - in SNOMED-CT"
    }, {
      "id": "BeModelProblem.clinicalStatus",
      "max": "1",
      "min": 1,
      "path": "BeModelProblem.clinicalStatus",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Clinical Status",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical"
      },
      "definition": "Clinical status of the problem (active, inactive, resolved, etc.)"
    }, {
      "id": "BeModelProblem.verificationStatus",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.verificationStatus",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Verification Status",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status"
      },
      "definition": "Degree of certainty associated with the problem (confirmed, suspected, etc.)"
    }, {
      "id": "BeModelProblem.diseaseCourse",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.diseaseCourse",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Course of Disease",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemDiseaseCourseVS"
      },
      "definition": "Course of disease evolution (acute, chronic, fulminant, etc.)"
    }, {
      "id": "BeModelProblem.symptom",
      "max": "*",
      "min": 0,
      "path": "BeModelProblem.symptom",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Symptom",
      "definition": "Symptoms recorded in the context of this problem"
    }, {
      "id": "BeModelProblem.severity",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.severity",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Severity",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity"
      },
      "definition": "Degree of severity of the problem"
    }, {
      "id": "BeModelProblem.bodySite",
      "max": "*",
      "min": 0,
      "path": "BeModelProblem.bodySite",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Body Site",
      "definition": "Anatomical site(s) where the problem is active"
    }, {
      "id": "BeModelProblem.bodySite.localisation",
      "max": "1",
      "min": 1,
      "path": "BeModelProblem.bodySite.localisation",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Body Localisation",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-bodysite"
      },
      "definition": "Specific location on the body if not implied by the code"
    }, {
      "id": "BeModelProblem.bodySite.laterality",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.bodySite.laterality",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Body Laterality",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-laterality"
      },
      "definition": "Laterality of the affected body site (right, left, both)"
    }, {
      "id": "BeModelProblem.bodySite.topography",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.bodySite.topography",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Body Topography",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-body-topography"
      },
      "definition": "Topography of the affected body site (e.g., upper arm, lower leg, etc.)"
    }, {
      "id": "BeModelProblem.onset[x]",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.onset[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      }, {
        "code": "Range"
      }, {
        "code": "Age"
      }, {
        "code": "string"
      } ],
      "short": "Onset",
      "definition": "Moment the problem began"
    }, {
      "id": "BeModelProblem.abatement[x]",
      "max": "1",
      "min": 0,
      "path": "BeModelProblem.abatement[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      }, {
        "code": "Range"
      }, {
        "code": "Age"
      }, {
        "code": "string"
      } ],
      "short": "Abatement",
      "definition": "Moment the problem went into remission"
    }, {
      "id": "BeModelProblem.note",
      "max": "*",
      "min": 0,
      "path": "BeModelProblem.note",
      "type": [ {
        "code": "Annotation"
      } ],
      "short": "Note",
      "definition": "Additional notes pertaining to the problem"
    } ]
  },
  "contact": [ {
    "name": "eHealth Platform",
    "telecom": [ {
      "value": "https://www.ehealth.fgov.be",
      "system": "url"
    }, {
      "value": "message-structure@www.ehealth.fgov.be",
      "system": "email"
    } ]
  }, {
    "name": "Message-Structure",
    "telecom": [ {
      "use": "work",
      "value": "message-structure@www.ehealth.fgov.be",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}