PackagesCanonicalsLogsProblems
    Packages
    xtehr.eu.ehds.models@0.3.0
    http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEncounter
{
  "description": "The model provides a structured way to capture information about a patient’s interaction with a healthcare service. It enables recording details related to individual encounters and supports linking closely related encounters when needed. Tracking broader or longer episodes of care that extend beyond individual encounters is outside the scope of this model.",
  "_filename": "StructureDefinition-EHDSEncounter.json",
  "package_name": "xtehr.eu.ehds.models",
  "date": "2026-02-06T19:30:52+01:00",
  "derivation": "specialization",
  "publisher": "Xt-EHR",
  "fhirVersion": "5.0.0",
  "name": "EHDSEncounter",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEncounter",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Encounter model",
  "package_version": "0.3.0",
  "snapshot": {
    "element": [ {
      "path": "EHDSEncounter",
      "min": 0,
      "definition": "The model provides a structured way to capture information about a patient’s interaction with a healthcare service. It enables recording details related to individual encounters and supports linking closely related encounters when needed. Tracking broader or longer episodes of care that extend beyond individual encounters is outside the scope of this model.",
      "isModifier": false,
      "short": "Encounter model",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "EHDSEncounter",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "id": "EHDSEncounter.header",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSDataSet.header"
      },
      "path": "EHDSEncounter.header",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Basic metadata for this information",
      "definition": "Basic metadata for this information"
    }, {
      "id": "EHDSEncounter.header.subject",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSDataSet.header.subject"
      },
      "path": "EHDSEncounter.header.subject",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
      } ],
      "short": "Patient/subject information",
      "definition": "Patient/subject information"
    }, {
      "id": "EHDSEncounter.header.identifier",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDataSet.header.identifier"
      },
      "path": "EHDSEncounter.header.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Business identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries).",
      "definition": "Business identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries)."
    }, {
      "id": "EHDSEncounter.header.author[x]",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDataSet.header.author[x]"
      },
      "path": "EHDSEncounter.header.author[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
      } ],
      "short": "Author (typically a health professional) who is responsible for this encounter",
      "definition": "Author (typically a health professional) who is responsible for this encounter"
    }, {
      "id": "EHDSEncounter.header.date",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDataSet.header.date"
      },
      "path": "EHDSEncounter.header.date",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Date and optionally time of authoring/issuing",
      "definition": "Date and optionally time of authoring/issuing"
    }, {
      "id": "EHDSEncounter.header.status",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSDataSet.header.status"
      },
      "path": "EHDSEncounter.header.status",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Status of the encounter (e.g. discharged, discontinued, completed)",
      "definition": "Status of the encounter (e.g. discharged, discontinued, completed)"
    }, {
      "id": "EHDSEncounter.header.source",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDataSet.header.source"
      },
      "path": "EHDSEncounter.header.source",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Source of information (e.g. patient, patient's proxy). Used in case the patient has authored the information or the author has submitted patient-stated information.",
      "definition": "Source of information (e.g. patient, patient's proxy). Used in case the patient has authored the information or the author has submitted patient-stated information."
    }, {
      "path": "EHDSEncounter.header.language",
      "min": 0,
      "definition": "Language in which the resource is written. Language is expressed by the IETF language tag.",
      "short": "Language in which the resource is written. Language is expressed by the IETF language tag.",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "BCP 47"
      },
      "max": "1",
      "id": "EHDSEncounter.header.language",
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDataSet.header.language"
      }
    }, {
      "id": "EHDSEncounter.priority",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.priority"
      },
      "path": "EHDSEncounter.priority",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Indicates the urgency of the encounter (e.g. urgent, routine).",
      "definition": "Indicates the urgency of the encounter (e.g. urgent, routine)."
    }, {
      "id": "EHDSEncounter.type",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSEncounter.type"
      },
      "path": "EHDSEncounter.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Type of the encounter (inpatient, ambulatory, teleconsultation).",
      "definition": "Type of the encounter (inpatient, ambulatory, teleconsultation)."
    }, {
      "id": "EHDSEncounter.period",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSEncounter.period"
      },
      "path": "EHDSEncounter.period",
      "type": [ {
        "code": "Period"
      } ],
      "short": "The actual start and end time of the encounter.",
      "definition": "The actual start and end time of the encounter."
    }, {
      "id": "EHDSEncounter.serviceProvider",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.serviceProvider"
      },
      "path": "EHDSEncounter.serviceProvider",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      } ],
      "short": "The organisation (facility) responsible for this encounter",
      "definition": "The organisation (facility) responsible for this encounter"
    }, {
      "id": "EHDSEncounter.referringProfessional",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.referringProfessional"
      },
      "path": "EHDSEncounter.referringProfessional",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
      } ],
      "short": "Referring healthcare professional",
      "definition": "Referring healthcare professional"
    }, {
      "id": "EHDSEncounter.basedOn[x]",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSEncounter.basedOn[x]"
      },
      "path": "EHDSEncounter.basedOn[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCarePlan"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest"
      } ],
      "short": "Reference to the request that initiated this encounter",
      "definition": "Reference to the request that initiated this encounter"
    }, {
      "id": "EHDSEncounter.reason[x]",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSEncounter.reason[x]"
      },
      "path": "EHDSEncounter.reason[x]",
      "type": [ {
        "code": "CodeableConcept"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation"
      }, {
        "code": "string"
      } ],
      "short": "Reason(s) for admission, e.g. problem, procedure or finding.",
      "definition": "Reason(s) for admission, e.g. problem, procedure or finding."
    }, {
      "id": "EHDSEncounter.admission",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.admission"
      },
      "path": "EHDSEncounter.admission",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Details about the admission to a healthcare service",
      "definition": "Details about the admission to a healthcare service"
    }, {
      "id": "EHDSEncounter.admission.admitter",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.admission.admitter"
      },
      "path": "EHDSEncounter.admission.admitter",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
      } ],
      "short": "Admitting healthcare professional",
      "definition": "Admitting healthcare professional"
    }, {
      "path": "EHDSEncounter.admission.admitSource",
      "min": 0,
      "definition": "From where the patient was admitted (e.g. physician referral, transfer).",
      "short": "From where the patient was admitted (e.g. physician referral, transfer).",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "HL7 Admit Source"
      },
      "max": "1",
      "id": "EHDSEncounter.admission.admitSource",
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.admission.admitSource"
      }
    }, {
      "id": "EHDSEncounter.dischargeDiagnosis[x]",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSEncounter.dischargeDiagnosis[x]"
      },
      "path": "EHDSEncounter.dischargeDiagnosis[x]",
      "type": [ {
        "code": "CodeableConcept"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
      } ],
      "short": "The diagnoses at the time of discharge.",
      "definition": "The diagnoses at the time of discharge."
    }, {
      "id": "EHDSEncounter.dischargeDestination",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.dischargeDestination"
      },
      "path": "EHDSEncounter.dischargeDestination",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Location or organisation to which the patient is going after discharge.",
      "definition": "Location or organisation to which the patient is going after discharge."
    }, {
      "id": "EHDSEncounter.dischargeDestination.type",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.dischargeDestination.type"
      },
      "path": "EHDSEncounter.dischargeDestination.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Type of location (e.g. home, hospital, nursing home, etc.)",
      "definition": "Type of location (e.g. home, hospital, nursing home, etc.)"
    }, {
      "id": "EHDSEncounter.dischargeDestination.location[x]",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.dischargeDestination.location[x]"
      },
      "path": "EHDSEncounter.dischargeDestination.location[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation"
      } ],
      "short": "The location or organisation (including contact details)",
      "definition": "The location or organisation (including contact details)"
    }, {
      "id": "EHDSEncounter.serviceLocation",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSEncounter.serviceLocation"
      },
      "path": "EHDSEncounter.serviceLocation",
      "type": [ {
        "code": "Base"
      } ],
      "short": "List of locations where the patient was present during this encounter.",
      "definition": "List of locations where the patient was present during this encounter."
    }, {
      "id": "EHDSEncounter.serviceLocation.period",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.serviceLocation.period"
      },
      "path": "EHDSEncounter.serviceLocation.period",
      "type": [ {
        "code": "Period"
      } ],
      "short": "Time period during which the patient was present at the location",
      "definition": "Time period during which the patient was present at the location"
    }, {
      "id": "EHDSEncounter.serviceLocation.organisationPart[x]",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSEncounter.serviceLocation.organisationPart[x]"
      },
      "path": "EHDSEncounter.serviceLocation.organisationPart[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation"
      } ],
      "short": "Organisation or part of an organisation (e.g. department) where the patient was present during the encounter.",
      "definition": "Organisation or part of an organisation (e.g. department) where the patient was present during the encounter."
    }, {
      "id": "EHDSEncounter.subEncounter",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSEncounter.subEncounter"
      },
      "path": "EHDSEncounter.subEncounter",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEncounter"
      } ],
      "short": "Reference to encounters that are considered parts of this encounter.",
      "definition": "Reference to encounters that are considered parts of this encounter."
    }, {
      "id": "EHDSEncounter.note",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSEncounter.note"
      },
      "path": "EHDSEncounter.note",
      "type": [ {
        "code": "string"
      } ],
      "short": "Free text notes by the health professional",
      "definition": "Free text notes by the health professional"
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "0.3.0"
    } ]
  },
  "status": "draft",
  "id": "56ffbc5c-3596-4630-a360-bdea60033be0",
  "kind": "logical",
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEncounter",
  "version": "0.3.0",
  "differential": {
    "element": [ {
      "id": "EHDSEncounter",
      "path": "EHDSEncounter",
      "short": "Encounter model",
      "definition": "The model provides a structured way to capture information about a patient’s interaction with a healthcare service. It enables recording details related to individual encounters and supports linking closely related encounters when needed. Tracking broader or longer episodes of care that extend beyond individual encounters is outside the scope of this model."
    }, {
      "id": "EHDSEncounter.header.author[x]",
      "path": "EHDSEncounter.header.author[x]",
      "short": "Author (typically a health professional) who is responsible for this encounter",
      "definition": "Author (typically a health professional) who is responsible for this encounter"
    }, {
      "id": "EHDSEncounter.header.status",
      "path": "EHDSEncounter.header.status",
      "short": "Status of the encounter (e.g. discharged, discontinued, completed)",
      "definition": "Status of the encounter (e.g. discharged, discontinued, completed)"
    }, {
      "id": "EHDSEncounter.priority",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.priority",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Indicates the urgency of the encounter (e.g. urgent, routine).",
      "definition": "Indicates the urgency of the encounter (e.g. urgent, routine)."
    }, {
      "id": "EHDSEncounter.type",
      "max": "1",
      "min": 1,
      "path": "EHDSEncounter.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Type of the encounter (inpatient, ambulatory, teleconsultation).",
      "definition": "Type of the encounter (inpatient, ambulatory, teleconsultation)."
    }, {
      "id": "EHDSEncounter.period",
      "max": "1",
      "min": 1,
      "path": "EHDSEncounter.period",
      "type": [ {
        "code": "Period"
      } ],
      "short": "The actual start and end time of the encounter.",
      "definition": "The actual start and end time of the encounter."
    }, {
      "id": "EHDSEncounter.serviceProvider",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.serviceProvider",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      } ],
      "short": "The organisation (facility) responsible for this encounter",
      "definition": "The organisation (facility) responsible for this encounter"
    }, {
      "id": "EHDSEncounter.referringProfessional",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.referringProfessional",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
      } ],
      "short": "Referring healthcare professional",
      "definition": "Referring healthcare professional"
    }, {
      "id": "EHDSEncounter.basedOn[x]",
      "max": "*",
      "min": 0,
      "path": "EHDSEncounter.basedOn[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCarePlan"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest"
      } ],
      "short": "Reference to the request that initiated this encounter",
      "definition": "Reference to the request that initiated this encounter"
    }, {
      "id": "EHDSEncounter.reason[x]",
      "max": "*",
      "min": 0,
      "path": "EHDSEncounter.reason[x]",
      "type": [ {
        "code": "CodeableConcept"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation"
      }, {
        "code": "string"
      } ],
      "short": "Reason(s) for admission, e.g. problem, procedure or finding.",
      "definition": "Reason(s) for admission, e.g. problem, procedure or finding."
    }, {
      "id": "EHDSEncounter.admission",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.admission",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Details about the admission to a healthcare service",
      "definition": "Details about the admission to a healthcare service"
    }, {
      "id": "EHDSEncounter.admission.admitter",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.admission.admitter",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
      } ],
      "short": "Admitting healthcare professional",
      "definition": "Admitting healthcare professional"
    }, {
      "id": "EHDSEncounter.admission.admitSource",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.admission.admitSource",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "From where the patient was admitted (e.g. physician referral, transfer).",
      "binding": {
        "strength": "preferred",
        "description": "HL7 Admit Source"
      },
      "definition": "From where the patient was admitted (e.g. physician referral, transfer)."
    }, {
      "id": "EHDSEncounter.dischargeDiagnosis[x]",
      "max": "*",
      "min": 0,
      "path": "EHDSEncounter.dischargeDiagnosis[x]",
      "type": [ {
        "code": "CodeableConcept"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
      } ],
      "short": "The diagnoses at the time of discharge.",
      "definition": "The diagnoses at the time of discharge."
    }, {
      "id": "EHDSEncounter.dischargeDestination",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.dischargeDestination",
      "type": [ {
        "code": "Base"
      } ],
      "short": "Location or organisation to which the patient is going after discharge.",
      "definition": "Location or organisation to which the patient is going after discharge."
    }, {
      "id": "EHDSEncounter.dischargeDestination.type",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.dischargeDestination.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Type of location (e.g. home, hospital, nursing home, etc.)",
      "definition": "Type of location (e.g. home, hospital, nursing home, etc.)"
    }, {
      "id": "EHDSEncounter.dischargeDestination.location[x]",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.dischargeDestination.location[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation"
      } ],
      "short": "The location or organisation (including contact details)",
      "definition": "The location or organisation (including contact details)"
    }, {
      "id": "EHDSEncounter.serviceLocation",
      "max": "*",
      "min": 0,
      "path": "EHDSEncounter.serviceLocation",
      "type": [ {
        "code": "Base"
      } ],
      "short": "List of locations where the patient was present during this encounter.",
      "definition": "List of locations where the patient was present during this encounter."
    }, {
      "id": "EHDSEncounter.serviceLocation.period",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.serviceLocation.period",
      "type": [ {
        "code": "Period"
      } ],
      "short": "Time period during which the patient was present at the location",
      "definition": "Time period during which the patient was present at the location"
    }, {
      "id": "EHDSEncounter.serviceLocation.organisationPart[x]",
      "max": "1",
      "min": 1,
      "path": "EHDSEncounter.serviceLocation.organisationPart[x]",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
      }, {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation"
      } ],
      "short": "Organisation or part of an organisation (e.g. department) where the patient was present during the encounter.",
      "definition": "Organisation or part of an organisation (e.g. department) where the patient was present during the encounter."
    }, {
      "id": "EHDSEncounter.subEncounter",
      "max": "*",
      "min": 0,
      "path": "EHDSEncounter.subEncounter",
      "type": [ {
        "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEncounter"
      } ],
      "short": "Reference to encounters that are considered parts of this encounter.",
      "definition": "Reference to encounters that are considered parts of this encounter."
    }, {
      "id": "EHDSEncounter.note",
      "max": "1",
      "min": 0,
      "path": "EHDSEncounter.note",
      "type": [ {
        "code": "string"
      } ],
      "short": "Free text notes by the health professional",
      "definition": "Free text notes by the health professional"
    } ]
  },
  "contact": [ {
    "name": "Xt-EHR",
    "telecom": [ {
      "value": "http://www.xt-ehr.eu/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDataSet"
}