3.1. Logical models

Logical Models represent data structures, and contain data elements and their constraints and relationships. They allow data requirements to be described from a functional perspective. In this IG, the functional dataset and the underlying use cases for the information models that are not yet present in ART-DECOR, are represented by FHIR Logical Models (note that this link redirects to the R5 specification, as there is no dedicated page for Logical Models in the STU3 specification). These use FHIR to capture the data structures (namely by specifying a StructureDefinition and underlying ElementDefinitions, for each data structure), but they are not (directly) attached to FHIR resources.

The Logical Models contain all functional concepts, including corresponding datatype, terminology binding (if applicable) and an id.

  • For each concept, an id is assigned by MedMij. These ids are also added as mappings in the FHIR profiles, and therefore form the linking pin between Logical Models and FHIR profiles.
  • For each concept it is indicated whether it is repeating (i.e. by setting its maximum cardinality to 1 or *). Moreover, for each concept it is indicated whether it is (conditionally) required by setting the minimum cardinality to 1 (or adding a constraint which specifies when the concept is required).
  • The FHIR datatypes are used in the Logical Models, even though these might bring 'physical' constraints, formats, etc. into the abstract logical data models which are not intended or applicable on the logical level. For instance, elements of the Attachment datatype need to satisfy the att-1 constraint, which states that the element SHALL have a contentType, provided the element has non-empty data. Even though this constraint makes sense on a technical level, the aforementioned attributes contentType and data are not present in a logical data model. Therefore, such constraints may be 'ignored' in the Logical Models; instead, these constraints are taken into account in the corresponding FHIR profiles.
  • Since the Logical Models defined in this IG are meant to represent the use case, .abstract is set to false.
  • For all Logical Models the scope is implicitly set to a single patient. This relation is not explicitly modeled, similar to the approach of the zibs.

3.1.1. Nursing Report

id0..1string
extensionC0..*Extension
ReportTitle0..1string
ReportDateTime1..1dateTime
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
HealthProfessionalIdentificationNumber0..1Identifier
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
FirstNames0..1string
Initials0..1string
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
Prefix0..1string
LastName1..1string
Specialty0..1CodeableConceptBinding
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
HealthcareProviderIdentificationNumber0..1Identifier
OrganizationName0..1string
DepartmentSpecialty0..1CodeableConceptBinding
OrganizationType0..1CodeableConceptBinding
ReportContent1..1string
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="lz-lm-NursingReport" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.4.1" />
</identifier>
<name value="LzLmNursingReport" />
<title value="Nursing report" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="A report documenting a patient contact in a long-term healthcare nursing setting. The report can be recorded by different types of health professionals and is not necessarily written by a nurse." />
<purpose value="This LogicalModel represents the NursingReport Clinical Information Model (CIM) for patient use cases in the context of Long-term Healthcare. It is based on the [ANW v2024.1](https://nuts-foundation.gitbook.io/bolts/anw/v2024.1#id-5.2-wegschrijven-van-informatie) specification." />
<copyright value="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 value="3.0.2" />
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<name value="Dataset Langdurige Zorg MedMij 1.0.0-beta.2 20260226" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="lz-lm-NursingReport" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="lz-lm-NursingReport">
<path value="lz-lm-NursingReport" />
<short value="Nursing report" />
<definition value="A report documenting a patient contact in a long-term healthcare nursing setting. The report can be recorded by different types of health professionals and is not necessarily written by a nurse." />
<alias value="Dagrapportage" />
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-1" />
<comment value="NursingReport" />
</mapping>
<identity value="SNOMED" />
<map value="11591000146107" />
<comment value="patiëntcontactverslag" />
</mapping>
</element>
<element id="lz-lm-NursingReport.ReportTitle">
<path value="lz-lm-NursingReport.ReportTitle" />
<short value="Report title" />
<definition value="The title of the nursing report." />
<comment value="The title should be human readable and clear to the patient." />
<alias value="RapportageTitel" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-2" />
<comment value="ReportTitle" />
</mapping>
</element>
<element id="lz-lm-NursingReport.ReportDateTime">
<path value="lz-lm-NursingReport.ReportDateTime" />
<short value="Report date time" />
<definition value="The date/time on which the nursing report is registered." />
<alias value="RapportageDatumTijd" />
<min value="1" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-3" />
<comment value="ReportDateTime" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer">
<path value="lz-lm-NursingReport.Performer" />
<short value="Performer" />
<definition value="The health professional or organization who registered the nursing report." />
<alias value="Uitvoerder" />
<min value="1" />
<max value="1" />
<code value="BackboneElement" />
</type>
<key value="lz-lm-NursingReport-1" />
<severity value="error" />
<human value="At least one of HealthProfessional or HealthcareProvider is present." />
<expression value="HealthProfessional.exists() or HealthcareProvider.exists()" />
<source value="http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport" />
</constraint>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-4" />
<comment value="Performer" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional">
<path value="lz-lm-NursingReport.Performer.HealthProfessional" />
<short value="Health professional" />
<definition value="The health professional who registered the nursing report." />
<alias value="Zorgverlener" />
<min value="0" />
<max value="1" />
<code value="BackboneElement" />
</type>
<condition value="lz-lm-NursingReport-1" />
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-5" />
<comment value="HealthProfessional" />
</mapping>
<identity value="SNOMED" />
<map value="223366009" />
<comment value="gezondheidszorgpersoneel" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.HealthProfessionalIdentificationNumber">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.HealthProfessionalIdentificationNumber" />
<short value="Health professional identification number" />
<definition value="The healthcare provider identification number is a number that uniquely identifies the healthcare provider." />
<alias value="ZorgverlenerIdentificatienummer" />
<min value="0" />
<max value="1" />
<code value="Identifier" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-6" />
<comment value="HealthProfessionalIdentificationNumber" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation" />
<short value="Name information" />
<definition value="Health professional's full name. If a health professional identification number is entered, it will be the name as listed in UZI, AGB or by the healthcare center." />
<alias value="Naamgegevens" />
<min value="0" />
<max value="1" />
<code value="BackboneElement" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-7" />
<comment value="NameInformation" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.FirstNames">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.FirstNames" />
<short value="First names" />
<definition value="The first names of the health professional." />
<alias value="Voornamen" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-8" />
<comment value="FirstNames" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.Initials">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.Initials" />
<short value="Initials" />
<definition value="The initials of the health professional." />
<alias value="Initialen" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-9" />
<comment value="Initials" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName" />
<short value="Last name" />
<definition value="The last name of the health professional." />
<alias value="Geslachtsnaam" />
<min value="1" />
<max value="1" />
<code value="BackboneElement" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-10" />
<comment value="LastName" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.Prefix">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.Prefix" />
<short value="Prefix" />
<definition value="Prefix to the last name of the health professional." />
<alias value="Voorvoegsels" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-11" />
<comment value="Prefix" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.LastName">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.LastName" />
<short value="Last name" />
<definition value="The last name of the health professional." />
<alias value="Achternaam" />
<min value="1" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-12" />
<comment value="LastName" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthProfessional.Specialty">
<path value="lz-lm-NursingReport.Performer.HealthProfessional.Specialty" />
<short value="Specialty" />
<definition value="Health professional's medical specialty." />
<alias value="Specialisme" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSetUri value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.22--20200901000000" />
</binding>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-13" />
<comment value="Specialty" />
</mapping>
<identity value="SNOMED" />
<map value="394658006" />
<comment value="klinisch specialisme" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthcareProvider">
<path value="lz-lm-NursingReport.Performer.HealthcareProvider" />
<short value="Healthcare provider" />
<definition value="The healthcare provider who registered the nursing report." />
<alias value="Zorgaanbieder" />
<min value="0" />
<max value="1" />
<code value="BackboneElement" />
</type>
<condition value="lz-lm-NursingReport-1" />
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-14" />
<comment value="HealthcareProvider" />
</mapping>
<identity value="SNOMED" />
<map value="257622000" />
<comment value="zorginstelling" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthcareProvider.HealthcareProviderIdentificationNumber">
<path value="lz-lm-NursingReport.Performer.HealthcareProvider.HealthcareProviderIdentificationNumber" />
<short value="Healthcare provider identification number" />
<definition value="The organization's identification number." />
<alias value="ZorgaanbiederIdentificatienummer" />
<min value="0" />
<max value="1" />
<code value="Identifier" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-15" />
<comment value="HealthcareProviderIdentificationNumber" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationName">
<path value="lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationName" />
<short value="Organization name" />
<definition value="Name of the organization. If an identification number is given, the name must match the name that corresponds to the identification number." />
<alias value="OrganisatieNaam" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-16" />
<comment value="OrganizationName" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthcareProvider.DepartmentSpecialty">
<path value="lz-lm-NursingReport.Performer.HealthcareProvider.DepartmentSpecialty" />
<short value="Department specialty" />
<definition value="The specialty of the healthcare provider's department." />
<alias value="AfdelingSpecialisme" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSetUri value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.106.11.22--20240205133006" />
</binding>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-17" />
<comment value="DepartmentSpecialty" />
</mapping>
</element>
<element id="lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationType">
<path value="lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationType" />
<short value="Organization type" />
<definition value="The type of healthcare provider." />
<alias value="OrganisatieType" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="extensible" />
<valueSetUri value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000" />
</binding>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-18" />
<comment value="OrganizationType" />
</mapping>
</element>
<element id="lz-lm-NursingReport.ReportContent">
<path value="lz-lm-NursingReport.ReportContent" />
<short value="Report content" />
<definition value="The content of the nursing report." />
<alias value="RapportageInhoud" />
<min value="1" />
<max value="1" />
<code value="string" />
</type>
<identity value="lz-medmij-dataset-100-beta2-20260226" />
<map value="lz-dataelement-19" />
<comment value="ReportContent" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "lz-lm-NursingReport",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.4.1"
}
],
"name": "LzLmNursingReport",
"title": "Nursing report",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "A report documenting a patient contact in a long-term healthcare nursing setting. The report can be recorded by different types of health professionals and is not necessarily written by a nurse.",
"purpose": "This LogicalModel represents the NursingReport Clinical Information Model (CIM) for patient use cases in the context of Long-term Healthcare. It is based on the [ANW v2024.1](https://nuts-foundation.gitbook.io/bolts/anw/v2024.1#id-5.2-wegschrijven-van-informatie) specification.",
"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": "3.0.2",
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"name": "Dataset Langdurige Zorg MedMij 1.0.0-beta.2 20260226"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
}
],
"kind": "logical",
"abstract": false,
"type": "lz-lm-NursingReport",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "lz-lm-NursingReport",
"path": "lz-lm-NursingReport",
"short": "Nursing report",
"definition": "A report documenting a patient contact in a long-term healthcare nursing setting. The report can be recorded by different types of health professionals and is not necessarily written by a nurse.",
"alias": [
"Dagrapportage"
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-1",
"comment": "NursingReport"
},
{
"identity": "SNOMED",
"map": "11591000146107",
"comment": "patiëntcontactverslag"
}
]
},
{
"id": "lz-lm-NursingReport.ReportTitle",
"path": "lz-lm-NursingReport.ReportTitle",
"short": "Report title",
"definition": "The title of the nursing report.",
"comment": "The title should be human readable and clear to the patient.",
"alias": [
"RapportageTitel"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-2",
"comment": "ReportTitle"
}
]
},
{
"id": "lz-lm-NursingReport.ReportDateTime",
"path": "lz-lm-NursingReport.ReportDateTime",
"short": "Report date time",
"definition": "The date/time on which the nursing report is registered.",
"alias": [
"RapportageDatumTijd"
],
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-3",
"comment": "ReportDateTime"
}
]
},
{
"id": "lz-lm-NursingReport.Performer",
"path": "lz-lm-NursingReport.Performer",
"short": "Performer",
"definition": "The health professional or organization who registered the nursing report.",
"alias": [
"Uitvoerder"
],
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
{
"key": "lz-lm-NursingReport-1",
"severity": "error",
"human": "At least one of HealthProfessional or HealthcareProvider is present.",
"expression": "HealthProfessional.exists() or HealthcareProvider.exists()",
"source": "http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-4",
"comment": "Performer"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional",
"path": "lz-lm-NursingReport.Performer.HealthProfessional",
"short": "Health professional",
"definition": "The health professional who registered the nursing report.",
"alias": [
"Zorgverlener"
],
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"lz-lm-NursingReport-1"
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-5",
"comment": "HealthProfessional"
},
{
"identity": "SNOMED",
"map": "223366009",
"comment": "gezondheidszorgpersoneel"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.HealthProfessionalIdentificationNumber",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.HealthProfessionalIdentificationNumber",
"short": "Health professional identification number",
"definition": "The healthcare provider identification number is a number that uniquely identifies the healthcare provider.",
"alias": [
"ZorgverlenerIdentificatienummer"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Identifier"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-6",
"comment": "HealthProfessionalIdentificationNumber"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation",
"short": "Name information",
"definition": "Health professional's full name. If a health professional identification number is entered, it will be the name as listed in UZI, AGB or by the healthcare center.",
"alias": [
"Naamgegevens"
],
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-7",
"comment": "NameInformation"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.FirstNames",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.FirstNames",
"short": "First names",
"definition": "The first names of the health professional.",
"alias": [
"Voornamen"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-8",
"comment": "FirstNames"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.Initials",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.Initials",
"short": "Initials",
"definition": "The initials of the health professional.",
"alias": [
"Initialen"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-9",
"comment": "Initials"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName",
"short": "Last name",
"definition": "The last name of the health professional.",
"alias": [
"Geslachtsnaam"
],
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-10",
"comment": "LastName"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.Prefix",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.Prefix",
"short": "Prefix",
"definition": "Prefix to the last name of the health professional.",
"alias": [
"Voorvoegsels"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-11",
"comment": "Prefix"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.LastName",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.NameInformation.LastName.LastName",
"short": "Last name",
"definition": "The last name of the health professional.",
"alias": [
"Achternaam"
],
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-12",
"comment": "LastName"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthProfessional.Specialty",
"path": "lz-lm-NursingReport.Performer.HealthProfessional.Specialty",
"short": "Specialty",
"definition": "Health professional's medical specialty.",
"alias": [
"Specialisme"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSetUri": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.22--20200901000000"
},
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-13",
"comment": "Specialty"
},
{
"identity": "SNOMED",
"map": "394658006",
"comment": "klinisch specialisme"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthcareProvider",
"path": "lz-lm-NursingReport.Performer.HealthcareProvider",
"short": "Healthcare provider",
"definition": "The healthcare provider who registered the nursing report.",
"alias": [
"Zorgaanbieder"
],
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"lz-lm-NursingReport-1"
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-14",
"comment": "HealthcareProvider"
},
{
"identity": "SNOMED",
"map": "257622000",
"comment": "zorginstelling"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthcareProvider.HealthcareProviderIdentificationNumber",
"path": "lz-lm-NursingReport.Performer.HealthcareProvider.HealthcareProviderIdentificationNumber",
"short": "Healthcare provider identification number",
"definition": "The organization's identification number.",
"alias": [
"ZorgaanbiederIdentificatienummer"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Identifier"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-15",
"comment": "HealthcareProviderIdentificationNumber"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationName",
"path": "lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationName",
"short": "Organization name",
"definition": "Name of the organization. If an identification number is given, the name must match the name that corresponds to the identification number.",
"alias": [
"OrganisatieNaam"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-16",
"comment": "OrganizationName"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthcareProvider.DepartmentSpecialty",
"path": "lz-lm-NursingReport.Performer.HealthcareProvider.DepartmentSpecialty",
"short": "Department specialty",
"definition": "The specialty of the healthcare provider's department.",
"alias": [
"AfdelingSpecialisme"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSetUri": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.106.11.22--20240205133006"
},
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-17",
"comment": "DepartmentSpecialty"
}
]
},
{
"id": "lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationType",
"path": "lz-lm-NursingReport.Performer.HealthcareProvider.OrganizationType",
"short": "Organization type",
"definition": "The type of healthcare provider.",
"alias": [
"OrganisatieType"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "extensible",
"valueSetUri": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000"
},
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-18",
"comment": "OrganizationType"
}
]
},
{
"id": "lz-lm-NursingReport.ReportContent",
"path": "lz-lm-NursingReport.ReportContent",
"short": "Report content",
"definition": "The content of the nursing report.",
"alias": [
"RapportageInhoud"
],
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "lz-medmij-dataset-100-beta2-20260226",
"map": "lz-dataelement-19",
"comment": "ReportContent"
}
]
}
]
}
}