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

FHIR IG Statistics: StructureDefinition/HdBe-ContactPerson

Packagehealthdata.be.r4.cbb
Resource TypeStructureDefinition
IdHdBe-ContactPerson
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-ContactPerson
URLhttps://fhir.healthdata.be/StructureDefinition/HdBe-ContactPerson
Statusdraft
Date2022-10-17T09:09:13.9562003+00:00
NameHdBeContactPerson
TitleHdBe-ContactPerson
DescriptionA contact person is a person not being a healthcare professional who is involved in the patient’s care, such as family members, caregivers, mental caretakers, guardians and legal representatives. In addition to identification information such as the name, address and contact information can also be entered. The relationship to the patient and the role this person has can be entered as well.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeRelatedPerson
Kindresource

Resources that use this resource

StructureDefinition
HdBe-ClinicalReportResearch-CompositionHdBe ClinicalReport for Research Composition
HdBe-AdvanceDirectiveHdBe-AdvanceDirective
HdBe-MedicationAdministration2HdBe-MedicationAdministration2
HdBe-NursingInterventionHdBe-NursingIntervention
HdBe-PatientHdBe-Patient
HdBe-Payer.PayerPersonHdBe-Payer.PayerPerson
HdBe-TreatmentDirective2HdBe-TreatmentDirective2

Resources that this resource uses

StructureDefinition
HdBe-AddressInformationHdBe-AddressInformation
HdBe-ContactInformationHdBe-ContactInformation
HdBe-NameInformation.GivenNameHdBe-NameInformation.GivenName
HdBe-NameInformationHdBe-NameInformation
HdBe-PatientHdBe-Patient
ValueSet
RelationshipRelationship
RoleRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HdBe-ContactPerson",
  "meta": {
    "lastUpdated": "2022-08-19T06:57:39.6677921+00:00"
  },
  "url": "https://fhir.healthdata.be/StructureDefinition/HdBe-ContactPerson",
  "name": "HdBeContactPerson",
  "title": "HdBe-ContactPerson",
  "status": "draft",
  "date": "2022-10-17T09:09:13.9562003+00:00",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A contact person is a person not being a healthcare professional who is involved in the patient’s care, such as family members, caregivers, mental caretakers, guardians and legal representatives.\r\n\r\nIn addition to identification information such as the name, address and contact information can also be entered. The relationship to the patient and the role this person has can be entered as well.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "HdBe-ContactPerson",
      "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-ContactPerson",
      "name": "HdBe logical model ContactPerson"
    },
    {
      "identity": "zib-contactperson-v3.4-2020EN",
      "uri": "https://zibs.nl/wiki/ContactPerson-v3.4(2020EN)",
      "name": "zib ContactPerson-v3.4(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson",
        "path": "RelatedPerson",
        "short": "Contact",
        "comment": "Whereas the CBB ContactPerson includes all (non-healthcare professional) persons that are involved in the care for a patient, FHIR distinguishes two use cases for these persons:\r\n\r\n* The RelatedPerson resource, and therefore this profile, is used to capture information about any person that is related to the patient.\r\n* Information about persons that should be _contacted_ regarding the care for the patient is captured using the `Patient.contact` resource.\r\n\r\nIf a person is both a related person and a contact person, then some data duplication is inevitable.",
        "alias": [
          "Contactpersoon"
        ],
        "mapping": [
          {
            "identity": "zib-contactperson-v3.4-2020EN",
            "map": "NL-CM:3.1.1",
            "comment": "Contact"
          },
          {
            "identity": "HdBe-ContactPerson",
            "map": "ContactPerson"
          }
        ]
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "RelatedPerson.relationship:role",
        "path": "RelatedPerson.relationship",
        "sliceName": "role",
        "short": "Role",
        "definition": "Defines the role of the contact person in relation to the patient.",
        "alias": [
          "Rol"
        ],
        "binding": {
          "strength": "required",
          "description": "RolCodelijst",
          "valueSet": "https://fhir.healthdata.be/ValueSet/Role"
        },
        "mapping": [
          {
            "identity": "zib-contactperson-v3.4-2020EN",
            "map": "NL-CM:3.1.2",
            "comment": "Role"
          },
          {
            "identity": "HdBe-ContactPerson",
            "map": "ContactPerson.Role"
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship:relationship",
        "path": "RelatedPerson.relationship",
        "sliceName": "relationship",
        "short": "Relationship",
        "definition": "Defines the contact person’s familial relationship to the patient.",
        "alias": [
          "Relatie"
        ],
        "binding": {
          "strength": "required",
          "description": "RelatieCodelijst",
          "valueSet": "https://fhir.healthdata.be/ValueSet/Relationship"
        },
        "mapping": [
          {
            "identity": "zib-contactperson-v3.4-2020EN",
            "map": "NL-CM:3.1.3",
            "comment": "Relationship"
          },
          {
            "identity": "HdBe-ContactPerson",
            "map": "ContactPerson.Relationship"
          }
        ]
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "use"
            }
          ],
          "rules": "open"
        },
        "short": "NameInformation",
        "definition": "Full name of the contact person.",
        "alias": [
          "Naamgegevens"
        ],
        "mapping": [
          {
            "identity": "zib-contactperson-v3.4-2020EN",
            "map": "NL-CM:3.1.4",
            "comment": "NameInformation"
          },
          {
            "identity": "HdBe-ContactPerson",
            "map": "ContactPerson.NameInformation"
          }
        ]
      },
      {
        "id": "RelatedPerson.name:nameInformation",
        "path": "RelatedPerson.name",
        "sliceName": "nameInformation",
        "max": "2",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "https://fhir.healthdata.be/StructureDefinition/HdBe-NameInformation"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.name:nameInformation-GivenName",
        "path": "RelatedPerson.name",
        "sliceName": "nameInformation-GivenName",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "https://fhir.healthdata.be/StructureDefinition/HdBe-NameInformation.GivenName"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.telecom",
        "path": "RelatedPerson.telecom",
        "short": "ContactInformation",
        "definition": "The contact person’s telephone number and/or e-mail address.",
        "alias": [
          "Contactgegevens"
        ],
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "https://fhir.healthdata.be/StructureDefinition/HdBe-ContactInformation"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactperson-v3.4-2020EN",
            "map": "NL-CM:3.1.6",
            "comment": "ContactInformation"
          },
          {
            "identity": "HdBe-ContactPerson",
            "map": "ContactPerson.ContactInformation"
          }
        ]
      },
      {
        "id": "RelatedPerson.address",
        "path": "RelatedPerson.address",
        "definition": "Contact person’s address information.",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://fhir.healthdata.be/StructureDefinition/HdBe-AddressInformation"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactperson-v3.4-2020EN",
            "map": "NL-CM:3.1.5",
            "comment": "AddressInformation"
          },
          {
            "identity": "HdBe-ContactPerson",
            "map": "ContactPerson.AddressInformation"
          }
        ]
      }
    ]
  }
}