FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/be-practitioner

Packageehealthplatform.be.r4.federalprofiles
Resource TypeStructureDefinition
Idbe-practitioner
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner
Version1.0.0
Statusactive
NameBePractitioner
Authorityhl7
DescriptionBelgian federal profile for a practitioner. Initially based on the functional description of the NIHDI.
TypePractitioner
Kindresource

Resources that use this resource

StructureDefinition
be-ext-inform-partyBeInformParty
be-referralprescriptionBeReferralPrescription
be-addictionBEAddiction
be-ext-recorderBeExtRecorder
be-allergyintoleranceBeAllergyIntolerance
be-communicationBeCommunication
be-homecare-planBeHomecare Plan
be-homecare-teamBeHomecare Team
be-medicationdispenseBeMedicationDispense
be-model-medication-dispenseBeModelMedicationDispense
be-observationBeObservation
be-patientBePatient
be-patientwillBePatientWill
be-practitionerroleBePractitionerRole
be-problemBeProblem
be-scoreresultBeScoreResult
be-vaccinationBeVaccination

Resources that this resource uses

StructureDefinition
be-addressBeAddress

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "be-practitioner",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner",
  "version": "1.0.0",
  "name": "BePractitioner",
  "status": "active",
  "description": "Belgian federal profile for a practitioner. Initially based on the functional description of the NIHDI.",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "definition": "An identifier that applies to this person in this role.\r\nTypically, a NIHDI value and/or a SSIN value are given. Other systems remain allowed. Flows in organizations will most likely want to also include a local identifier, using its own system. A type can be added if needed. When it is given, a consumer SHALL NOT ignore it.",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier:NIHDI",
        "path": "Practitioner.identifier",
        "sliceName": "NIHDI"
      },
      {
        "id": "Practitioner.identifier:NIHDI.system",
        "path": "Practitioner.identifier.system",
        "fixedUri": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi"
      },
      {
        "id": "Practitioner.identifier:NIHDI.value",
        "path": "Practitioner.identifier.value",
        "min": 1
      },
      {
        "id": "Practitioner.identifier:SSIN",
        "path": "Practitioner.identifier",
        "sliceName": "SSIN"
      },
      {
        "id": "Practitioner.identifier:SSIN.system",
        "path": "Practitioner.identifier.system",
        "fixedUri": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"
      },
      {
        "id": "Practitioner.identifier:SSIN.value",
        "path": "Practitioner.identifier.value",
        "min": 1
      },
      {
        "id": "Practitioner.identifier:CBE",
        "path": "Practitioner.identifier",
        "sliceName": "CBE"
      },
      {
        "id": "Practitioner.identifier:CBE.system",
        "path": "Practitioner.identifier.system",
        "fixedUri": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cbe"
      },
      {
        "id": "Practitioner.identifier:CBE.value",
        "path": "Practitioner.identifier.value",
        "min": 1
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "definition": "Whether this practitioner's record is in active use. \r\n\r\nIt is RECOMMENDED to keep the value ‘true’ as long as the practitioner is still being treated by the provider of the data."
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "definition": "The name(s) associated with the practitioner.\r\n\r\nTypically RECOMMENDED to include one familyname and at least one given name and to define this use as ‘official’.",
        "min": 1
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.\r\n\r\nIt is RECOMMENDED to at least add one phone or email address."
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-address"
            ]
          }
        ]
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nSpecial remarks for KMEHR users:\r\nGender is an OPTIONAL element in the practitioner resource. Refer to the be-patient specifications for some attention point for KMEHR users."
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "definition": "A language the practitioner can use in patient communication.\r\n\r\nIt is RECOMMENDED to include this when available",
        "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.\r\n\r\nSpecial remarks for KMEHR users:\r\nThe 'usuallanguage' element in a KMEHR message only refers to the use of W3C language codes. As such, the language codes as proposed in the FHIR standard should not present any interoperability issue.\r\nNote the KMEHR element implies it is the language usally used by the practitioner. As such, when this element from KMEHR would be mapped to a FHIR resource, the communication.preferred Boolean SHOULD be used."
      }
    ]
  }
}