FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSHealthProfessional.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSHealthProfessional.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSHealthProfessional
TitleHealth professional model
DescriptionEHDS refined base model for Health professional (HP)
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional
Kindlogical

Resources that use this resource

StructureDefinition
EHDSConditionCondition model
EHDSDataSetDataSet model
EHDSDeviceUseDevice use model
EHDSDischargeReportDischarge Report model
EHDSDocumentDocument model
EHDSEncounterEncounter model
EHDSImagingReportImaging report model
EHDSImmunisationImmunisation model
EHDSLaboratoryReportLaboratory report model
EHDSMediaMedia model
EHDSMedicationDispenseMedication dispense model
EHDSMedicationPrescriptionMedication prescription model
EHDSObservationObservation model
EHDSProcedureProcedure model
EHDSSpecimenSpecimen model
careplan-draft-logicalCare Plan (Logical Model)

Resources that this resource uses

StructureDefinition
EHDSAddressAddress model
EHDSHumanNameHuman name model
EHDSOrganisationOrganisation model
EHDSTelecomTelecom model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSHealthProfessional

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSHealthProfessional 0..*BaseHealth professional model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierAn identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.
... name 0..1EHDSHumanNameName of the health professional that has been treating or taking responsibility for the patient.
... address 0..*EHDSAddressMailing and office or home addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.
... telecom 0..*EHDSTelecomTelecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.
... professionalRole 0..*BaseProfessional role that the health professional is practicing at a given organisation. This is a generalisation of the FHIR PractitionerRole resource, which is used to represent the role of a practitioner in a specific context, such as a specific organisation or location.
.... role 0..*CodeableConceptHealth professional role. Multiple roles could be provided.
Binding Description: (preferred): ISCO, SNOMED CT
.... organisation 0..1EHDSOrganisationThe organisation where this role is available
.... specialty 0..*CodeableConceptThe specialty of a practitioner that describes the functional role they are practicing at a given organisation
Binding Description: (preferred): SNOMED CT

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSHealthProfessional",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional",
  "version": "0.2.1",
  "name": "EHDSHealthProfessional",
  "title": "Health professional model",
  "status": "draft",
  "date": "2026-02-04T19:00:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Health professional (HP)",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSHealthProfessional",
        "path": "EHDSHealthProfessional",
        "short": "Health professional model",
        "definition": "EHDS refined base model for Health professional (HP)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.identifier",
        "path": "EHDSHealthProfessional.identifier",
        "short": "An identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.",
        "definition": "An identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHealthProfessional.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.name",
        "path": "EHDSHealthProfessional.name",
        "short": "Name of the health professional that has been treating or taking responsibility for the patient.",
        "definition": "Name of the health professional that has been treating or taking responsibility for the patient.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSHealthProfessional.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.address",
        "path": "EHDSHealthProfessional.address",
        "short": "Mailing and office or home addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "definition": "Mailing and office or home addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHealthProfessional.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.telecom",
        "path": "EHDSHealthProfessional.telecom",
        "short": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHealthProfessional.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.professionalRole",
        "path": "EHDSHealthProfessional.professionalRole",
        "short": "Professional role that the health professional is practicing at a given organisation. This is a generalisation of the FHIR PractitionerRole resource, which is used to represent the role of a practitioner in a specific context, such as a specific organisation or location.",
        "definition": "Professional role that the health professional is practicing at a given organisation. This is a generalisation of the FHIR PractitionerRole resource, which is used to represent the role of a practitioner in a specific context, such as a specific organisation or location.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHealthProfessional.professionalRole",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.professionalRole.role",
        "path": "EHDSHealthProfessional.professionalRole.role",
        "short": "Health professional role. Multiple roles could be provided.",
        "definition": "Health professional role. Multiple roles could be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHealthProfessional.professionalRole.role",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ISCO, SNOMED CT"
        }
      },
      {
        "id": "EHDSHealthProfessional.professionalRole.organisation",
        "path": "EHDSHealthProfessional.professionalRole.organisation",
        "short": "The organisation where this role is available",
        "definition": "The organisation where this role is available",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSHealthProfessional.professionalRole.organisation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.professionalRole.specialty",
        "path": "EHDSHealthProfessional.professionalRole.specialty",
        "short": "The specialty of a practitioner that describes the functional role they are practicing at a given organisation",
        "definition": "The specialty of a practitioner that describes the functional role they are practicing at a given organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHealthProfessional.professionalRole.specialty",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSHealthProfessional",
        "path": "EHDSHealthProfessional",
        "short": "Health professional model",
        "definition": "EHDS refined base model for Health professional (HP)"
      },
      {
        "id": "EHDSHealthProfessional.identifier",
        "path": "EHDSHealthProfessional.identifier",
        "short": "An identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.",
        "definition": "An identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.name",
        "path": "EHDSHealthProfessional.name",
        "short": "Name of the health professional that has been treating or taking responsibility for the patient.",
        "definition": "Name of the health professional that has been treating or taking responsibility for the patient.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.address",
        "path": "EHDSHealthProfessional.address",
        "short": "Mailing and office or home addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "definition": "Mailing and office or home addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.telecom",
        "path": "EHDSHealthProfessional.telecom",
        "short": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.professionalRole",
        "path": "EHDSHealthProfessional.professionalRole",
        "short": "Professional role that the health professional is practicing at a given organisation. This is a generalisation of the FHIR PractitionerRole resource, which is used to represent the role of a practitioner in a specific context, such as a specific organisation or location.",
        "definition": "Professional role that the health professional is practicing at a given organisation. This is a generalisation of the FHIR PractitionerRole resource, which is used to represent the role of a practitioner in a specific context, such as a specific organisation or location.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.professionalRole.role",
        "path": "EHDSHealthProfessional.professionalRole.role",
        "short": "Health professional role. Multiple roles could be provided.",
        "definition": "Health professional role. Multiple roles could be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ISCO, SNOMED CT"
        }
      },
      {
        "id": "EHDSHealthProfessional.professionalRole.organisation",
        "path": "EHDSHealthProfessional.professionalRole.organisation",
        "short": "The organisation where this role is available",
        "definition": "The organisation where this role is available",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          }
        ]
      },
      {
        "id": "EHDSHealthProfessional.professionalRole.specialty",
        "path": "EHDSHealthProfessional.professionalRole.specialty",
        "short": "The specialty of a practitioner that describes the functional role they are practicing at a given organisation",
        "definition": "The specialty of a practitioner that describes the functional role they are practicing at a given organisation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      }
    ]
  }
}