diff --git a/known-issues.yml b/known-issues.yml index 5a2901a..e00b415 100644 --- a/known-issues.yml +++ b/known-issues.yml @@ -123,6 +123,18 @@ zib-ContactPerson: for: NL-CM:20.5.1 (AddressInformation) reason: An address in FHIR is represented using the Address datatype, not as a separate resource. +zib-Encounter: + zib deviations: + Encounter.class: + - cardinality: 1..1 instead of 0..1 + reason: Encounter.class is mandatory in FHIR. The cardinality matches the cardinality in the zib, however, it does not match with the conceptual cardinality concept. This should not be a major problem. + Encounter.participant:healthProfessional.individual: + - cardinality: 0..1 instead of 0..* + reason: The cardinality mismatch between the zib (0..*) and FHIR (0..1) is explained by the parent participant element that may exist 0..* times, thereby this mapping is still honoring the cardinality requirements of the zib. + Encounter.participant:responsibleHealthProfessional.type: + - cardinality: 1..1 instead of 0..1 + reason: The cardinality matches the cardinality in the zib, however, it does not match with the conceptual cardinality concept. This should not be a major problem. + zib-HeadCircumference: zib deviations: Observation.effective[x]:effectiveDateTime: @@ -399,6 +411,15 @@ nl-core-DevelopmentChild.AgeFirstMenstruation-*: - message: Wrong Display Name 'Leeftijd bij eerste menstruatie' for http://loinc.org#42798-9. There are no valid display names found for language(s) 'en'. Default display is 'Age at menarche' reason: A valid Dutch display value is used instead of an English one. +zib-Encounter: + ignored issues: + Encounter.participant:healthProfessional.individual: + - message: "Constraint failed: sd-zpg-03: 'References to other resource profiles should be added next to the HL7 base references, unless they are added on a slice." + reason: The restriction is set on a slice, but this cannot be automatically checked. + Encounter.participant:responsibleHealthProfessional.individual: + - message: "Constraint failed: sd-zpg-03: 'References to other resource profiles should be added next to the HL7 base references, unless they are added on a slice." + reason: The restriction is set on a slice, but this cannot be automatically checked. + nl-core-HealthcareProvider-Organization-*: ignored issues: Organization.type[*]: @@ -484,4 +505,4 @@ zib-Patient: - message: "Constraint failed: sd-pg-02: 'If mapping.map exists and the mapping is not implicit, short should exist'" reason: The short description is defined on the datatype profile and not repeated in the differential. - message: "Constraint failed: sd-pg-04: 'If mapping.map exists and the mapping is not implicit, alias should exist.'" - reason: The alias is defined on the datatype profile and not repeated in the differential. \ No newline at end of file + reason: The alias is defined on the datatype profile and not repeated in the differential. diff --git a/nl-core/StructureDefinitions/nl-core-Encounter.xml b/nl-core/StructureDefinitions/nl-core-Encounter.xml new file mode 100644 index 0000000..aeceb0c --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-Encounter.xml @@ -0,0 +1,97 @@ + + + + +
No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.
+ + + + <status value="draft" /> + <publisher value="Nictiz" /> + <contact> + <name value="Nictiz" /> + <telecom> + <system value="url" /> + <value value="https://www.nictiz.nl" /> + <use value="work" /> + </telecom> + </contact> + <description value="A contact is any interaction, regardless of the situation, between a patient and the healthcare provider, in which the healthcare provider has primary responsibility for diagnosing, evaluating and treating the patient’s condition and informing the patient. These can be visits, appointments or non face-to-face interactions. Contacts can be visits to the general practitioner or other practices, home visits, admissions (in hospitals, nursing homes or care homes, psychiatric institutions or convalescent homes) or other relevant contacts. This includes past and future contacts." /> + <purpose value="A derived profile from [zib-Encounter](http://nictiz.nl/fhir/StructureDefinition/zib-Encounter) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib." /> + <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" /> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <uri value="https://zibs.nl/wiki/Encounter-v6.0(2024EN)" /> + <name value="zib Encounter-v6.0(2024EN)" /> + </mapping> + <mapping> + <identity value="zib-healthprofessional-v4.0-2024EN" /> + <uri value="https://zibs.nl/wiki/HealthProfessional-v4.0(2024EN)" /> + <name value="zib HealthProfessional-v4.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Encounter" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-Encounter" /> + <derivation value="constraint" /> + <differential> + <element id="Encounter"> + <path value="Encounter" /> + <alias value="nl-core-Encounter" /> + </element> + <element id="Encounter.subject"> + <path value="Encounter.subject" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" /> + </type> + </element> + <element id="Encounter.participant:healthProfessional"> + <path value="Encounter.participant" /> + <sliceName value="healthProfessional" /> + </element> + <element id="Encounter.participant:healthProfessional.individual"> + <path value="Encounter.participant.individual" /> + <comment value="Each occurrence of the zib HealthProfessional is normally represented by _two_ FHIR resources: a PractitionerRole resource (instance of [nl-core-HealthProfessional-PractitionerRole](http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole)) and a Practitioner resource (instance of [nl-core-HealthProfessional-Practitioner](http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner)). The Practitioner resource is referenced from the PractitionerRole instance. For this reason, sending systems should fill the reference to the PractitionerRole instance here, and not the Practitioner resource. Receiving systems can then retrieve the reference to the Practitioner resource from that PractitionerRole instance. In rare circumstances, there is only a Practitioner instance, in which case it is that instance which can be referenced on the `Encounter.participant` element (due to open slicing). Since this should be the exception, the nl-core-HealthProfessional-Practitioner profile is not explicitly mentioned as a target profile." /> + <type> + <code value="Reference" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/pattern-NlCoreHealthProfessionalReference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole" /> + </type> + </element> + <element id="Encounter.participant:responsibleHealthProfessional"> + <path value="Encounter.participant" /> + <sliceName value="responsibleHealthProfessional" /> + </element> + <element id="Encounter.participant:responsibleHealthProfessional.individual"> + <path value="Encounter.participant.individual" /> + <short value="Persons involved in the encounter other than the patient" /> + <definition value="Persons involved in the encounter other than the patient." /> + <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository." /> + <type> + <code value="Reference" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/pattern-NlCoreHealthProfessionalReference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole" /> + </type> + </element> + <element id="Encounter.reasonReference:problem"> + <path value="Encounter.reasonReference" /> + <sliceName value="problem" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem" /> + </type> + </element> + <element id="Encounter.location.location"> + <path value="Encounter.location.location" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/release-notes.md b/release-notes.md index 0e34e65..9a54e12 100644 --- a/release-notes.md +++ b/release-notes.md @@ -106,6 +106,22 @@ ## Education (zib-Education, nl-core-Education) * `.value[x]` ; terminology ; Changed value set from SchooltypeCodelijsten to SchooltypeCBSCodelijst. ; ZIB-1575 +## Encounter (zib-Encounter, nl-core-Encounter) +* Zib Encounter has been refined and several concepts have been moved to the new zib Admission. ; ZIB-1545, ZIB-1104 +* `.status` ; textual ; Refined guidance for DateTime. ; ZIB-1545, ZIB-1104 +* `.class` ; mapping ; Added mapping of EncounterSetting. ; ZIB-1545, ZIB-1104 +* `.type:encounterType` ; slicing ; Added EncounterType to a slice. ; ZIB-1545, ZIB-1104 +* `.type:encounterType` ; terminology ; Changed codes in EncounterTypeCodelist. ; ZIB-1906 +* `.type:reason` ; slicing ; Added mapping of Reason. ; ZIB-1545, ZIB-1104 +* `.type:reason.text` ; mapping ; Moved mapping of CommentEncounterReason from `.reasonCode.extension:commentEncounterReason` and `.reasonReference.extension:commentContactReason`. ; ZIB-1545, ZIB-1104 +* `.participant:responsibleHealthProfessional.individual` ; slicing ; Added ResponsableHealthProfessional to a slice. ; ZIB-1545, ZIB-1104 +* `.period.start` ; textual ; Renamed from StartDateTime to DateTime. ; ZIB-1545, ZIB-1104 +* `.period.end` ; mapping ; Removed mapping of EndDateTime. ; ZIB-1545, ZIB-1104 +* `.reasonCode:deviatingResult` ; mapping ; Removed mapping of DeviatingResult. ; ZIB-1545, ZIB-1104 +* `.reasonReference:procedure` ; mapping ; Removed mapping of Procedure. ; ZIB-1545, ZIB-1104 +* `.hospitalization.admitSource` ; mapping ; Removed mapping of Origin. ; ZIB-1545, ZIB-1104 +* `.hospitalization.dischargeDisposition` ; mapping ; Removed mapping of Destination. ; ZIB-1545, ZIB-1104, ZIB-1824 + ## FluidBalance ### zib-FluidBalance, nl-core-FluidBalance * No significant changes. @@ -199,4 +215,4 @@ * `.code.text` ; mapping ; Moved mapping of FurtherSpecificationProblemName from `.code.extension:furtherSpecificationProblemName.value[x]`. ; ZIBFHIR-145 * `.bodySite` ; cardinality ; Changed max cardinality from 1 to *. ; ZIB-1433 * `.bodySite` ; terminology ; Binding strength changed from required to extensible. ; ZIBFHIR-113 -* `.note.text` ; textual ; Changed definition of Comment. ; ZIB-1610 \ No newline at end of file +* `.note.text` ; textual ; Changed definition of Comment. ; ZIB-1610 diff --git a/zib/StructureDefinitions/ext-Encounter.CommentEncounterReason.xml b/zib/StructureDefinitions/ext-Encounter.CommentEncounterReason.xml new file mode 100644 index 0000000..e636244 --- /dev/null +++ b/zib/StructureDefinitions/ext-Encounter.CommentEncounterReason.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="ext-Encounter.CommentEncounterReason" /> + <text> + <status value="empty" /><div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div></text> + <url value="http://nictiz.nl/fhir/StructureDefinition/ext-Encounter.CommentEncounterReason" /> + <name value="ExtEncounterCommentEncounterReason" /> + <title value="ext Encounter.CommentEncounterReason" /> + <status value="draft" /> + <publisher value="Nictiz" /> + <contact> + <name value="Nictiz" /> + <telecom> + <system value="url" /> + <value value="https://www.nictiz.nl" /> + <use value="work" /> + </telecom> + </contact> + <description value="Comment on the reason for the encounter, insofar as this cannot be sufficiently expressed in the other elements." /> + <purpose value="This extension represents the CommentEncounterReason concept (NL-CM:15.1.17) of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Encounter v6.0 (2024)](https://zibs.nl/wiki/Encounter-v6.0(2024EN))." /> + <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" /> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <uri value="https://zibs.nl/wiki/Encounter-v6.0(2024EN)" /> + <name value="zib Encounter-v6.0(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <context> + <type value="element" /> + <expression value="Encounter" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension"> + <path value="Extension" /> + <max value="1" /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="http://nictiz.nl/fhir/StructureDefinition/ext-Encounter.CommentEncounterReason" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="CommentEncounterReason" /> + <definition value="Comment on the reason for the encounter, insofar as this cannot be sufficiently expressed in the other elements." /> + <alias value="ToelichtingRedenContact" /> + <type> + <code value="string" /> + </type> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.17" /> + <comment value="CommentEncounterReason" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-Encounter.xml b/zib/StructureDefinitions/zib-Encounter.xml new file mode 100644 index 0000000..2113a99 --- /dev/null +++ b/zib/StructureDefinitions/zib-Encounter.xml @@ -0,0 +1,281 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-Encounter" /> + <text> + <status value="empty" /><div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div></text> + <url value="http://nictiz.nl/fhir/StructureDefinition/zib-Encounter" /> + <name value="ZibEncounter" /> + <title value="zib Encounter" /> + <status value="draft" /> + <publisher value="Nictiz" /> + <contact> + <name value="Nictiz" /> + <telecom> + <system value="url" /> + <value value="https://www.nictiz.nl" /> + <use value="work" /> + </telecom> + </contact> + <description value="A contact is any interaction, regardless of the situation, between a patient and the healthcare provider, in which the healthcare provider has primary responsibility for diagnosing, evaluating and treating the patient’s condition and informing the patient. These can be visits, appointments or non face-to-face interactions. Contacts can be visits to the general practitioner or other practices, home visits, admissions (in hospitals, nursing homes or care homes, psychiatric institutions or convalescent homes) or other relevant contacts. This includes past and future contacts." /> + <purpose value="This Encounter resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Encounter v6.0 (2024)](https://zibs.nl/wiki/Encounter-v6.0(2024EN)) and [zib HealthProfessional v4.0 (2024)](https://zibs.nl/wiki/HealthProfessional-v4.0(2024EN))." /> + <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" /> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <uri value="https://zibs.nl/wiki/Encounter-v6.0(2024EN)" /> + <name value="zib Encounter-v6.0(2024EN)" /> + </mapping> + <mapping> + <identity value="zib-healthprofessional-v4.0-2024EN" /> + <uri value="https://zibs.nl/wiki/HealthProfessional-v4.0(2024EN)" /> + <name value="zib HealthProfessional-v4.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="Encounter" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Encounter" /> + <derivation value="constraint" /> + <differential> + <element id="Encounter"> + <path value="Encounter" /> + <short value="Encounter" /> + <alias value="Contact" /> + <constraint> + <key value="zib-Encounter-1" /> + <severity value="error" /> + <human value="Only one CommentEncounterReason extension may be present according to the zib" /> + <expression value="reasonCode.extension('http://nictiz.nl/fhir/StructureDefinition/ext-Encounter.CommentEncounterReason').count() + reasonReference.extension('http://nictiz.nl/fhir/StructureDefinition/ext-Encounter.CommentEncounterReason').count() < 2" /> + </constraint> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.1" /> + <comment value="Encounter" /> + </mapping> + </element> + <element id="Encounter.status"> + <path value="Encounter.status" /> + <comment value="This element is implictly mapped to the zib concept NL-CM:15.1.3 (DateTime). Unless the status is explicitly recorded, the following guidance applies: * When DateTime is in the future, `.status` will usually be set to _planned_. * When DateTime is in the past, `.status` will usually be set to _finished_. * When a system is unable to infer the status from DateTime, `.status` will be set to _unknown_. The _unknown_ code is not to be used to convey other statuses. The _unknown_ code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the procedure. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid." /> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.3" /> + <comment value="DateTime (implicit, main mapping is on Encounter.period.start)" /> + </mapping> + </element> + <element id="Encounter.class"> + <path value="Encounter.class" /> + <short value="EncounterSetting" /> + <definition value="EncounterSetting describes the manner and setting in which the contact takes place." /> + <alias value="ContactVorm" /> + <binding> + <strength value="extensible" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2--20240415000000" /> + </binding> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.19" /> + <comment value="EncounterSetting" /> + </mapping> + </element> + <element id="Encounter.type"> + <path value="Encounter.type" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Encounter.type:encounterType"> + <path value="Encounter.type" /> + <sliceName value="encounterType" /> + <short value="EncounterType" /> + <definition value="The type of encounter is based on the setting of the encounter and the participants present." /> + <alias value="ContactType" /> + <max value="1" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1--20240415000000" /> + </binding> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.2" /> + <comment value="EncounterType" /> + </mapping> + </element> + <element id="Encounter.type:reason"> + <path value="Encounter.type" /> + <sliceName value="reason" /> + <short value="Reason" /> + <definition value="Main reason for the encounter within the context of the health problem." /> + <alias value="AanleidingContact" /> + <max value="1" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3--20240415000000" /> + </binding> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.20" /> + <comment value="Reason" /> + </mapping> + </element> + <element id="Encounter.type:reason.text"> + <path value="Encounter.type.text" /> + <short value="CommentEncounterReason" /> + <definition value="Comment on the reason for the encounter, insofar as this cannot be sufficiently expressed in the other elements." /> + <alias value="ToelichtingRedenContact" /> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.17" /> + <comment value="CommentEncounterReason" /> + </mapping> + </element> + <element id="Encounter.participant"> + <path value="Encounter.participant" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="type" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Encounter.participant:healthProfessional"> + <path value="Encounter.participant" /> + <sliceName value="healthProfessional" /> + </element> + <element id="Encounter.participant:healthProfessional.type"> + <path value="Encounter.participant.type" /> + <short value="HealthProfessionalRole" /> + <definition value="The role the health professional fulfils in the healthcare process. For health professionals, this could be for example attender, referrer or performer." /> + <alias value="ZorgverlenerRol" /> + <max value="1" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20240415000000" /> + </binding> + <mapping> + <identity value="zib-healthprofessional-v4.0-2024EN" /> + <map value="NL-CM:17.1.5" /> + <comment value="HealthProfessionalRole" /> + </mapping> + </element> + <element id="Encounter.participant:healthProfessional.individual"> + <path value="Encounter.participant.individual" /> + <short value="HealthProfessional" /> + <definition value="The health professional with whom the encounter took or will take place. The specialty and role of the health professional can be entered in the HealthProfessional information model." /> + <comment value="Each occurrence of the zib HealthProfessional is normally represented by _two_ FHIR resources: a PractitionerRole resource (instance of [zib-HealthProfessional-PractitionerRole](http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole)) and a Practitioner resource (instance of [zib-HealthProfessional-Practitioner](http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-Practitioner)). The Practitioner resource is referenced from the PractitionerRole instance. For this reason, sending systems should fill the reference to the PractitionerRole instance here, and not the Practitioner resource. Receiving systems can then retrieve the reference to the Practitioner resource from that PractitionerRole instance. In rare circumstances, there is only a Practitioner instance, in which case it is that instance which can be referenced on the `Encounter.participant` element (due to open slicing). Since this should be the exception, the zib-HealthProfessional-Practitioner profile is not explicitly mentioned as a target profile." /> + <alias value="Zorgverlener" /> + <type> + <code value="Reference" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/pattern-ZibHealthProfessionalReference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole" /> + </type> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.7" /> + <comment value="HealthProfessional" /> + </mapping> + </element> + <element id="Encounter.participant:responsibleHealthProfessional"> + <path value="Encounter.participant" /> + <sliceName value="responsibleHealthProfessional" /> + <max value="1" /> + </element> + <element id="Encounter.participant:responsibleHealthProfessional.type"> + <path value="Encounter.participant.type" /> + <short value="HealthProfessionalRole" /> + <definition value="The role the health professional fulfils in the healthcare process. For health professionals, this could be for example attender, referrer or performer." /> + <alias value="ZorgverlenerRol" /> + <min value="1" /> + <max value="1" /> + <patternCodeableConcept> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> + <code value="RESP" /> + </coding> + </patternCodeableConcept> + <mapping> + <identity value="zib-healthprofessional-v4.0-2024EN" /> + <map value="NL-CM:17.1.5" /> + <comment value="HealthProfessionalRole" /> + </mapping> + </element> + <element id="Encounter.participant:responsibleHealthProfessional.individual"> + <path value="Encounter.participant.individual" /> + <short value="ResponsableHealthProfessional" /> + <definition value="The health professional who is responsible at the time of the encounter for the treatment of the patient's stated health problem." /> + <comment value="Each occurrence of the zib HealthProfessional is normally represented by _two_ FHIR resources: a PractitionerRole resource (instance of [zib-HealthProfessional-PractitionerRole](http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole)) and a Practitioner resource (instance of [zib-HealthProfessional-Practitioner](http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-Practitioner)). The Practitioner resource is referenced from the PractitionerRole instance. For this reason, sending systems should fill the reference to the PractitionerRole instance here, and not the Practitioner resource. Receiving systems can then retrieve the reference to the Practitioner resource from that PractitionerRole instance. In rare circumstances, there is only a Practitioner instance, in which case it is that instance which can be referenced on the `Encounter.participant` element (due to open slicing). Since this should be the exception, the zib-HealthProfessional-Practitioner profile is not explicitly mentioned as a target profile." /> + <alias value="VerantwoordelijkBehandelaar" /> + <type> + <code value="Reference" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/pattern-ZibHealthProfessionalReference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole" /> + </type> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.18" /> + <comment value="ResponsableHealthProfessional" /> + </mapping> + </element> + <element id="Encounter.period.start"> + <path value="Encounter.period.start" /> + <short value="DateTime" /> + <definition value="The date and time at which the encounter took or will take place." /> + <alias value="DatumTijd" /> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.3" /> + <comment value="DateTime" /> + </mapping> + </element> + <element id="Encounter.reasonReference"> + <path value="Encounter.reasonReference" /> + <slicing> + <discriminator> + <type value="profile" /> + <path value="resolve()" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Encounter.reasonReference:problem"> + <path value="Encounter.reasonReference" /> + <sliceName value="problem" /> + <short value="Problem" /> + <definition value="The main problem to which the encounter relates." /> + <alias value="Probleem" /> + <max value="1" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-Problem" /> + </type> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.6" /> + <comment value="Problem" /> + </mapping> + </element> + <element id="Encounter.location"> + <path value="Encounter.location" /> + <max value="1" /> + </element> + <element id="Encounter.location.location"> + <path value="Encounter.location.location" /> + <short value="Location" /> + <definition value="The physical location at which the encounter took or will take place." /> + <alias value="Locatie" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider" /> + </type> + <mapping> + <identity value="zib-encounter-v6.0-2024EN" /> + <map value="NL-CM:15.1.8" /> + <comment value="Location" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/vocabulary/generated/ValueSet-AanleidingContactCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3--20240415000000.xml b/zib/vocabulary/generated/ValueSet-AanleidingContactCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3--20240415000000.xml new file mode 100644 index 0000000..04d3aff --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-AanleidingContactCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3--20240415000000.xml @@ -0,0 +1,437 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3--20240415000000"/> + <meta> + <source value="http://acceptance.art-decor.org/fhir/4.0/zib2024bbr-"/> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> + <!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/ValueSet"/>--> + <tag> + <system value="http://hl7.org/fhir/FHIR-version"/> + <code value="4.0.1"/> + </tag> + </meta> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div> + </text> + <extension url="http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod"> + <valuePeriod> + <start value="2024-04-15T00:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3--20240415000000"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2.15.1.3"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="AanleidingContactCodelijst"/> + <title value="AanleidingContactCodelijst"/> + <status value="draft"/> + <experimental value="false"/> + <publisher value="Registratie aan de bron"/> + <contact> + <name value="Registratie aan de bron"/> + <telecom> + <system value="url"/> + <value value="https://www.registratieaandebron.nl"/> + </telecom> + <telecom> + <system value="url"/> + <value value="https://www.zibs.nl"/> + </telecom> + </contact> + <description value="AanleidingContactCodelijst"/> + <immutable value="false"/> + <copyright value="This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or info@snomed.org."/> + <compose> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Anders"/> + </extension> + <code value="OTH"/> + <display value="Other"/> + </concept> + </include> + <include> + <system value="http://snomed.info/sct"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Controle"/> + </extension> + <code value="185349003"/> + <display value="Encounter for check up"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Encounter for check up"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Contactmoment voor controle"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Intake"/> + </extension> + <code value="185387006"/> + <display value="New patient consultation"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="New patient consultation"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Consult met nieuwe patiënt"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Screening"/> + </extension> + <code value="20135006"/> + <display value="Screening procedure"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Screening procedure"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Screening"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Adviesgesprek"/> + </extension> + <code value="409063005"/> + <display value="Counseling"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Counseling"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Counseling"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Second opinion"/> + </extension> + <code value="77406008"/> + <display value="Confirmatory medical consultation"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Confirmatory medical consultation"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Second opinion"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Bespreken beleid"/> + </extension> + <code value="223487003"/> + <display value="Discussion about options"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Discussion about options"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Bespreken van mogelijkheden"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verandering klachten"/> + </extension> + <code value="185346005"/> + <display value="Encounter for sign"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Encounter for sign"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Patiëntcontact vanwege gezondheidsklacht"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Follow-up"/> + </extension> + <code value="281036007"/> + <display value="Follow-up consultation"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Follow-up consultation"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Follow-upconsult"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Voorlichting/Instructie"/> + </extension> + <code value="409073007"/> + <display value="Education"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Education"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Voorlichting"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Wetenschappelijk onderzoek"/> + </extension> + <code value="110465008"/> + <display value="Clinical trial"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Clinical trial"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Klinisch wetenschappelijk onderzoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Nagesprek"/> + </extension> + <code value="410140003"/> + <display value="Physician contact assessment"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Physician contact assessment"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Evaluatie van consult met arts"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Acuut probleem"/> + </extension> + <code value="180201000146103"/> + <display value="Encounter for acute problem"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Encounter for acute problem"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Contact vanwege acuut probleem"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verzorging/verpleging"/> + </extension> + <code value="225351009"/> + <display value="Care provision regime"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Care provision regime"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verlenen van zorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Waken"/> + </extension> + <code value="180311000146105"/> + <display value="Keeping a vigil of dying patient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Keeping vigil of dying patient"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Waken bij sterfbed"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Bespreken uitslagen/metingen"/> + </extension> + <code value="370851004"/> + <display value="Evaluation of diagnostic study results"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Evaluation of diagnostic study results"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Evaluatie van uitslag van diagnostisch onderzoek"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-ContactTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1--20240415000000.xml b/zib/vocabulary/generated/ValueSet-ContactTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1--20240415000000.xml new file mode 100644 index 0000000..b43da00 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-ContactTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1--20240415000000.xml @@ -0,0 +1,568 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1--20240415000000"/> + <meta> + <source value="http://acceptance.art-decor.org/fhir/4.0/zib2024bbr-"/> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> + <!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/ValueSet"/>--> + <tag> + <system value="http://hl7.org/fhir/FHIR-version"/> + <code value="4.0.1"/> + </tag> + </meta> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div> + </text> + <extension url="http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod"> + <valuePeriod> + <start value="2024-04-15T00:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1--20240415000000"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2.15.1.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="ContactTypeCodelijst"/> + <title value="ContactTypeCodelijst"/> + <status value="draft"/> + <experimental value="false"/> + <publisher value="Registratie aan de bron"/> + <contact> + <name value="Registratie aan de bron"/> + <telecom> + <system value="url"/> + <value value="https://www.registratieaandebron.nl"/> + </telecom> + <telecom> + <system value="url"/> + <value value="https://www.zibs.nl"/> + </telecom> + </contact> + <description value="ContactTypeCodelijst"/> + <immutable value="false"/> + <copyright value="This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or info@snomed.org."/> + <compose> + <inactive value="true"/> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Poliklinisch, Ambulant [DEPRECATED]"/> + </extension> + <code value="AMB"/> + <display value="Ambulatory"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Ambulatory"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="SEH [DEPRECATED]"/> + </extension> + <code value="EMER"/> + <display value="Emergency"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Emergency"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Op lokatie [DEPRECATED]"/> + </extension> + <code value="FLD"/> + <display value="Field"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Field"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Thuis [DEPRECATED]"/> + </extension> + <code value="HH"/> + <display value="Home"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Home"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Klinisch [DEPRECATED]"/> + </extension> + <code value="IMP"/> + <display value="Inpatient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Inpatient"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Dagopname [DEPRECATED]"/> + </extension> + <code value="SS"/> + <display value="Short Stay"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Short Stay"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Virtueel [DEPRECATED]"/> + </extension> + <code value="VR"/> + <display value="Virtual"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Virtual"/> + </designation> + </concept> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Anders"/> + </extension> + <code value="OTH"/> + <display value="Other"/> + </concept> + </include> + <include> + <system value="http://snomed.info/sct"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Triage"/> + </extension> + <code value="225390008"/> + <display value="Triage"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Triage"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Triage"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="1e poliklinisch consult"/> + </extension> + <code value="105251000146109"/> + <display value="First consultation with outpatient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="First consultation with outpatient"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Eerste polikliniekbezoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Poliklinisch vervolgconsult"/> + </extension> + <code value="93881000146109"/> + <display value="Follow-up consultation with outpatient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Follow-up consultation with outpatient"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Follow-upconsult op polikliniek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Poliklinisch intercollegiaal consult"/> + </extension> + <code value="180191000146100"/> + <display value="Outpatient inter-collegial consultation"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Outpatient inter-collegial consultation"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Poliklinisch intercollegiaal consult"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Poliklinisch multidisciplinair consult"/> + </extension> + <code value="155161000146105"/> + <display value="Multidisciplinary consultation"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Multidisciplinary consultation"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Multidisciplinair consult"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Klinische contact"/> + </extension> + <code value="86181006"/> + <display value="Evaluation and management of inpatient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Evaluation and management of inpatient"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Evaluatie en behandeling van opgenomen patiënt"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Klinisch intercollegiaal consult"/> + </extension> + <code value="24882007"/> + <display value="Medical consultation on hospital inpatient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Medical consultation on hospital inpatient"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Klinisch intercollegiaal consult"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Meekijkconsult"/> + </extension> + <code value="180211000146101"/> + <display value="Primary care encounter with consulted physician"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Primary care encounter with consulted physician"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Meekijkconsult"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Preoperatieve screening"/> + </extension> + <code value="182770003"/> + <display value="Pre-anesthetic assessment"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Pre-anesthetic assessment"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Preoperatieve screening"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Huisbezoek"/> + </extension> + <code value="439708006"/> + <display value="Home visit"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Home visit"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Huisbezoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="SEH bezoek"/> + </extension> + <code value="4525004"/> + <display value="Emergency department patient visit"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Emergency department patient visit"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Evaluatie van patiënt op afdeling spoedeisende hulp"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-deprecated"> + <valueBoolean value="true"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Ambulance contact [DEPRECATED]"/> + </extension> + <code value="715542009"/> + <display value="Transportation by emergency ambulance"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Transportation by emergency ambulance"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Ambulance contact"/> + </extension> + <code value="715537001"/> + <display value="Transport door ambulance"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Transportation by ambulance"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Transport door ambulance"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Traumaheli contact"/> + </extension> + <code value="715540001"/> + <display value="Transportation by helicopter air ambulance"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Transportation by helicopter air ambulance"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Transport door ambulancehelikopter"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Praktijkbezoek"/> + </extension> + <code value="180221000146106"/> + <display value="Office visit"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Office visit"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Bezoek aan praktijk"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-ContactVormCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2--20240415000000.xml b/zib/vocabulary/generated/ValueSet-ContactVormCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2--20240415000000.xml new file mode 100644 index 0000000..542290a --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-ContactVormCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2--20240415000000.xml @@ -0,0 +1,187 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2--20240415000000"/> + <meta> + <source value="http://acceptance.art-decor.org/fhir/4.0/zib2024bbr-"/> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> + <!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/ValueSet"/>--> + <tag> + <system value="http://hl7.org/fhir/FHIR-version"/> + <code value="4.0.1"/> + </tag> + </meta> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div> + </text> + <extension url="http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod"> + <valuePeriod> + <start value="2024-04-15T00:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2--20240415000000"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2.15.1.2"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="ContactVormCodelijst"/> + <title value="ContactVormCodelijst"/> + <status value="draft"/> + <experimental value="false"/> + <publisher value="Registratie aan de bron"/> + <contact> + <name value="Registratie aan de bron"/> + <telecom> + <system value="url"/> + <value value="https://www.registratieaandebron.nl"/> + </telecom> + <telecom> + <system value="url"/> + <value value="https://www.zibs.nl"/> + </telecom> + </contact> + <description value="ContactVormCodelijst"/> + <immutable value="false"/> + <copyright value="This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or info@snomed.org."/> + <compose> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Anders"/> + </extension> + <code value="OTH"/> + <display value="Other"/> + </concept> + </include> + <include> + <system value="http://snomed.info/sct"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Fysiek"/> + </extension> + <code value="180231000146108"/> + <display value="Physical face-to-face encounter"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Physical face-to-face encounter"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Fysiek face-to-face patiëntcontact"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Op afstand"/> + </extension> + <code value="185316007"/> + <display value="Indirect encounter"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Indirect encounter"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Indirect contactmoment"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Telefonisch"/> + </extension> + <code value="185317003"/> + <display value="Telephone encounter"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Telephone encounter"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Telefonisch contact"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Video"/> + </extension> + <code value="719410009"/> + <display value="Consultation via video conference"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Consultation via video conference"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Screen-to-screen consult"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Digitaal tekstueel"/> + </extension> + <code value="448337001"/> + <display value="Telemedicine consultation with patient"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Telemedicine consultation with patient"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Consult voor telegeneeskunde"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-ZorgverlenerRolCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20240415000000.xml b/zib/vocabulary/generated/ValueSet-ZorgverlenerRolCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20240415000000.xml new file mode 100644 index 0000000..5638faa --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-ZorgverlenerRolCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20240415000000.xml @@ -0,0 +1,195 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20240415000000"/> + <meta> + <source value="http://acceptance.art-decor.org/fhir/4.0/zib2024bbr-"/> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> + <!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/ValueSet"/>--> + <tag> + <system value="http://hl7.org/fhir/FHIR-version"/> + <code value="4.0.1"/> + </tag> + </meta> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div> + </text> + <extension url="http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod"> + <valuePeriod> + <start value="2024-04-15T00:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20240415000000"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="ZorgverlenerRolCodelijst"/> + <title value="ZorgverlenerRolCodelijst"/> + <status value="draft"/> + <experimental value="false"/> + <publisher value="Registratie aan de bron"/> + <contact> + <name value="Registratie aan de bron"/> + <telecom> + <system value="url"/> + <value value="https://www.registratieaandebron.nl"/> + </telecom> + <telecom> + <system value="url"/> + <value value="https://www.zibs.nl"/> + </telecom> + </contact> + <description value="ZorgverlenerRolCodelijst"/> + <immutable value="false"/> + <copyright value="This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or info@snomed.org."/> + <compose> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Anders"/> + </extension> + <code value="OTH"/> + <display value="Other"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Other"/> + </designation> + </concept> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Hoofdbehandelaar"/> + </extension> + <code value="RESP"/> + <display value="Responsible Party"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Responsible Party"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verwijzer"/> + </extension> + <code value="REF"/> + <display value="Referrer"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Referrer"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Uitvoerder"/> + </extension> + <code value="PRF"/> + <display value="Performer"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Performer"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Tweede uitvoerder"/> + </extension> + <code value="SPRF"/> + <display value="Secondary Performer"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Secondary Performer"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Consulent"/> + </extension> + <code value="CON"/> + <display value="Consultant"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Consultant"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Behandelaar"/> + </extension> + <code value="ATND"/> + <display value="Attender"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Attender"/> + </designation> + </concept> + </include> + <include> + <system value="http://snomed.info/sct"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Case manager"/> + </extension> + <code value="768832004"/> + <display value="Case manager"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Case manager"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Casemanager"/> + </designation> + </concept> + </include> + </compose> +</ValueSet>