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 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 R4 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. Caries Risk

id0..1string
extensionC0..*Extension
CariesRiskDateTime0..1dateTime
CariesRiskValue1..1CodeableConceptBinding
PerformerC0..1Reference(MedMijCoreLmHealthProfessional)
Comment0..*string
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="mz-lm-CariesRisk" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/mz-lm-CariesRisk" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.1.5" />
</identifier>
<name value="MzLmCariesRisk" />
<title value="CariesRisk" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Caries risk." />
<purpose value="This LogicalModel represents the CariesRisk Clinical Information Model (CIM) for patient use cases in the context of Dental Care." />
<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="4.0.1" />
<identity value="mz-dataset-100-beta3-20260413" />
<name value="Dataset Mondzorg MedMij 1.0.0-beta.3 20260413" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<identity value="LOINC" />
<uri value="http://loinc.org" />
<name value="LOINC" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="http://medmij.nl/fhir/StructureDefinition/mz-lm-CariesRisk" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="mz-lm-CariesRisk">
<path value="mz-lm-CariesRisk" />
<short value="CariesRisk" />
<definition value="Caries risk." />
<alias value="Cariësrisico" />
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-1" />
<comment value="CariesRisk" />
</mapping>
<identity value="SNOMED" />
<map value="609399004" />
<comment value="risico op cariës" />
</mapping>
</element>
<element id="mz-lm-CariesRisk.CariesRiskDateTime">
<path value="mz-lm-CariesRisk.CariesRiskDateTime" />
<short value="Caries risk date/time" />
<definition value="The date and time at which the caries risk was determined." />
<alias value="CariësrisicoDatumTijd" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-2" />
<comment value="CariesRiskDateTime" />
</mapping>
<identity value="SNOMED" />
<map value="439771001" />
<comment value="datum van gebeurtenis" />
</mapping>
</element>
<element id="mz-lm-CariesRisk.CariesRiskValue">
<path value="mz-lm-CariesRisk.CariesRiskValue" />
<short value="Caries risk value" />
<definition value="The caries risk." />
<alias value="CariësrisicoWaarde" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="extensible" />
<valueSet value="http://medmij.nl/fhir/ValueSet/CariesRisk" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-3" />
<comment value="CariesRiskValue" />
</mapping>
<identity value="SNOMED" />
<map value="74024006" />
<comment value="vatbaarheid voor cariës" />
</mapping>
</element>
<element id="mz-lm-CariesRisk.Performer">
<path value="mz-lm-CariesRisk.Performer" />
<short value="Performer" />
<definition value="The health professional who determined the caries risk." />
<alias value="Uitvoerder" />
<min value="0" />
<max value="1" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-4" />
<comment value="Performer" />
</mapping>
</element>
<element id="mz-lm-CariesRisk.Comment">
<path value="mz-lm-CariesRisk.Comment" />
<short value="Comment" />
<definition value="Comment on the caries risk, including comments on for example the circumstances and/or disruptive factors that may influence the result." />
<alias value="Toelichting" />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-5" />
<comment value="Comment" />
</mapping>
<identity value="LOINC" />
<map value="48767-8" />
<comment value="Verklarend commentaar" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "mz-lm-CariesRisk",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/mz-lm-CariesRisk",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.1.5"
}
],
"name": "MzLmCariesRisk",
"title": "CariesRisk",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Caries risk.",
"purpose": "This LogicalModel represents the CariesRisk Clinical Information Model (CIM) for patient use cases in the context of Dental Care.",
"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": "mz-dataset-100-beta3-20260413",
"name": "Dataset Mondzorg MedMij 1.0.0-beta.3 20260413"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
},
{
"identity": "LOINC",
"uri": "http://loinc.org",
"name": "LOINC"
}
],
"kind": "logical",
"abstract": false,
"type": "http://medmij.nl/fhir/StructureDefinition/mz-lm-CariesRisk",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "mz-lm-CariesRisk",
"path": "mz-lm-CariesRisk",
"short": "CariesRisk",
"definition": "Caries risk.",
"alias": [
"Cariësrisico"
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-1",
"comment": "CariesRisk"
},
{
"identity": "SNOMED",
"map": "609399004",
"comment": "risico op cariës"
}
]
},
{
"id": "mz-lm-CariesRisk.CariesRiskDateTime",
"path": "mz-lm-CariesRisk.CariesRiskDateTime",
"short": "Caries risk date/time",
"definition": "The date and time at which the caries risk was determined.",
"alias": [
"CariësrisicoDatumTijd"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-2",
"comment": "CariesRiskDateTime"
},
{
"identity": "SNOMED",
"map": "439771001",
"comment": "datum van gebeurtenis"
}
]
},
{
"id": "mz-lm-CariesRisk.CariesRiskValue",
"path": "mz-lm-CariesRisk.CariesRiskValue",
"short": "Caries risk value",
"definition": "The caries risk.",
"alias": [
"CariësrisicoWaarde"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "extensible",
"valueSet": "http://medmij.nl/fhir/ValueSet/CariesRisk"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-3",
"comment": "CariesRiskValue"
},
{
"identity": "SNOMED",
"map": "74024006",
"comment": "vatbaarheid voor cariës"
}
]
},
{
"id": "mz-lm-CariesRisk.Performer",
"path": "mz-lm-CariesRisk.Performer",
"short": "Performer",
"definition": "The health professional who determined the caries risk.",
"alias": [
"Uitvoerder"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional"
]
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-4",
"comment": "Performer"
}
]
},
{
"id": "mz-lm-CariesRisk.Comment",
"path": "mz-lm-CariesRisk.Comment",
"short": "Comment",
"definition": "Comment on the caries risk, including comments on for example the circumstances and/or disruptive factors that may influence the result.",
"alias": [
"Toelichting"
],
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-5",
"comment": "Comment"
},
{
"identity": "LOINC",
"map": "48767-8",
"comment": "Verklarend commentaar"
}
]
}
]
}
}

3.1.2. Dental Fitness

id0..1string
extensionC0..*Extension
DentalFitnessDateTime0..1dateTime
DentalFitnessValue1..1CodeableConceptBinding
PerformerC0..1Reference(MedMijCoreLmHealthProfessional)
Comment0..*string
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="mz-lm-DentalFitness" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/mz-lm-DentalFitness" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.1.1" />
</identifier>
<name value="MzLmDentalFitness" />
<title value="DentalFitness" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Dental fitness according to the NATO classification system." />
<purpose value="This LogicalModel represents the DentalFitness Clinical Information Model (CIM) for patient use cases in the context of Dental Care. It is based on the [AMedP-4.4 standard](https://www.coemed.org/files/stanags/03_AMEDP/AMedP-4.4_EDB_V1_E.pdf) authored by NATO." />
<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="4.0.1" />
<identity value="mz-dataset-100-beta3-20260413" />
<name value="Dataset Mondzorg MedMij 1.0.0-beta.3 20260413" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<identity value="LOINC" />
<uri value="http://loinc.org" />
<name value="LOINC" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="http://medmij.nl/fhir/StructureDefinition/mz-lm-DentalFitness" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="mz-lm-DentalFitness">
<path value="mz-lm-DentalFitness" />
<short value="DentalFitness" />
<definition value="Dental fitness according to the NATO classification system." />
<alias value="DentalFitness" />
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-6" />
<comment value="DentalFitness" />
</mapping>
</element>
<element id="mz-lm-DentalFitness.DentalFitnessDateTime">
<path value="mz-lm-DentalFitness.DentalFitnessDateTime" />
<short value="Dental fitness date/time" />
<definition value="The date and time at which the dental fitness was determined." />
<alias value="DentalFitnessDatumTijd" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-7" />
<comment value="DentalFitnessDateTime" />
</mapping>
<identity value="SNOMED" />
<map value="439771001" />
<comment value="datum van gebeurtenis" />
</mapping>
</element>
<element id="mz-lm-DentalFitness.DentalFitnessValue">
<path value="mz-lm-DentalFitness.DentalFitnessValue" />
<short value="Dental fitness value" />
<definition value="The dental fitness." />
<alias value="DentalFitnessWaarde" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://medmij.nl/fhir/ValueSet/DentalFitness" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-8" />
<comment value="DentalFitnessValue" />
</mapping>
<identity value="SNOMED" />
<map value="440271000146100" />
<comment value="'dental fitness' volgens NAVO-classificatiesysteem" />
</mapping>
</element>
<element id="mz-lm-DentalFitness.Performer">
<path value="mz-lm-DentalFitness.Performer" />
<short value="Performer" />
<definition value="The health professional who determined the dental fitness." />
<alias value="Uitvoerder" />
<min value="0" />
<max value="1" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-9" />
<comment value="Performer" />
</mapping>
</element>
<element id="mz-lm-DentalFitness.Comment">
<path value="mz-lm-DentalFitness.Comment" />
<short value="Comment" />
<definition value="Comment on the dental fitness, including comments on for example the circumstances and/or disruptive factors that may influence the result." />
<alias value="Toelichting" />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-10" />
<comment value="Comment" />
</mapping>
<identity value="LOINC" />
<map value="48767-8" />
<comment value="Verklarend commentaar" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "mz-lm-DentalFitness",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/mz-lm-DentalFitness",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.1.1"
}
],
"name": "MzLmDentalFitness",
"title": "DentalFitness",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Dental fitness according to the NATO classification system.",
"purpose": "This LogicalModel represents the DentalFitness Clinical Information Model (CIM) for patient use cases in the context of Dental Care. It is based on the [AMedP-4.4 standard](https://www.coemed.org/files/stanags/03_AMEDP/AMedP-4.4_EDB_V1_E.pdf) authored by NATO.",
"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": "mz-dataset-100-beta3-20260413",
"name": "Dataset Mondzorg MedMij 1.0.0-beta.3 20260413"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
},
{
"identity": "LOINC",
"uri": "http://loinc.org",
"name": "LOINC"
}
],
"kind": "logical",
"abstract": false,
"type": "http://medmij.nl/fhir/StructureDefinition/mz-lm-DentalFitness",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "mz-lm-DentalFitness",
"path": "mz-lm-DentalFitness",
"short": "DentalFitness",
"definition": "Dental fitness according to the NATO classification system.",
"alias": [
"DentalFitness"
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-6",
"comment": "DentalFitness"
}
]
},
{
"id": "mz-lm-DentalFitness.DentalFitnessDateTime",
"path": "mz-lm-DentalFitness.DentalFitnessDateTime",
"short": "Dental fitness date/time",
"definition": "The date and time at which the dental fitness was determined.",
"alias": [
"DentalFitnessDatumTijd"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-7",
"comment": "DentalFitnessDateTime"
},
{
"identity": "SNOMED",
"map": "439771001",
"comment": "datum van gebeurtenis"
}
]
},
{
"id": "mz-lm-DentalFitness.DentalFitnessValue",
"path": "mz-lm-DentalFitness.DentalFitnessValue",
"short": "Dental fitness value",
"definition": "The dental fitness.",
"alias": [
"DentalFitnessWaarde"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://medmij.nl/fhir/ValueSet/DentalFitness"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-8",
"comment": "DentalFitnessValue"
},
{
"identity": "SNOMED",
"map": "440271000146100",
"comment": "'dental fitness' volgens NAVO-classificatiesysteem"
}
]
},
{
"id": "mz-lm-DentalFitness.Performer",
"path": "mz-lm-DentalFitness.Performer",
"short": "Performer",
"definition": "The health professional who determined the dental fitness.",
"alias": [
"Uitvoerder"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional"
]
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-9",
"comment": "Performer"
}
]
},
{
"id": "mz-lm-DentalFitness.Comment",
"path": "mz-lm-DentalFitness.Comment",
"short": "Comment",
"definition": "Comment on the dental fitness, including comments on for example the circumstances and/or disruptive factors that may influence the result.",
"alias": [
"Toelichting"
],
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-10",
"comment": "Comment"
},
{
"identity": "LOINC",
"map": "48767-8",
"comment": "Verklarend commentaar"
}
]
}
]
}
}

3.1.3. Oral Hygiene

id0..1string
extensionC0..*Extension
OralHygieneDateTime0..1dateTime
OralHygieneValue1..1CodeableConceptBinding
PerformerC0..1Reference(MedMijCoreLmHealthProfessional)
Comment0..*string
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="mz-lm-OralHygiene" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/mz-lm-OralHygiene" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.1.4" />
</identifier>
<name value="MzLmOralHygiene" />
<title value="OralHygiene" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Oral hygiene." />
<purpose value="This LogicalModel represents the OralHygiene Clinical Information Model (CIM) for patient use cases in the context of Dental Care." />
<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="4.0.1" />
<identity value="mz-dataset-100-beta3-20260413" />
<name value="Dataset Mondzorg MedMij 1.0.0-beta.3 20260413" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<identity value="LOINC" />
<uri value="http://loinc.org" />
<name value="LOINC" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="http://medmij.nl/fhir/StructureDefinition/mz-lm-OralHygiene" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="mz-lm-OralHygiene">
<path value="mz-lm-OralHygiene" />
<short value="OralHygiene" />
<definition value="Oral hygiene." />
<alias value="Mondhygiëne" />
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-11" />
<comment value="OralHygiene" />
</mapping>
<identity value="SNOMED" />
<map value="110298001" />
<comment value="bevinding betreffende mondhygiëne" />
</mapping>
</element>
<element id="mz-lm-OralHygiene.OralHygieneDateTime">
<path value="mz-lm-OralHygiene.OralHygieneDateTime" />
<short value="Oral hygiene date/time" />
<definition value="The date and time at which the oral hygiene was determined." />
<alias value="MondhygiëneDatumTijd" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-12" />
<comment value="OralHygieneDateTime" />
</mapping>
<identity value="SNOMED" />
<map value="439771001" />
<comment value="datum van gebeurtenis" />
</mapping>
</element>
<element id="mz-lm-OralHygiene.OralHygieneValue">
<path value="mz-lm-OralHygiene.OralHygieneValue" />
<short value="Oral hygiene value" />
<definition value="The oral hygiene." />
<alias value="MondhygiëneWaarde" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="extensible" />
<valueSet value="http://medmij.nl/fhir/ValueSet/OralHygiene" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-13" />
<comment value="OralHygieneValue" />
</mapping>
<identity value="SNOMED" />
<map value="364126007" />
<comment value="status van mondhygiëne" />
</mapping>
</element>
<element id="mz-lm-OralHygiene.Performer">
<path value="mz-lm-OralHygiene.Performer" />
<short value="Performer" />
<definition value="The health professional who determined the oral hygiene." />
<alias value="Uitvoerder" />
<min value="0" />
<max value="1" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-14" />
<comment value="Performer" />
</mapping>
</element>
<element id="mz-lm-OralHygiene.Comment">
<path value="mz-lm-OralHygiene.Comment" />
<short value="Comment" />
<definition value="Comment on the oral hygiene, including comments on for example the circumstances and/or disruptive factors that may influence the result." />
<alias value="Toelichting" />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-15" />
<comment value="Comment" />
</mapping>
<identity value="LOINC" />
<map value="48767-8" />
<comment value="Verklarend commentaar" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "mz-lm-OralHygiene",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/mz-lm-OralHygiene",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.1.4"
}
],
"name": "MzLmOralHygiene",
"title": "OralHygiene",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Oral hygiene.",
"purpose": "This LogicalModel represents the OralHygiene Clinical Information Model (CIM) for patient use cases in the context of Dental Care.",
"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": "mz-dataset-100-beta3-20260413",
"name": "Dataset Mondzorg MedMij 1.0.0-beta.3 20260413"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
},
{
"identity": "LOINC",
"uri": "http://loinc.org",
"name": "LOINC"
}
],
"kind": "logical",
"abstract": false,
"type": "http://medmij.nl/fhir/StructureDefinition/mz-lm-OralHygiene",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "mz-lm-OralHygiene",
"path": "mz-lm-OralHygiene",
"short": "OralHygiene",
"definition": "Oral hygiene.",
"alias": [
"Mondhygiëne"
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-11",
"comment": "OralHygiene"
},
{
"identity": "SNOMED",
"map": "110298001",
"comment": "bevinding betreffende mondhygiëne"
}
]
},
{
"id": "mz-lm-OralHygiene.OralHygieneDateTime",
"path": "mz-lm-OralHygiene.OralHygieneDateTime",
"short": "Oral hygiene date/time",
"definition": "The date and time at which the oral hygiene was determined.",
"alias": [
"MondhygiëneDatumTijd"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-12",
"comment": "OralHygieneDateTime"
},
{
"identity": "SNOMED",
"map": "439771001",
"comment": "datum van gebeurtenis"
}
]
},
{
"id": "mz-lm-OralHygiene.OralHygieneValue",
"path": "mz-lm-OralHygiene.OralHygieneValue",
"short": "Oral hygiene value",
"definition": "The oral hygiene.",
"alias": [
"MondhygiëneWaarde"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "extensible",
"valueSet": "http://medmij.nl/fhir/ValueSet/OralHygiene"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-13",
"comment": "OralHygieneValue"
},
{
"identity": "SNOMED",
"map": "364126007",
"comment": "status van mondhygiëne"
}
]
},
{
"id": "mz-lm-OralHygiene.Performer",
"path": "mz-lm-OralHygiene.Performer",
"short": "Performer",
"definition": "The health professional who determined the oral hygiene.",
"alias": [
"Uitvoerder"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional"
]
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-14",
"comment": "Performer"
}
]
},
{
"id": "mz-lm-OralHygiene.Comment",
"path": "mz-lm-OralHygiene.Comment",
"short": "Comment",
"definition": "Comment on the oral hygiene, including comments on for example the circumstances and/or disruptive factors that may influence the result.",
"alias": [
"Toelichting"
],
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-15",
"comment": "Comment"
},
{
"identity": "LOINC",
"map": "48767-8",
"comment": "Verklarend commentaar"
}
]
}
]
}
}

3.1.4. Parafunctional Activity

id0..1string
extensionC0..*Extension
ParafunctionalActivityDateTime0..1dateTime
ParafunctionalActivityValue1..1string
PerformerC0..1Reference(MedMijCoreLmHealthProfessional)
Comment0..*string
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="mz-lm-ParafunctionalActivity" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/mz-lm-ParafunctionalActivity" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.1.6" />
</identifier>
<name value="MzLmParafunctionalActivity" />
<title value="ParafunctionalActivity" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Parafunctional activity." />
<purpose value="This LogicalModel represents the ParafunctionalActivity Clinical Information Model (CIM) for patient use cases in the context of Dental Care." />
<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="4.0.1" />
<identity value="mz-dataset-100-beta3-20260413" />
<name value="Dataset Mondzorg MedMij 1.0.0-beta.3 20260413" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<identity value="LOINC" />
<uri value="http://loinc.org" />
<name value="LOINC" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="http://medmij.nl/fhir/StructureDefinition/mz-lm-ParafunctionalActivity" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="mz-lm-ParafunctionalActivity">
<path value="mz-lm-ParafunctionalActivity" />
<short value="ParafunctionalActivity" />
<definition value="Parafunctional activity." />
<alias value="ParafunctioneleActiviteit" />
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-16" />
<comment value="ParafunctionalActivity" />
</mapping>
</element>
<element id="mz-lm-ParafunctionalActivity.ParafunctionalActivityDateTime">
<path value="mz-lm-ParafunctionalActivity.ParafunctionalActivityDateTime" />
<short value="Parafunctional activity date/time" />
<definition value="The date and time at which the parafunctional activity was determined." />
<alias value="ParafunctioneleActiviteitDatumTijd" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-17" />
<comment value="ParafunctionalActivityDateTime" />
</mapping>
<identity value="SNOMED" />
<map value="439771001" />
<comment value="datum van gebeurtenis" />
</mapping>
</element>
<element id="mz-lm-ParafunctionalActivity.ParafunctionalActivityValue">
<path value="mz-lm-ParafunctionalActivity.ParafunctionalActivityValue" />
<short value="Parafunctional activity value" />
<definition value="The parafunctional activity." />
<alias value="ParafunctioneleActiviteitWaarde" />
<min value="1" />
<max value="1" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-18" />
<comment value="ParafunctionalActivityValue" />
</mapping>
<identity value="SNOMED" />
<map value="110353005" />
<comment value="parafunctionele gewoonte" />
</mapping>
</element>
<element id="mz-lm-ParafunctionalActivity.Performer">
<path value="mz-lm-ParafunctionalActivity.Performer" />
<short value="Performer" />
<definition value="The health professional who determined the parafunctional activity." />
<alias value="Uitvoerder" />
<min value="0" />
<max value="1" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-19" />
<comment value="Performer" />
</mapping>
</element>
<element id="mz-lm-ParafunctionalActivity.Comment">
<path value="mz-lm-ParafunctionalActivity.Comment" />
<short value="Comment" />
<definition value="Comment on the parafunctional activity, including comments on for example the circumstances and/or disruptive factors that may influence the result." />
<alias value="Toelichting" />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-20" />
<comment value="Comment" />
</mapping>
<identity value="LOINC" />
<map value="48767-8" />
<comment value="Verklarend commentaar" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "mz-lm-ParafunctionalActivity",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/mz-lm-ParafunctionalActivity",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.1.6"
}
],
"name": "MzLmParafunctionalActivity",
"title": "ParafunctionalActivity",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Parafunctional activity.",
"purpose": "This LogicalModel represents the ParafunctionalActivity Clinical Information Model (CIM) for patient use cases in the context of Dental Care.",
"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": "mz-dataset-100-beta3-20260413",
"name": "Dataset Mondzorg MedMij 1.0.0-beta.3 20260413"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
},
{
"identity": "LOINC",
"uri": "http://loinc.org",
"name": "LOINC"
}
],
"kind": "logical",
"abstract": false,
"type": "http://medmij.nl/fhir/StructureDefinition/mz-lm-ParafunctionalActivity",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "mz-lm-ParafunctionalActivity",
"path": "mz-lm-ParafunctionalActivity",
"short": "ParafunctionalActivity",
"definition": "Parafunctional activity.",
"alias": [
"ParafunctioneleActiviteit"
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-16",
"comment": "ParafunctionalActivity"
}
]
},
{
"id": "mz-lm-ParafunctionalActivity.ParafunctionalActivityDateTime",
"path": "mz-lm-ParafunctionalActivity.ParafunctionalActivityDateTime",
"short": "Parafunctional activity date/time",
"definition": "The date and time at which the parafunctional activity was determined.",
"alias": [
"ParafunctioneleActiviteitDatumTijd"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-17",
"comment": "ParafunctionalActivityDateTime"
},
{
"identity": "SNOMED",
"map": "439771001",
"comment": "datum van gebeurtenis"
}
]
},
{
"id": "mz-lm-ParafunctionalActivity.ParafunctionalActivityValue",
"path": "mz-lm-ParafunctionalActivity.ParafunctionalActivityValue",
"short": "Parafunctional activity value",
"definition": "The parafunctional activity.",
"alias": [
"ParafunctioneleActiviteitWaarde"
],
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-18",
"comment": "ParafunctionalActivityValue"
},
{
"identity": "SNOMED",
"map": "110353005",
"comment": "parafunctionele gewoonte"
}
]
},
{
"id": "mz-lm-ParafunctionalActivity.Performer",
"path": "mz-lm-ParafunctionalActivity.Performer",
"short": "Performer",
"definition": "The health professional who determined the parafunctional activity.",
"alias": [
"Uitvoerder"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional"
]
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-19",
"comment": "Performer"
}
]
},
{
"id": "mz-lm-ParafunctionalActivity.Comment",
"path": "mz-lm-ParafunctionalActivity.Comment",
"short": "Comment",
"definition": "Comment on the parafunctional activity, including comments on for example the circumstances and/or disruptive factors that may influence the result.",
"alias": [
"Toelichting"
],
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-20",
"comment": "Comment"
},
{
"identity": "LOINC",
"map": "48767-8",
"comment": "Verklarend commentaar"
}
]
}
]
}
}

3.1.5. Periodic Periodontal Screening Score

id0..1string
extensionC0..*Extension
PeriodicPeriodontalScreeningScoreDateTime0..1dateTime
PeriodicPeriodontalScreeningScoreValue1..1CodeableConceptBinding
PerformerC0..1Reference(MedMijCoreLmHealthProfessional)
Comment0..*string
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="mz-lm-PeriodicPeriodontalScreeningScore" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/mz-lm-PeriodicPeriodontalScreeningScore" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.1.3" />
</identifier>
<name value="MzLmPeriodicPeriodontalScreeningScore" />
<title value="PeriodicPeriodontalScreeningScore" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Periodontal screening for dental plaque-related diseases (Periodic Periodontal Screening, PPS) is a critical routine examination method. The dentist or the dental hygienist can thereby examine the patient, periodically and at each tooth, in a simple and rapid way to identify potential periodontal problems at an early stage. This screening should preferably take place annually." />
<purpose value="This LogicalModel represents the PeriodicPeriodontalScreeningScore Clinical Information Model (CIM) for patient use cases in the context of Dental Care. It is based on the [Richtlijn Parodontale Screening, Diagnostiek en Behandeling in de Algemene praktijk](https://www.nvvp.org/voor-professionals/richtlijnen) authored by the NVvP." />
<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="4.0.1" />
<identity value="mz-dataset-100-beta3-20260413" />
<name value="Dataset Mondzorg MedMij 1.0.0-beta.3 20260413" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<identity value="LOINC" />
<uri value="http://loinc.org" />
<name value="LOINC" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="http://medmij.nl/fhir/StructureDefinition/mz-lm-PeriodicPeriodontalScreeningScore" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="mz-lm-PeriodicPeriodontalScreeningScore">
<path value="mz-lm-PeriodicPeriodontalScreeningScore" />
<short value="PeriodicPeriodontalScreeningScore" />
<definition value="Periodontal screening for dental plaque-related diseases (Periodic Periodontal Screening, PPS) is a critical routine examination method. The dentist or the dental hygienist can thereby examine the patient, periodically and at each tooth, in a simple and rapid way to identify potential periodontal problems at an early stage. This screening should preferably take place annually." />
<alias value="PeriodiekeParodontaleScreeningScore" />
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-21" />
<comment value="PeriodicPeriodontalScreeningScore" />
</mapping>
</element>
<element id="mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreDateTime">
<path value="mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreDateTime" />
<short value="Periodic Periodontal Screening score date/time" />
<definition value="The date and time at which the PPS was performed." />
<alias value="PeriodiekeParodontaleScreeningScoreDatumTijd" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-22" />
<comment value="PeriodicPeriodontalScreeningScoreDateTime" />
</mapping>
<identity value="SNOMED" />
<map value="439771001" />
<comment value="datum van gebeurtenis" />
</mapping>
</element>
<element id="mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreValue">
<path value="mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreValue" />
<short value="Periodic Periodontal Screening score value" />
<definition value="The score of the PPS." />
<alias value="PeriodiekeParodontaleScreeningScoreWaarde" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://medmij.nl/fhir/ValueSet/PeriodicPeriodontalScreeningScore" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-23" />
<comment value="PeriodicPeriodontalScreeningScoreValue" />
</mapping>
<identity value="SNOMED" />
<map value="540501000146103" />
<comment value="score op periodieke parodontale screening" />
</mapping>
</element>
<element id="mz-lm-PeriodicPeriodontalScreeningScore.Performer">
<path value="mz-lm-PeriodicPeriodontalScreeningScore.Performer" />
<short value="Performer" />
<definition value="The health professional who performed the PPS." />
<alias value="Uitvoerder" />
<min value="0" />
<max value="1" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-24" />
<comment value="Performer" />
</mapping>
</element>
<element id="mz-lm-PeriodicPeriodontalScreeningScore.Comment">
<path value="mz-lm-PeriodicPeriodontalScreeningScore.Comment" />
<short value="Comment" />
<definition value="Comment on the PPS, including comments on for example the circumstances and/or disruptive factors that may influence the result." />
<alias value="Toelichting" />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-25" />
<comment value="Comment" />
</mapping>
<identity value="LOINC" />
<map value="48767-8" />
<comment value="Verklarend commentaar" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "mz-lm-PeriodicPeriodontalScreeningScore",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/mz-lm-PeriodicPeriodontalScreeningScore",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.1.3"
}
],
"name": "MzLmPeriodicPeriodontalScreeningScore",
"title": "PeriodicPeriodontalScreeningScore",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Periodontal screening for dental plaque-related diseases (Periodic Periodontal Screening, PPS) is a critical routine examination method. The dentist or the dental hygienist can thereby examine the patient, periodically and at each tooth, in a simple and rapid way to identify potential periodontal problems at an early stage. This screening should preferably take place annually.",
"purpose": "This LogicalModel represents the PeriodicPeriodontalScreeningScore Clinical Information Model (CIM) for patient use cases in the context of Dental Care. It is based on the [Richtlijn Parodontale Screening, Diagnostiek en Behandeling in de Algemene praktijk](https://www.nvvp.org/voor-professionals/richtlijnen) authored by the NVvP.",
"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": "mz-dataset-100-beta3-20260413",
"name": "Dataset Mondzorg MedMij 1.0.0-beta.3 20260413"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
},
{
"identity": "LOINC",
"uri": "http://loinc.org",
"name": "LOINC"
}
],
"kind": "logical",
"abstract": false,
"type": "http://medmij.nl/fhir/StructureDefinition/mz-lm-PeriodicPeriodontalScreeningScore",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "mz-lm-PeriodicPeriodontalScreeningScore",
"path": "mz-lm-PeriodicPeriodontalScreeningScore",
"short": "PeriodicPeriodontalScreeningScore",
"definition": "Periodontal screening for dental plaque-related diseases (Periodic Periodontal Screening, PPS) is a critical routine examination method. The dentist or the dental hygienist can thereby examine the patient, periodically and at each tooth, in a simple and rapid way to identify potential periodontal problems at an early stage. This screening should preferably take place annually.",
"alias": [
"PeriodiekeParodontaleScreeningScore"
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-21",
"comment": "PeriodicPeriodontalScreeningScore"
}
]
},
{
"id": "mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreDateTime",
"path": "mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreDateTime",
"short": "Periodic Periodontal Screening score date/time",
"definition": "The date and time at which the PPS was performed.",
"alias": [
"PeriodiekeParodontaleScreeningScoreDatumTijd"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-22",
"comment": "PeriodicPeriodontalScreeningScoreDateTime"
},
{
"identity": "SNOMED",
"map": "439771001",
"comment": "datum van gebeurtenis"
}
]
},
{
"id": "mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreValue",
"path": "mz-lm-PeriodicPeriodontalScreeningScore.PeriodicPeriodontalScreeningScoreValue",
"short": "Periodic Periodontal Screening score value",
"definition": "The score of the PPS.",
"alias": [
"PeriodiekeParodontaleScreeningScoreWaarde"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://medmij.nl/fhir/ValueSet/PeriodicPeriodontalScreeningScore"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-23",
"comment": "PeriodicPeriodontalScreeningScoreValue"
},
{
"identity": "SNOMED",
"map": "540501000146103",
"comment": "score op periodieke parodontale screening"
}
]
},
{
"id": "mz-lm-PeriodicPeriodontalScreeningScore.Performer",
"path": "mz-lm-PeriodicPeriodontalScreeningScore.Performer",
"short": "Performer",
"definition": "The health professional who performed the PPS.",
"alias": [
"Uitvoerder"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional"
]
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-24",
"comment": "Performer"
}
]
},
{
"id": "mz-lm-PeriodicPeriodontalScreeningScore.Comment",
"path": "mz-lm-PeriodicPeriodontalScreeningScore.Comment",
"short": "Comment",
"definition": "Comment on the PPS, including comments on for example the circumstances and/or disruptive factors that may influence the result.",
"alias": [
"Toelichting"
],
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-25",
"comment": "Comment"
},
{
"identity": "LOINC",
"map": "48767-8",
"comment": "Verklarend commentaar"
}
]
}
]
}
}

3.1.6. Procedure

The Procedure CIM is largely based on the zib Procedure from publication 2020, but uses other (dental care-specific) terminology to indicate the procedure type. Moreover, the MedicalDevice (NL-CM:14.1.7) and Requester (NL-CM:14.1.10) concepts from the zib have been omitted.

id0..1string
extensionC0..*Extension
ProcedureStartDate0..1dateTime
ProcedureEndDate0..1dateTime
ProcedureType1..1CodeableConceptBinding
ProcedureMethod0..*CodeableConceptBinding
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
Location0..1CodeableConceptBinding
Laterality0..1CodeableConceptBinding
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
ProblemType0..1CodeableConceptBinding
ProblemName1..1CodeableConceptBinding
FurtherSpecificationProblemName0..1string
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
Location0..1CodeableConceptBinding
Laterality0..1CodeableConceptBinding
ProblemStartDate0..1dateTime
ProblemEndDate0..1dateTime
ProblemStatus1..1CodeableConceptBinding
VerificationStatus0..1CodeableConceptBinding
Comment0..1string
LocationC0..1Reference(MedMijCoreLmHealthcareProvider)
PerformerC0..*Reference(MedMijCoreLmHealthProfessional)
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="mz-lm-Procedure" />
<status value="empty" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://medmij.nl/fhir/StructureDefinition/mz-lm-Procedure" />
<use value="official" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:oid:2.16.528.1.1023.3.1.7" />
</identifier>
<name value="MzLmProcedure" />
<title value="Procedure" />
<status value="draft" />
<publisher value="MedMij" />
<name value="MedMij" />
<system value="email" />
<value value="info@medmij.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Therapeutic or diagnostic procedure undergone by the patient in dental care." />
<purpose value="This LogicalModel represents the Procedure Clinical Information Model (CIM) for patient use cases in the context of Dental Care. It is largely based on the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Procedure v5.2 (2020)](https://zibs.nl/wiki/Procedure-v5.2(2020EN)) adjusted such that it is suitable for implementation purposes in the context of Dental Care. In particular, it uses dental care-specific terminology to indicate the ProcedureType, and the MedicalDevice and Requester concepts from the zib are omitted." />
<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="4.0.1" />
<identity value="zib-procedure-v5.2-2020EN" />
<uri value="https://zibs.nl/wiki/Procedure-v5.2(2020EN)" />
<name value="zib Procedure-v5.2(2020EN)" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<name value="Dataset Mondzorg MedMij 1.0.0-beta.3 20260413" />
</mapping>
<identity value="SNOMED" />
<uri value="http://snomed.info/sct" />
<name value="SNOMED CT" />
</mapping>
<kind value="logical" />
<abstract value="false" />
<type value="http://medmij.nl/fhir/StructureDefinition/mz-lm-Procedure" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
<derivation value="specialization" />
<element id="mz-lm-Procedure">
<path value="mz-lm-Procedure" />
<short value="Procedure" />
<definition value="Therapeutic or diagnostic procedure undergone by the patient in dental care." />
<alias value="Verrichting" />
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.1" />
<comment value="Procedure" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-26" />
<comment value="Procedure" />
</mapping>
<identity value="SNOMED" />
<map value="71388002" />
<comment value="verrichting" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureStartDate">
<path value="mz-lm-Procedure.ProcedureStartDate" />
<short value="Procedure start date" />
<definition value="The start date (and if possible start time) of the procedure. A 'vague' date, such as only the year, is permitted.\nThe element offers the option to indicate the start of the period of a series of related procedures." />
<alias value="VerrichtingStartDatum" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.2" />
<comment value="ProcedureStartDate" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-27" />
<comment value="ProcedureStartDate" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureEndDate">
<path value="mz-lm-Procedure.ProcedureEndDate" />
<short value="Procedure end date" />
<definition value="The end date (and if possible end time) of the procedure. A 'vague' date, such as only the year, is permitted.\nThe element offers the option to indicate the end of the period of a series of related procedures. The end date element is only used for a procedure that takes some time and is then always applied. If the procedure still continues, the value is left empty." />
<alias value="VerrichtingEindDatum" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.3" />
<comment value="ProcedureEndDate" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-28" />
<comment value="ProcedureEndDate" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureType">
<path value="mz-lm-Procedure.ProcedureType" />
<short value="Procedure type" />
<definition value="The name of the procedure based on the [Prestatiecodelijst Mondzorg (010)](https://tog.vektis.nl/Webinfo.aspx?ID=Prestatiecodelijsten) authored by Vektis." />
<alias value="VerrichtingType" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="extensible" />
<valueSet value="http://medmij.nl/fhir/ValueSet/ProcedureTypeVektisDentalCare" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-29" />
<comment value="ProcedureType" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureMethod">
<path value="mz-lm-Procedure.ProcedureMethod" />
<short value="Procedure method" />
<definition value="The method or technique that was used to perform the procedure, e.g. approach, lavage, pressuring, etc." />
<alias value="VerrichtingMethode" />
<min value="0" />
<max value="*" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20200901000000" />
</binding>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.12" />
<comment value="ProcedureMethod" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-30" />
<comment value="ProcedureMethod" />
</mapping>
<identity value="SNOMED" />
<map value="260686004" />
<comment value="methode" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureAnatomicalLocation">
<path value="mz-lm-Procedure.ProcedureAnatomicalLocation" />
<short value="Procedure anatomical location" />
<definition value="Anatomical location which is the focus of the procedure." />
<alias value="VerrichtingAnatomischeLocatie" />
<min value="0" />
<max value="1" />
<code value="BackboneElement" />
</type>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.13" />
<comment value="ProcedureAnatomicalLocation" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-31" />
<comment value="ProcedureAnatomicalLocation" />
</mapping>
<identity value="SNOMED" />
<map value="405813007" />
<comment value="directe locatie van verrichting" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureAnatomicalLocation.Location">
<path value="mz-lm-Procedure.ProcedureAnatomicalLocation.Location" />
<short value="Location" />
<definition value="Localisation on/in the body." />
<alias value="Locatie" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-32" />
<comment value="Location" />
</mapping>
<identity value="SNOMED" />
<map value="363698007" />
<comment value="locatie van bevinding" />
</mapping>
</element>
<element id="mz-lm-Procedure.ProcedureAnatomicalLocation.Laterality">
<path value="mz-lm-Procedure.ProcedureAnatomicalLocation.Laterality" />
<short value="Laterality" />
<definition value="Laterality adds information about body site to the anatomical location, e.g. left." />
<alias value="Lateraliteit" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-33" />
<comment value="Laterality" />
</mapping>
<identity value="SNOMED" />
<map value="272741003" />
<comment value="lateraliteit" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication">
<path value="mz-lm-Procedure.Indication" />
<short value="Indication" />
<definition value="The indication is the reason for the procedure." />
<alias value="Indicatie" />
<min value="0" />
<max value="*" />
<code value="BackboneElement" />
</type>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.9" />
<comment value="Indication" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-34" />
<comment value="Indication" />
</mapping>
<identity value="SNOMED" />
<map value="363702006" />
<comment value="heeft focus" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemType">
<path value="mz-lm-Procedure.Indication.ProblemType" />
<short value="Problem type" />
<definition value="The type of problem." />
<alias value="ProbleemType" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-35" />
<comment value="ProblemType" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemName">
<path value="mz-lm-Procedure.Indication.ProblemName" />
<short value="Problem name" />
<definition value="The problem name defines the problem. Depending on the setting, different code systems can be used." />
<alias value="ProbleemNaam" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-36" />
<comment value="ProblemName" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.FurtherSpecificationProblemName">
<path value="mz-lm-Procedure.Indication.FurtherSpecificationProblemName" />
<short value="Further specification problem name" />
<definition value="Further specification of problem name when it is recorded via a thesaurus or code system in which the required level of detail is not (yet) available." />
<alias value="NadereSpecificatieProbleemNaam" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-37" />
<comment value="FurtherSpecificationProblemName" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemAnatomicalLocation">
<path value="mz-lm-Procedure.Indication.ProblemAnatomicalLocation" />
<short value="Problem anatomical location" />
<definition value="Anatomical location which is the focus of the problem." />
<alias value="ProbleemAnatomischeLocatie" />
<min value="0" />
<max value="1" />
<code value="BackboneElement" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-38" />
<comment value="ProblemAnatomicalLocation" />
</mapping>
<identity value="SNOMED" />
<map value="405813007" />
<comment value="directe locatie van verrichting" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Location">
<path value="mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Location" />
<short value="Location" />
<definition value="Localisation on/in the body." />
<alias value="Locatie" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-39" />
<comment value="Location" />
</mapping>
<identity value="SNOMED" />
<map value="363698007" />
<comment value="locatie van bevinding" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Laterality">
<path value="mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Laterality" />
<short value="Laterality" />
<definition value="Laterality adds information about body site to the anatomical location, e.g. left." />
<alias value="Lateraliteit" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-40" />
<comment value="Laterality" />
</mapping>
<identity value="SNOMED" />
<map value="272741003" />
<comment value="lateraliteit" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemStartDate">
<path value="mz-lm-Procedure.Indication.ProblemStartDate" />
<short value="Problem start date" />
<definition value="Onset of the symptom, complaint, functional limitation, complication or date of diagnosis. A 'vague' date, such as only the year or the month and the year, is permitted." />
<alias value="ProbleemBeginDatum" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-41" />
<comment value="ProblemStartDate" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemEndDate">
<path value="mz-lm-Procedure.Indication.ProblemEndDate" />
<short value="Problem end date" />
<definition value="Date on which the disorder to which the problem applies, is considered not to be present anymore. This date needs not to be the same as the date of the change in problem status. A 'vague' date, such as only the year or the month and the year, is permitted. " />
<alias value="ProbleemEindDatum" />
<min value="0" />
<max value="1" />
<code value="dateTime" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-42" />
<comment value="ProblemEndDate" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.ProblemStatus">
<path value="mz-lm-Procedure.Indication.ProblemStatus" />
<short value="Problem status" />
<definition value="The problem status describes the condition of the problem:\n1. Active problems are problems of which the patient experiences symptoms or for which evidence exists.\n2. Problems with the status 'Inactive' refer to problems that don't affect the patient anymore or of which there is no evidence of existence anymore." />
<alias value="ProbleemStatus" />
<min value="1" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-43" />
<comment value="ProblemStatus" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.VerificationStatus">
<path value="mz-lm-Procedure.Indication.VerificationStatus" />
<short value="Verification status" />
<definition value="Clinical status of the problem or the diagnosis." />
<alias value="VerificatieStatus" />
<min value="0" />
<max value="1" />
<code value="CodeableConcept" />
</type>
<strength value="required" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20200901000000" />
</binding>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-44" />
<comment value="VerificationStatus" />
</mapping>
<identity value="SNOMED" />
<map value="408729009" />
<comment value="context van bevinding" />
</mapping>
</element>
<element id="mz-lm-Procedure.Indication.Comment">
<path value="mz-lm-Procedure.Indication.Comment" />
<short value="Comment" />
<definition value="Comment by the one who determined or updated the problem." />
<alias value="Toelichting" />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-45" />
<comment value="Comment" />
</mapping>
</element>
<element id="mz-lm-Procedure.Location">
<path value="mz-lm-Procedure.Location" />
<short value="Location" />
<definition value="The healthcare center where the procedure was, is or or will be carried out." />
<alias value="Locatie" />
<min value="0" />
<max value="1" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthcareProvider" />
</type>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.5" />
<comment value="Location" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-46" />
<comment value="Location" />
</mapping>
</element>
<element id="mz-lm-Procedure.Performer">
<path value="mz-lm-Procedure.Performer" />
<short value="Performer" />
<definition value="The health professional who carried out the procedure. In most cases, only the medical specialty is entered, and not the name of the health professional." />
<alias value="Uitvoerder" />
<min value="0" />
<max value="*" />
<code value="Reference" />
<targetProfile value="http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional" />
</type>
<identity value="zib-procedure-v5.2-2020EN" />
<map value="NL-CM:14.1.6" />
<comment value="Performer" />
</mapping>
<identity value="mz-dataset-100-beta3-20260413" />
<map value="mz-dataelement-47" />
<comment value="Performer" />
</mapping>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "mz-lm-Procedure",
"text": {
"status": "empty",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://medmij.nl/fhir/StructureDefinition/mz-lm-Procedure",
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.3.1.7"
}
],
"name": "MzLmProcedure",
"title": "Procedure",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Therapeutic or diagnostic procedure undergone by the patient in dental care.",
"purpose": "This LogicalModel represents the Procedure Clinical Information Model (CIM) for patient use cases in the context of Dental Care. It is largely based on the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Procedure v5.2 (2020)](https://zibs.nl/wiki/Procedure-v5.2(2020EN)) adjusted such that it is suitable for implementation purposes in the context of Dental Care. In particular, it uses dental care-specific terminology to indicate the ProcedureType, and the MedicalDevice and Requester concepts from the zib are omitted.",
"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": "zib-procedure-v5.2-2020EN",
"uri": "https://zibs.nl/wiki/Procedure-v5.2(2020EN)",
"name": "zib Procedure-v5.2(2020EN)"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"name": "Dataset Mondzorg MedMij 1.0.0-beta.3 20260413"
},
{
"identity": "SNOMED",
"uri": "http://snomed.info/sct",
"name": "SNOMED CT"
}
],
"kind": "logical",
"abstract": false,
"type": "http://medmij.nl/fhir/StructureDefinition/mz-lm-Procedure",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"element": [
{
"id": "mz-lm-Procedure",
"path": "mz-lm-Procedure",
"short": "Procedure",
"definition": "Therapeutic or diagnostic procedure undergone by the patient in dental care.",
"alias": [
"Verrichting"
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.1",
"comment": "Procedure"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-26",
"comment": "Procedure"
},
{
"identity": "SNOMED",
"map": "71388002",
"comment": "verrichting"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureStartDate",
"path": "mz-lm-Procedure.ProcedureStartDate",
"short": "Procedure start date",
"definition": "The start date (and if possible start time) of the procedure. A 'vague' date, such as only the year, is permitted.\nThe element offers the option to indicate the start of the period of a series of related procedures.",
"alias": [
"VerrichtingStartDatum"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.2",
"comment": "ProcedureStartDate"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-27",
"comment": "ProcedureStartDate"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureEndDate",
"path": "mz-lm-Procedure.ProcedureEndDate",
"short": "Procedure end date",
"definition": "The end date (and if possible end time) of the procedure. A 'vague' date, such as only the year, is permitted.\nThe element offers the option to indicate the end of the period of a series of related procedures. The end date element is only used for a procedure that takes some time and is then always applied. If the procedure still continues, the value is left empty.",
"alias": [
"VerrichtingEindDatum"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.3",
"comment": "ProcedureEndDate"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-28",
"comment": "ProcedureEndDate"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureType",
"path": "mz-lm-Procedure.ProcedureType",
"short": "Procedure type",
"definition": "The name of the procedure based on the [Prestatiecodelijst Mondzorg (010)](https://tog.vektis.nl/Webinfo.aspx?ID=Prestatiecodelijsten) authored by Vektis.",
"alias": [
"VerrichtingType"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "extensible",
"valueSet": "http://medmij.nl/fhir/ValueSet/ProcedureTypeVektisDentalCare"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-29",
"comment": "ProcedureType"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureMethod",
"path": "mz-lm-Procedure.ProcedureMethod",
"short": "Procedure method",
"definition": "The method or technique that was used to perform the procedure, e.g. approach, lavage, pressuring, etc.",
"alias": [
"VerrichtingMethode"
],
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20200901000000"
},
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.12",
"comment": "ProcedureMethod"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-30",
"comment": "ProcedureMethod"
},
{
"identity": "SNOMED",
"map": "260686004",
"comment": "methode"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureAnatomicalLocation",
"path": "mz-lm-Procedure.ProcedureAnatomicalLocation",
"short": "Procedure anatomical location",
"definition": "Anatomical location which is the focus of the procedure.",
"alias": [
"VerrichtingAnatomischeLocatie"
],
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.13",
"comment": "ProcedureAnatomicalLocation"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-31",
"comment": "ProcedureAnatomicalLocation"
},
{
"identity": "SNOMED",
"map": "405813007",
"comment": "directe locatie van verrichting"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureAnatomicalLocation.Location",
"path": "mz-lm-Procedure.ProcedureAnatomicalLocation.Location",
"short": "Location",
"definition": "Localisation on/in the body.",
"alias": [
"Locatie"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-32",
"comment": "Location"
},
{
"identity": "SNOMED",
"map": "363698007",
"comment": "locatie van bevinding"
}
]
},
{
"id": "mz-lm-Procedure.ProcedureAnatomicalLocation.Laterality",
"path": "mz-lm-Procedure.ProcedureAnatomicalLocation.Laterality",
"short": "Laterality",
"definition": "Laterality adds information about body site to the anatomical location, e.g. left.",
"alias": [
"Lateraliteit"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-33",
"comment": "Laterality"
},
{
"identity": "SNOMED",
"map": "272741003",
"comment": "lateraliteit"
}
]
},
{
"id": "mz-lm-Procedure.Indication",
"path": "mz-lm-Procedure.Indication",
"short": "Indication",
"definition": "The indication is the reason for the procedure.",
"alias": [
"Indicatie"
],
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.9",
"comment": "Indication"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-34",
"comment": "Indication"
},
{
"identity": "SNOMED",
"map": "363702006",
"comment": "heeft focus"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemType",
"path": "mz-lm-Procedure.Indication.ProblemType",
"short": "Problem type",
"definition": "The type of problem.",
"alias": [
"ProbleemType"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-35",
"comment": "ProblemType"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemName",
"path": "mz-lm-Procedure.Indication.ProblemName",
"short": "Problem name",
"definition": "The problem name defines the problem. Depending on the setting, different code systems can be used.",
"alias": [
"ProbleemNaam"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-36",
"comment": "ProblemName"
}
]
},
{
"id": "mz-lm-Procedure.Indication.FurtherSpecificationProblemName",
"path": "mz-lm-Procedure.Indication.FurtherSpecificationProblemName",
"short": "Further specification problem name",
"definition": "Further specification of problem name when it is recorded via a thesaurus or code system in which the required level of detail is not (yet) available.",
"alias": [
"NadereSpecificatieProbleemNaam"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-37",
"comment": "FurtherSpecificationProblemName"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemAnatomicalLocation",
"path": "mz-lm-Procedure.Indication.ProblemAnatomicalLocation",
"short": "Problem anatomical location",
"definition": "Anatomical location which is the focus of the problem.",
"alias": [
"ProbleemAnatomischeLocatie"
],
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-38",
"comment": "ProblemAnatomicalLocation"
},
{
"identity": "SNOMED",
"map": "405813007",
"comment": "directe locatie van verrichting"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Location",
"path": "mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Location",
"short": "Location",
"definition": "Localisation on/in the body.",
"alias": [
"Locatie"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-39",
"comment": "Location"
},
{
"identity": "SNOMED",
"map": "363698007",
"comment": "locatie van bevinding"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Laterality",
"path": "mz-lm-Procedure.Indication.ProblemAnatomicalLocation.Laterality",
"short": "Laterality",
"definition": "Laterality adds information about body site to the anatomical location, e.g. left.",
"alias": [
"Lateraliteit"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-40",
"comment": "Laterality"
},
{
"identity": "SNOMED",
"map": "272741003",
"comment": "lateraliteit"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemStartDate",
"path": "mz-lm-Procedure.Indication.ProblemStartDate",
"short": "Problem start date",
"definition": "Onset of the symptom, complaint, functional limitation, complication or date of diagnosis. A 'vague' date, such as only the year or the month and the year, is permitted.",
"alias": [
"ProbleemBeginDatum"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-41",
"comment": "ProblemStartDate"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemEndDate",
"path": "mz-lm-Procedure.Indication.ProblemEndDate",
"short": "Problem end date",
"definition": "Date on which the disorder to which the problem applies, is considered not to be present anymore. This date needs not to be the same as the date of the change in problem status. A 'vague' date, such as only the year or the month and the year, is permitted. ",
"alias": [
"ProbleemEindDatum"
],
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-42",
"comment": "ProblemEndDate"
}
]
},
{
"id": "mz-lm-Procedure.Indication.ProblemStatus",
"path": "mz-lm-Procedure.Indication.ProblemStatus",
"short": "Problem status",
"definition": "The problem status describes the condition of the problem:\n1. Active problems are problems of which the patient experiences symptoms or for which evidence exists.\n2. Problems with the status 'Inactive' refer to problems that don't affect the patient anymore or of which there is no evidence of existence anymore.",
"alias": [
"ProbleemStatus"
],
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-43",
"comment": "ProblemStatus"
}
]
},
{
"id": "mz-lm-Procedure.Indication.VerificationStatus",
"path": "mz-lm-Procedure.Indication.VerificationStatus",
"short": "Verification status",
"definition": "Clinical status of the problem or the diagnosis.",
"alias": [
"VerificatieStatus"
],
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20200901000000"
},
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-44",
"comment": "VerificationStatus"
},
{
"identity": "SNOMED",
"map": "408729009",
"comment": "context van bevinding"
}
]
},
{
"id": "mz-lm-Procedure.Indication.Comment",
"path": "mz-lm-Procedure.Indication.Comment",
"short": "Comment",
"definition": "Comment by the one who determined or updated the problem.",
"alias": [
"Toelichting"
],
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-45",
"comment": "Comment"
}
]
},
{
"id": "mz-lm-Procedure.Location",
"path": "mz-lm-Procedure.Location",
"short": "Location",
"definition": "The healthcare center where the procedure was, is or or will be carried out.",
"alias": [
"Locatie"
],
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthcareProvider"
]
}
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.5",
"comment": "Location"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-46",
"comment": "Location"
}
]
},
{
"id": "mz-lm-Procedure.Performer",
"path": "mz-lm-Procedure.Performer",
"short": "Performer",
"definition": "The health professional who carried out the procedure. In most cases, only the medical specialty is entered, and not the name of the health professional.",
"alias": [
"Uitvoerder"
],
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional"
]
}
],
"mapping": [
{
"identity": "zib-procedure-v5.2-2020EN",
"map": "NL-CM:14.1.6",
"comment": "Performer"
},
{
"identity": "mz-dataset-100-beta3-20260413",
"map": "mz-dataelement-47",
"comment": "Performer"
}
]
}
]
}
}