diff --git a/known-issues.yml b/known-issues.yml index ee59d925..937da0c1 100644 --- a/known-issues.yml +++ b/known-issues.yml @@ -188,6 +188,33 @@ zib-HealthProfessional-PractitionerRole: - datatype: ContactPoint instead of container reason: Contact information in FHIR is represented using the ContactPoint datatype, not as a BackboneElement. +zib-LaboratoryTestResult: + zib deviations: + Observation.status: + - cardinality: 1..1 instead of 0..1 + reason: Although the equivalent concept is optional in the zib, this element is required in FHIR. + Observation.code: + - cardinality: 1..1 instead of 0..1 + reason: This element is mapped to the concepts PanelOrBattery and TestCode at the same time. PanelOrBattery is marked as optional in the zib, but this is strictly not true; it must be absent if the zib instantiates a singular laboratory test, but is required if the zib instantiates a panel. Therefore, both mappings to this element are in fact required. + Observation.value[x]: + - datatype: Quantity instead of ANY + reason: In FHIR there's no datatype ANY. All stated datatypes in the description can be accommodated using this element (Quantity and CodeableConcept are in fact both supported). + Observation.referenceRange.*: + - datatype: Quantity instead of ANY + reason: The zib concepts ReferenceRangeUpperLimit and ReferenceRangeLowerLimit are defined as datatype ANY, but these concepts only have meaning when they apply to a Quantity. See https://bits.nictiz.nl/browse/ZIB-1703. + +zib-LaboratoryTestResult.Specimen: + zib deviations: + Specimen.identifier: + - cardinality: 0..* instead of 0..1 + reason: Although a single SpecimenId is allowed according to the zib, .identifier is often used for additional identifiers outside the scope of the zib. It's not possible to create a slice or pattern specifically for SpecimenId without further formal requirements by the zib. + Specimen.collection.bodySite: + - datatype: CodeableConcept instead of a reference + reason: Zib AnatomicalLocation is implemented as a datatype profile on CodeableConcept, so the datatype is not a Reference. + Specimen.container.extension:specimenNumberExtension.value[x]: + - cardinality: 1..1 instead of 0..1 + reason: The value in the extension is 1..1, but the extension itself is 0..1, effectively matching the zib cardinality. + zib-NameInformation: zib deviations: HumanName.family.extension:*.value[x]: diff --git a/nl-core/StructureDefinitions/ext-CopyIndicator.xml b/nl-core/StructureDefinitions/ext-CopyIndicator.xml new file mode 100644 index 00000000..65ca7484 --- /dev/null +++ b/nl-core/StructureDefinitions/ext-CopyIndicator.xml @@ -0,0 +1,82 @@ + + + + + +
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="This extension provides an indication whether the resource is original (false) or a copy from a different source (true)." /> + <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="lu-dataset-laboratory-exchange-20210222" /> + <uri value="https://decor.nictiz.nl/ad/#/lu-/datasets/dataset/2.16.840.1.113883.2.4.3.11.60.25.1.2/2021-02-22T00:00:00" /> + <name value="ART-DECOR Dataset Lab Exchange 20210222T00:00:00" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <context> + <type value="element" /> + <expression value="MedicationStatement" /> + </context> + <context> + <type value="element" /> + <expression value="MedicationDispense" /> + </context> + <context> + <type value="element" /> + <expression value="Observation" /> + </context> + <context> + <type value="element" /> + <expression value="Specimen" /> + </context> + <context> + <type value="element" /> + <expression value="Device" /> + </context> + <context> + <type value="element" /> + <expression value="AllergyIntolerance.reaction" /> + </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-CopyIndicator" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="CopyIndicator" /> + <definition value="An indication whether the resource is original (false) or a copy from a different source (true)." /> + <alias value="KopieIndicator" /> + <type> + <code value="boolean" /> + </type> + <mapping> + <identity value="lu-dataset-laboratory-exchange-20210222" /> + <map value="lu-concept-v2-4297" /> + <comment value="CopyIndicator" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/ext-EdifactReferenceNumber.xml b/nl-core/StructureDefinitions/ext-EdifactReferenceNumber.xml new file mode 100644 index 00000000..b9dc6277 --- /dev/null +++ b/nl-core/StructureDefinitions/ext-EdifactReferenceNumber.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="ext-EdifactReferenceNumber" /> + <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-EdifactReferenceNumber" /> + <name value="ExtEdifactReferenceNumber" /> + <title value="ext EdifactReferenceNumber" /> + <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="This extension can be used to register the reference number of the Edifact message from which (a part of) this healthcare information originates." /> + <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="lu-dataset-laboratory-exchange-20210222" /> + <uri value="https://decor.nictiz.nl/ad/#/lu-/datasets/dataset/2.16.840.1.113883.2.4.3.11.60.25.1.2/2021-02-22T00:00:00" /> + <name value="ART-DECOR Dataset Lab Exchange 20210222T00:00:00" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <context> + <type value="element" /> + <expression value="Observation" /> + </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-EdifactReferenceNumber" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="EdifactReferenceNumber" /> + <definition value="A reference number of the Edifact message from which (a part of) this healthcare information originates." /> + <comment value="Edifact MEDLAB 1.0 has the intended reference number in segment IDE 'Identificatie materiaal/aanvraag' field 2 Identificatienummer" /> + <alias value="EdifactReferentienummer" /> + <type> + <code value="string" /> + </type> + <mapping> + <identity value="lu-dataset-laboratory-exchange-20210222" /> + <map value="lu-concept-v2-4409" /> + <comment value="EdifactReferenceNumber" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-AnatomicalLocation-BodyStructure.xml b/nl-core/StructureDefinitions/nl-core-AnatomicalLocation-BodyStructure.xml new file mode 100644 index 00000000..ec63f1f0 --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-AnatomicalLocation-BodyStructure.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-AnatomicalLocation-BodyStructure" /> + <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/nl-core-AnatomicalLocation-BodyStructure" /> + <name value="NlcoreAnatomicalLocationBodyStructure" /> + <title value="nl core AnatomicalLocation BodyStructure" /> + <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="An anatomical location specifies the location (e.g. foot) and laterality (e.g. left) of a body part." /> + <purpose value="A derived profile from [zib-AnatomicalLocation-BodyStructure](http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation-BodyStructure) 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-anatomicallocation-v1.0.3-2024EN" /> + <uri value="https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)" /> + <name value="zib AnatomicalLocation-v1.0.3(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="BodyStructure" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation-BodyStructure" /> + <derivation value="constraint" /> + <differential> + <element id="BodyStructure"> + <path value="BodyStructure" /> + <definition value="AnatomicalLocation is mapped to both a profile on CodeableConcept (<http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation>) and this BodyStructure profile. When it is required to convey a discrete Laterality (NL-CM:20.7.3) next to (or in absence of) the Location (NL-CM:20.7.4), this BodyStructure profile should be used and referenced from the relevant resource. In cases where Laterality is either unnecessary or embedded within the location code itself, it can be conveyed directly in the relevant resource. **Note:** Receiving systems must support both the BodyStructure resource and the CodeableConcept in host resources, as either mechanism may be employed. Providing systems can select the appropriate mechanism based on their data requirements." /> + <alias value="nl-core-AnatomicalLocation-BodyStructure" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-AnatomicalLocation.xml b/nl-core/StructureDefinitions/nl-core-AnatomicalLocation.xml new file mode 100644 index 00000000..a412029c --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-AnatomicalLocation.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-AnatomicalLocation" /> + <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/nl-core-AnatomicalLocation" /> + <name value="NlcoreAnatomicalLocation" /> + <title value="nl core AnatomicalLocation" /> + <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="An anatomical location specifies the location (e.g. foot) and laterality (e.g. left) of a body part." /> + <purpose value="A derived profile from [zib-AnatomicalLocation](http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation) 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. Profilers can use this profile in places where AnatomicalLocation is instantiated. In addition to using this profile, the binding should be set to ValueSet "LocatieCodelijsten" (<http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000>) with a binding strength of _extensible_. The binding strength differs from the zib's original binding strength of _required_ to support the use of the BodyStructure reference extension as an alternative to a coded value." /> + <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-anatomicallocation-v1.0.3-2024EN" /> + <uri value="https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)" /> + <name value="zib AnatomicalLocation-v1.0.3(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <type value="CodeableConcept" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation" /> + <derivation value="constraint" /> + <differential> + <element id="CodeableConcept"> + <path value="CodeableConcept" /> + <alias value="nl-core-AnatomicalLocation" /> + </element> + <element id="CodeableConcept.extension:bodyStructureReference"> + <path value="CodeableConcept.extension" /> + <sliceName value="bodyStructureReference" /> + </element> + <element id="CodeableConcept.extension:bodyStructureReference.value[x]"> + <path value="CodeableConcept.extension.value[x]" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation-BodyStructure" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.Specimen-BodyStructure.xml b/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.Specimen-BodyStructure.xml new file mode 100644 index 00000000..cbf26af8 --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.Specimen-BodyStructure.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-LaboratoryTestResult.Specimen-BodyStructure" /> + <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/nl-core-LaboratoryTestResult.Specimen-BodyStructure" /> + <name value="NlcoreLaboratoryTestResultSpecimenBodyStructure" /> + <title value="nl core LaboratoryTestResult.Specimen BodyStructure" /> + <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="Obtained specimen material or a microbial isolate that is used in a laboratory analysis." /> + <purpose value="A derived profile from [zib-LaboratoryTestResult.Specimen-BodyStructure](http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen-BodyStructure) 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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="BodyStructure" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen-BodyStructure" /> + <derivation value="constraint" /> + <differential> + <element id="BodyStructure"> + <path value="BodyStructure" /> + <definition value="The nl-core AnatomicalLocation is mapped to both a profile on CodeableConcept (<http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation>) and this BodyStructure profile. While the CodeableConcept profile covers anatomical location, the BodyStructure resource is used to capture both the location and its laterality. When laterality and/or morphology are required, this BodyStructure profile should be used. In cases where laterality and morphology are not needed, the CodeableConcept `Specimen.collection.bodySite` can be used within the resource `nl-core-LaboratoryTestResult.Specimen`. **Note:** Receiving systems must support both the BodyStructure resource and the CodeableConcept in host resources, as either mechanism may be employed. Providing systems can select the appropriate mechanism based on their data requirements." /> + <alias value="nl-core-LaboratoryTestResult.Specimen-BodyStructure" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.Specimen.xml b/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.Specimen.xml new file mode 100644 index 00000000..e28bcd7e --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.Specimen.xml @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-LaboratoryTestResult.Specimen" /> + <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/nl-core-LaboratoryTestResult.Specimen" /> + <name value="NlcoreLaboratoryTestResultSpecimen" /> + <title value="nl core LaboratoryTestResult.Specimen" /> + <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="Obtained specimen material or a microbial isolate that is used in a laboratory analysis." /> + <purpose value="A derived profile from [zib-LaboratoryTestResult.Specimen](http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen) 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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Specimen" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen" /> + <derivation value="constraint" /> + <differential> + <element id="Specimen"> + <path value="Specimen" /> + <comment value="The Specimen concept from Dutch nl-core LaboratoryTestResult contains a concept for SpecimenMaterial and for Microorganism (isolated from the specimen material). These two concepts cannot be represented in the same Specimen resources; if there's a need to communicate both the microorganism and the sample material from which it was isolated, two instances need to be used. The instance representing the microorganism should refer in this case to the instance representing the sample material using `Specimen.parent`. All other nl-core concepts should be repeated in both resources. If the TestCode implicitly also describes a specimen (often the case if coded in LOINC), elements within the concept specimen may not conflict with it. However, if desired, these data can provide a more detailed description.This is in line with the agreements made in the IHE/Nictiz e-Lab programme. The following concepts have been moved to nl-core CollectionData (http://nictiz.nl/fhir/StructureDefinition/nl-core-CollectionData): * CollectedVolume (NL-CM:13.1.23) * CollectionPeriod (NL-CM:13.1.24) * CollectionDateTime NL-CM:13.1.17) * ReceivedDateTime (NL-CM:13.1.25) * CollectionMethod (NL-CM:13.1.18)" /> + <alias value="nl-core-LaboratoryTestResult.Specimen" /> + </element> + <element id="Specimen.subject"> + <path value="Specimen.subject" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" /> + </type> + </element> + <element id="Specimen.parent"> + <path value="Specimen.parent" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Specimen" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.Specimen" /> + </type> + </element> + <element id="Specimen.collection.bodySite"> + <path value="Specimen.collection.bodySite" /> + <type> + <code value="CodeableConcept" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation" /> + </type> + </element> + <element id="Specimen.collection.bodySite.extension:bodyStructureReference"> + <path value="Specimen.collection.bodySite.extension" /> + <sliceName value="bodyStructureReference" /> + </element> + <element id="Specimen.collection.bodySite.extension:bodyStructureReference.value[x]"> + <path value="Specimen.collection.bodySite.extension.value[x]" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.Specimen-BodyStructure" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.xml b/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.xml new file mode 100644 index 00000000..c43a827c --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-LaboratoryTestResult.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-LaboratoryTestResult" /> + <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/nl-core-LaboratoryTestResult" /> + <name value="NlcoreLaboratoryTestResult" /> + <title value="nl core LaboratoryTestResult" /> + <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 laboratory result describes the result of a laboratory analysis. These are specimen-oriented tests as performed in laboratories such as Clinical Chemistry, Serology, Microbiology, etc. In addition to the results of tests with a singular result, this concept can also contain the results of more complex tests with multiple results or a ‘panel’." /> + <purpose value="A derived profile from [zib-LaboratoryTestResult](http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult) 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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Observation" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult" /> + <derivation value="constraint" /> + <differential> + <element id="Observation"> + <path value="Observation" /> + <alias value="nl-core-LaboratoryTestResult" /> + </element> + <element id="Observation.extension:sequelTo"> + <path value="Observation.extension" /> + <sliceName value="sequelTo" /> + </element> + <element id="Observation.extension:sequelTo.value[x]"> + <path value="Observation.extension.value[x]" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult" /> + </type> + </element> + <element id="Observation.subject"> + <path value="Observation.subject" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" /> + </type> + </element> + <element id="Observation.performer:performer"> + <path value="Observation.performer" /> + <sliceName value="performer" /> + <definition value="The organization where or by whom the LaboratoryTestResult was performed. Note: the zib formally defines this relation as a reference to zib HealthcareProvider, which is primarily defined as the location at which the service was performed, and only secondarily as the organization associated with this location. According to this logic, the expected reference would be to the zib HealthcareProvider Location profile (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider>) rather than the Organization profile (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization>). However, on a functional level this concept is usually understood to be about the organization rather than the location, which is in line with the way FHIR models the current element. For this reason, the Organization rather than the Location resource is referenced here. See https://bits.nictiz.nl/browse/MM-4747 for more information." /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization" /> + </type> + </element> + <element id="Observation.specimen"> + <path value="Observation.specimen" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Specimen" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.Specimen" /> + </type> + </element> + <element id="Observation.hasMember:laboratoryTest"> + <path value="Observation.hasMember" /> + <sliceName value="laboratoryTest" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/vocabulary/generated/ValueSet-ContainerTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20220610000000.xml b/nl-core/vocabulary/generated/ValueSet-ContainerTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20220610000000.xml new file mode 100644 index 00000000..b57da8f2 --- /dev/null +++ b/nl-core/vocabulary/generated/ValueSet-ContainerTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20220610000000.xml @@ -0,0 +1,65 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20220610000000"/> + <meta> + <source value="http://acceptance.art-decor.org/fhir/4.0/zib2020bbr-"/> + <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="2022-06-10T00: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.13.1.9--20220610000000"/> + <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.13.1.9"/> + </identifier> + <version value="2022-06-10T00:00:00"/> + <name value="ContainerTypeCodelijst"/> + <title value="ContainerTypeCodelijst"/> + <status value="active"/> + <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="Voegt toe: is-a 706046003 | Specimen receptacle (physical object) |. Zie [ZIB-1552](https://bits.nictiz.nl/browse/ZIB-1552) voor details"/> + <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://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="434711009"/> + </filter> + </include> + <include> + <system value="http://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="706046003"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/qa.yaml b/qa.yaml index 29c1f88c..e2c024c5 100644 --- a/qa.yaml +++ b/qa.yaml @@ -3,6 +3,7 @@ ignored issues: known-issues.yml igs: - zib - nl-core + - util/qa script dir: util/qa patterns: @@ -70,6 +71,11 @@ steps: validate examples: description: Validate examples using the generic FHIR validation rules patterns: examples + additional package checks: + description: Additional profile checks specifically for this package + patterns: + - zib profiles + profile: "http://nictiz.nl/fhir/StructureDefinition/zib2024-PackageChecks" check zib compliance: patterns: - zib profiles diff --git a/release-notes.md b/release-notes.md index ac68cac5..8a0ac8ec 100644 --- a/release-notes.md +++ b/release-notes.md @@ -37,6 +37,15 @@ * `.line.extension:houseNumberIndication.value[x]` ; constraint ; Removed houseNumberIndication for HouseNumberIndication. ; ZIB-2218 * `.country.extension:countryCode.value[x]` ; terminology ; Changed codes in LandCodelijsten (LandGBACodelijst and LandISOCodelijst). ; ZIB-2218 +## AnatomicalLocation +### zib-AnatomicalLocation, nl-core-AnatomicalLocation +* `CodeableConcept` ; textual ; Refined guidance for Location and Laterality ; ZIBFHIR-113 +* `.extension:bodyStructureReference` ; extension ; Replaced ExtAnatomicalLocationLaterality with BodyStructureReference for Laterality ; ZIBFHIR-113 +* `.extension:bodyStructureReference` ; mapping ; Moved mapping of Laterality to `BodyStructure.locationQualifier` ; ZIBFHIR-113 + +### zib-AnatomicalLocation-BodyStructure, nl-core-AnatomicalLocation-BodyStructure +* New profile that maps Laterality to a native FHIR element inside the BodyStructure resource instead of a custom extension. ; ZIBFHIR-113 + ## BodyHeight (zib-BodyHeight, nl-core-BodyHeight) * `.value[x]` ; textual ; Changed definition of HeightValue. ; ZIB-1887 * `.value[x]` ; textual ; Added guidance for HeightValue. ; ZIB-1887 @@ -109,6 +118,37 @@ ### zib-IllnessPerception.PatientIllnessInsight, nl-core-IllnessPerception.PatientIllnessInsight * No significant changes. +## LaboratoryTestResult +### zib-LaboratoryTestResult +* `Observation` ; textual ; Removed guidance for InterpretationMethod. ; ZIB-1292 +* `Observation` ; textual ; Removed guidance for Requester. ; ZIB-1269 +* `.method` ; terminology ; Binding strength changed from Required to Extensible and changed codes in TestMethodCodelist. ; ZIB-1958 +* `.value[x]` ; terminology ; Removed TestResultCodelist. ; ZIB-2568 +* `.value[x]:valueString` ; slicing ; Added Testresult to a slice. ; ZIB-2568 +* `.value[x]:valueQuantity` ; slicing ; Added Testresult to a slice. ; ZIB-2568 +* `.value[x]:valueCodeableConcept` ; slicing ; Added Testresult to a slice. ; ZIB-2568 +* `.value[x]:valueCodeableConcept` ; terminology ; Added TestResultCodelist with Extensible binding. ; ZIB-2568 +* `.interpretation:resultFlags` ; cardinality ; Changed max cardinality from * to 1. ; ZIB-1072 + +### nl-core-LaboratoryTestResult +* `.identfier` ; mapping ; Removed mapping of LaboratoriumUitslagIdentificatie and TestIdentificatie. ; ZIBFHIR-152 +* `.extension:edifactReferenceNumber` ; extension ; Removed ext-EdifactReferenceNumber. ; ZIBFHIR-152 +* `.extension:copyIndicator` ; extension ; Removed ext-copyIndicator. ; ZIBFHIR-152 + +### zib-LaboratoryTestResult.Specimen, nl-core-LaboratoryTestResult.Specimen +* `.collection.collected[x]:collectedDateTime` ; mapping ; Removed mapping of CollectionDateTime. ; ZIB-2239 +* `.collection.collected[x]:collectedPeriod` ; mapping ; Removed mapping of CollectionPeriod. ; ZIB-2239 +* `.collection.duration` ; mapping ; Removed mapping of CollectionPeriod. ; ZIB-2239 +* `.collection.quantity` ; mapping ; Removed mapping of CollectedVolume. ; ZIB-2239 +* `.collection.method` ; mapping ; Removed mapping of CollectionMethod. ; ZIB-2239 +* `.collection.bodySite.extension:laterality` ; extension ; Removed ExtAnatomicalLocationLaterality. ; ZIBFHIR-113 +* `.collection.bodySite.extension:morphology` ; extension ; Replaced ExtLaboratoryTestResultSpecimenMorphology with BodyStructureReference for Morphology. ; ZIBFHIR-113 +* `.collection.bodySite.extension:morphology` ; mapping ; Moved mapping of Morphology to `BodyStructure.morphology`. ; ZIBFHIR-113 +* `.receivedTime` ; mapping ; Removed mapping of ReceivedDateTime. ; ZIB-2239 + +### zib-LaboratoryTestResult.Specimen-BodyStructure, nl-core-LaboratoryTestResult.Specimen-BodyStructure +* New profile that maps morphology to a native FHIR element inside the BodyStructure resource instead of a custom extension. ; ZIBFHIR-113 + ## LanguageProficiency (zib-Patient, nl-core-Patient) * `.communication.extension:languageControl.extension:level.value[x]` ; terminology ; Changed codes in TaalvaardigheidBegrijpenCodelijst, TaalvaardigheidLezenCodelijst and TaalvaardigheidSprekenCodelijst, changed value set from v3.LanguageAbilityProficiency to TaalvaardigheidCodelijsten. ; ZIB-1877 * `.communication.extension:comment` ; extension ; Replaced extension ExtComment with ExtLanguageProficiencyComment. ; ZIBFHIR-97 @@ -148,4 +188,4 @@ ## Patient (zib-Patient, nl-core-Patient) * `.extension:genderIdentity.value[x]` ; extension ; Added extension genderIdentity for GenderIdentity. ; ZIB-1693 * `.gender` ; terminology ; Changed code description in GeslachtCodelijst. ; ZIB-1239 -* `.multipleBirth[x]:multipleBirthInteger` ; mapping ; Added mapping of MultipleBirthSequence. ; ZIB-1670 \ No newline at end of file +* `.multipleBirth[x]:multipleBirthInteger` ; mapping ; Added mapping of MultipleBirthSequence. ; ZIB-1670 diff --git a/util/qa/zib2024-PacakgeChecks.xml b/util/qa/zib2024-PacakgeChecks.xml new file mode 100644 index 00000000..64b53da7 --- /dev/null +++ b/util/qa/zib2024-PacakgeChecks.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib2024-PackageChecks" /> + <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/zib2024-PackageChecks" /> + <name value="Zib2024PackageChecks" /> + <status value="draft" /> + <publisher value="Nictiz" /> + <contact> + <name value="Nictiz" /> + <telecom> + <system value="url" /> + <value value="http://www.nictiz.nl" /> + <use value="work" /> + </telecom> + </contact> + <description value="Profile to perform checks specific to the zib2024 package" /> + <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" /> + <kind value="resource" /> + <abstract value="false" /> + <type value="StructureDefinition" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/StructureDefinition" /> + <derivation value="constraint" /> + <differential> + <element id="StructureDefinition.differential.element"> + <path value="StructureDefinition.differential.element" /> + <constraint> + <key value="Zib2024PackageChecks-01" /> + <severity value="error" /> + <human value="When applying data type profile zib-AnatomicalLocation, the associated ValueSet should be bound" /> + <expression value="'http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation' in type.profile implies binding.valueSet = 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000'" /> + </constraint> + <constraint> + <key value="Zib2024PackageChecks-02" /> + <severity value="error" /> + <human value="When applying data type profile zib-AnatomicalLocation, the associated ValueSet should have binding strength extensible" /> + <expression value="'http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation' in type.profile implies binding.strength = 'extensible'" /> + </constraint> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/ext-LaboratoryTestResult.SpecimenSource.xml b/zib/StructureDefinitions/ext-LaboratoryTestResult.SpecimenSource.xml new file mode 100644 index 00000000..47770c9e --- /dev/null +++ b/zib/StructureDefinitions/ext-LaboratoryTestResult.SpecimenSource.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="ext-LaboratoryTestResult.SpecimenSource" /> + <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-LaboratoryTestResult.SpecimenSource" /> + <name value="ExtLaboratoryTestResultSpecimenSource" /> + <title value="ext LaboratoryTestResult.SpecimenSource" /> + <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="An extension to provide the source of the collected material." /> + <purpose value="This extension represents the SpecimenSource concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) LaboratoryTestResult v7.0 (2024)](https://zibs.nl/wiki/LaboratoryTestResult-v7.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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <context> + <type value="element" /> + <expression value="Specimen.collection" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="http://nictiz.nl/fhir/StructureDefinition/ext-LaboratoryTestResult.SpecimenSource" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="SpecimenSource" /> + <definition value="If the material is not collected directly from the patient but comes from a patient-related object, e.g. a cathetertip, this source of material can be recorded here." /> + <alias value="BronMonster" /> + <type> + <code value="CodeableConcept" /> + </type> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.18--20240415000000" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.29" /> + <comment value="SpecimenSource" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-AnatomicalLocation-BodyStructure.xml b/zib/StructureDefinitions/zib-AnatomicalLocation-BodyStructure.xml new file mode 100644 index 00000000..287ed49d --- /dev/null +++ b/zib/StructureDefinitions/zib-AnatomicalLocation-BodyStructure.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-AnatomicalLocation-BodyStructure" /> + <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-AnatomicalLocation-BodyStructure" /> + <name value="ZibAnatomicalLocationBodyStructure" /> + <title value="zib AnatomicalLocation BodyStructure" /> + <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="An anatomical location specifies the location (e.g. foot) and laterality (e.g. left) of a body part." /> + <purpose value="This BodyStructure resource represents the complete Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) AnatomicalLocation v1.0.3 (2024)](https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(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-anatomicallocation-v1.0.3-2024EN" /> + <uri value="https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)" /> + <name value="zib AnatomicalLocation-v1.0.3(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="BodyStructure" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> + <derivation value="constraint" /> + <differential> + <element id="BodyStructure"> + <path value="BodyStructure" /> + <short value="AnatomicalLocation" /> + <definition value="Zib AnatomicalLocation is mapped to both a profile on CodeableConcept (<http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation>) and this BodyStructure profile. When it is required to convey a discrete Laterality (NL-CM:20.7.3) next to (or in absence of) the Location (NL-CM:20.7.4), this BodyStructure profile should be used and referenced from the relevant resource. In cases where Laterality is either unnecessary or embedded within the location code itself, it can be conveyed directly in the relevant resource. **Note:** Receiving systems must support both the BodyStructure resource and the CodeableConcept in host resources, as either mechanism may be employed. Providing systems can select the appropriate mechanism based on their data requirements." /> + <alias value="AnatomischeLocatie" /> + <mapping> + <identity value="zib-anatomicallocation-v1.0.3-2024EN" /> + <map value="NL-CM:20.7.1" /> + <comment value="AnatomicalLocation" /> + </mapping> + </element> + <element id="BodyStructure.location"> + <path value="BodyStructure.location" /> + <short value="Location" /> + <definition value="Localisation on/in the body." /> + <alias value="Locatie" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000" /> + </binding> + <mapping> + <identity value="zib-anatomicallocation-v1.0.3-2024EN" /> + <map value="NL-CM:20.7.4" /> + <comment value="Location" /> + </mapping> + </element> + <element id="BodyStructure.locationQualifier"> + <path value="BodyStructure.locationQualifier" /> + <short value="Laterality" /> + <definition value="Laterality adds information about the body side to the anatomic location, e.g. left." /> + <alias value="Lateraliteit" /> + <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.20.7.2--20240415000000" /> + </binding> + <mapping> + <identity value="zib-anatomicallocation-v1.0.3-2024EN" /> + <map value="NL-CM:20.7.3" /> + <comment value="Laterality" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-AnatomicalLocation.xml b/zib/StructureDefinitions/zib-AnatomicalLocation.xml new file mode 100644 index 00000000..5e4cda23 --- /dev/null +++ b/zib/StructureDefinitions/zib-AnatomicalLocation.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-AnatomicalLocation" /> + <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-AnatomicalLocation" /> + <name value="ZibAnatomicalLocation" /> + <title value="zib AnatomicalLocation" /> + <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="An anatomical location specifies the location (e.g. foot) and laterality (e.g. left) of a body part." /> + <purpose value="This CodeableConcept resource represents the Location concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) AnatomicalLocation v1.0.3 (2024)](https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)). The zib AnatomicalLocation is mapped to both a profile on BodyStructure (<http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation-BodyStructure>) and this CodeableConcept profile. The CodeableConcept represents the Location concept only, while the BodyStructure profile covers both the Location and Laterality concepts. Profilers can use this profile in places where zib AnatomicalLocation is instantiated. In addition to using this profile, the binding should be set to ValueSet "LocatieCodelijsten" (<http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000>) with a binding strength of _extensible_. The binding strength differs from the zib's original binding strength of _required_ to support the use of the BodyStructure reference extension as an alternative to a coded value." /> + <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-anatomicallocation-v1.0.3-2024EN" /> + <uri value="https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)" /> + <name value="zib AnatomicalLocation-v1.0.3(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="true" /> + <type value="CodeableConcept" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/CodeableConcept" /> + <derivation value="constraint" /> + <differential> + <element id="CodeableConcept"> + <path value="CodeableConcept" /> + <short value="Location" /> + <definition value="Localisation on/in the body." /> + <comment value="This element can be used to convey the Location concept (NL-CM:20.7.4) of zib AnatomicalLocation when there is no Laterality information (NL-CM:20.7.3) or when the Laterality is embedded within the Location code itself. However, when it is required to convey a discrete Laterality next to (or in absence of) the Location, A BodyStructure resource should be used and referenced using the `bodyStructureReference` extension. If this BodyStructure reference is used, this element should either remain empty or align with the `BodyStructure.location` element. **Note 1**: Receiving systems must support both this _CodeableConcept_ element and the BodyStructure resource, as either mechanism may be employed. The rationale for this is that, in many cases, only the location will be required, simplifying the FHIR recording process for sending systems. **Note 2**: The binding strength of the ValueSet is set to _extensible_ rather than _required_ as dictated by zib AnatomicalLocation. This is done to allow the use of the `bodyStructureReference` extension instead of a coded value. When using a coded value, it MUST come from the bound ValueSet "LocatieCodelijsten"." /> + <alias value="Locatie" /> + <constraint> + <key value="zib-AnatomicalLocation-01" /> + <severity value="error" /> + <human value="If the anatomical location is represented using a code (instead of or in addition to the BodyStructure reference), this coding must come from zib ValueSet LocatieCodelijst or zib ValueSet LocatieICD-O-3Codelijst. Additional codings are allowed." /> + <expression value="children().where($this.is(Coding)).exists() implies children().where($this.is(Coding)).where(system = 'http://snomed.info/sct' or system = 'urn:oid:2.16.840.1.113883.6.43.1').exists()" /> + </constraint> + <mapping> + <identity value="zib-anatomicallocation-v1.0.3-2024EN" /> + <map value="NL-CM:20.7.4" /> + <comment value="Location" /> + </mapping> + </element> + <element id="CodeableConcept.extension:bodyStructureReference"> + <path value="CodeableConcept.extension" /> + <sliceName value="bodyStructureReference" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/bodySite" /> + </type> + <isModifier value="false" /> + </element> + <element id="CodeableConcept.extension:bodyStructureReference.value[x]"> + <path value="CodeableConcept.extension.value[x]" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation-BodyStructure" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-LaboratoryTestResult.Specimen-BodyStructure.xml b/zib/StructureDefinitions/zib-LaboratoryTestResult.Specimen-BodyStructure.xml new file mode 100644 index 00000000..81d58995 --- /dev/null +++ b/zib/StructureDefinitions/zib-LaboratoryTestResult.Specimen-BodyStructure.xml @@ -0,0 +1,53 @@ +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-LaboratoryTestResult.Specimen-BodyStructure" /> + <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-LaboratoryTestResult.Specimen-BodyStructure" /> + <name value="ZibLaboratoryTestResultSpecimenBodyStructure" /> + <title value="zib LaboratoryTestResult.Specimen BodyStructure" /> + <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="The body structure where the specimen material is obtained." /> + <purpose value="This BodyStructure resource is used to enrich the AnatomicalLocation with the mapping of the Morphology concept (NL-CM:13.1.28) of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) LaboratoryTestResult v7.0 (2024)](https://zibs.nl/wiki/LaboratoryTestResult-v7.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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="BodyStructure" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation-BodyStructure" /> + <derivation value="constraint" /> + <differential> + <element id="BodyStructure"> + <path value="BodyStructure" /> + <definition value="The zib AnatomicalLocation is mapped to both a profile on CodeableConcept (<http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation>) and this BodyStructure profile. While the CodeableConcept profile covers anatomical location, the BodyStructure resource is used to capture both the location and its laterality. When laterality and/or morphology are required, this BodyStructure profile should be used. In cases where laterality and morphology are not needed, the CodeableConcept `Specimen.collection.bodySite` can be used within the resource `zib-LaboratoryTestResult.Specimen`. **Note:** Receiving systems must support both the BodyStructure resource and the CodeableConcept in host resources, as either mechanism may be employed. Providing systems can select the appropriate mechanism based on their data requirements." /> + </element> + <element id="BodyStructure.morphology"> + <path value="BodyStructure.morphology" /> + <short value="Morphology" /> + <definition value="Morphology describes morphological abnormalities of the anatomical location where the material is taken, for example wound, ulcer." /> + <alias value="Morfologie" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.13--20240415000000" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.28" /> + <comment value="Morfology" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-LaboratoryTestResult.Specimen.xml b/zib/StructureDefinitions/zib-LaboratoryTestResult.Specimen.xml new file mode 100644 index 00000000..06a062cb --- /dev/null +++ b/zib/StructureDefinitions/zib-LaboratoryTestResult.Specimen.xml @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-LaboratoryTestResult.Specimen" /> + <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-LaboratoryTestResult.Specimen" /> + <name value="ZibLaboratoryTestResultSpecimen" /> + <title value="zib LaboratoryTestResult.Specimen" /> + <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="Obtained specimen material or a microbial isolate that is used in a laboratory analysis." /> + <purpose value="This Specimen resource represents the Specimen concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) LaboratoryTestResult v7.0 (2024)](https://zibs.nl/wiki/LaboratoryTestResult-v7.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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="Specimen" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Specimen" /> + <derivation value="constraint" /> + <differential> + <element id="Specimen"> + <path value="Specimen" /> + <short value="Specimen" /> + <comment value="The Specimen concept from Dutch zib LaboratoryTestResult contains a concept for SpecimenMaterial and for Microorganism (isolated from the specimen material). These two concepts cannot be represented in the same Specimen resources; if there's a need to communicate both the microorganism and the sample material from which it was isolated, two instances need to be used. The instance representing the microorganism should refer in this case to the instance representing the sample material using `Specimen.parent`. All other zib concepts should be repeated in both resources. If the TestCode implicitly also describes a specimen (often the case if coded in LOINC), elements within the concept specimen may not conflict with it. However, if desired, these data can provide a more detailed description.This is in line with the agreements made in the IHE/Nictiz e-Lab programme. The following concepts have been moved to zib CollectionData (http://nictiz.nl/fhir/StructureDefinition/zib-CollectionData): * CollectedVolume (NL-CM:13.1.23) * CollectionPeriod (NL-CM:13.1.24) * CollectionDateTime NL-CM:13.1.17) * ReceivedDateTime (NL-CM:13.1.25) * CollectionMethod (NL-CM:13.1.18)" /> + <alias value="Monster" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.2" /> + <comment value="Specimen" /> + </mapping> + </element> + <element id="Specimen.identifier"> + <path value="Specimen.identifier" /> + <short value="SpecimenId" /> + <definition value="Identification number of the material obtained, as a reference for inquiries to the source organization. In a transmural setting, this number will consist of a specimen number including the identification of the issuing organization, to be unique outside of the borders of an organization." /> + <alias value="Monsternummer" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.15" /> + <comment value="SpecimenId" /> + </mapping> + </element> + <element id="Specimen.type"> + <path value="Specimen.type" /> + <short value="SpecimenMaterial / Microorganism" /> + <definition value="* SpecimenMaterial describes the base material taken. For example: Plasma, Urine, Saliva etc. This element refers to the Substance hierarchy in Snomed. * In particular in microbiological determinations the subject of the test is an isolate of a certain microorganism rather then a material. This concept provides the ability to capture information about this microorganism." /> + <comment value="The Specimen concept from Dutch zib LaboratoryTestResult contains a concept for SpecimenMaterial and for Microorganism (isolated from the specimen material). These two concepts cannot be represented in the same Specimen resource; this `Specimen.type` element defines which of the two concepts is represented. If there's a need to communicate both the microorganism and the sample material from which it was isolated, two instances need to be used. The instance representing the microorganism should refer in this case to the instance respresenting the sample material using `Specimen.parent`." /> + <alias value="Monstermateriaal" /> + <alias value="Microorganisme" /> + <binding> + <strength value="required" /> + <valueSet value="http://nictiz.nl/fhir/ValueSet/Monstermateriaal-en-Microorganisme-Codelijsten" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.16" /> + <comment value="SpecimenMaterial" /> + </mapping> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.22" /> + <comment value="Microorganism" /> + </mapping> + </element> + <element id="Specimen.parent"> + <path value="Specimen.parent" /> + <comment value="When this resource represents a microorganism (that is, `Specimen.type` represents the zib concept Microorganism (NL-CM:13.1.22) and contains a code from MicroorganismeCodelijst), this reference can be used to refer to the source material from which it was isolated. In this case, the referenced resource should have `Specimen.type` represent the zib concept SpecimenMaterial (NL-CM:13.1.16) and contain a code from MonstermateriaalCodelijst." /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Specimen" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen" /> + </type> + </element> + <element id="Specimen.collection.extension:specimenSource"> + <path value="Specimen.collection.extension" /> + <sliceName value="specimenSource" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/ext-LaboratoryTestResult.SpecimenSource" /> + </type> + <isModifier value="false" /> + </element> + <element id="Specimen.collection.extension:specimenSource.url"> + <path value="Specimen.collection.extension.url" /> + <fixedUri value="http://nictiz.nl/fhir/StructureDefinition/ext-LaboratoryTestResult.SpecimenSource" /> + </element> + <element id="Specimen.collection.bodySite"> + <path value="Specimen.collection.bodySite" /> + <short value="Location / AnatomicalLocation" /> + <definition value="Anatomic location where the material is collected, e.g. elbow." /> + <comment value="In cases where only the location is required, or where laterality is embedded within the location code, this CodeableConcept can be used within the resource. However, when laterality or morphology needs to be explicitly recorded, the BodyStructure resource should be used, referenced through the BodyStructure Reference within this CodeableConcept. If the BodyStructure reference is used, this CodeableConcept should either remain empty or align with the `BodyStructure.location` element. **Note:** Receiving systems must support both this CodeableConcept and the BodyStructure resource, as either mechanism may be employed. The rationale for this is that, in many cases, only the location will be required, simplifying the FHIR recording process for sending systems." /> + <alias value="AnatomischeLocatie" /> + <type> + <code value="CodeableConcept" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation" /> + </type> + <binding> + <strength value="extensible" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.36" /> + <comment value="AnatomicalLocation" /> + </mapping> + </element> + <element id="Specimen.collection.bodySite.extension:bodyStructureReference"> + <path value="Specimen.collection.bodySite.extension" /> + <sliceName value="bodyStructureReference" /> + </element> + <element id="Specimen.collection.bodySite.extension:bodyStructureReference.value[x]"> + <path value="Specimen.collection.bodySite.extension.value[x]" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen-BodyStructure" /> + </type> + </element> + <element id="Specimen.container.extension:specimenNumberExtension"> + <path value="Specimen.container.extension" /> + <sliceName value="specimenNumberExtension" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber" /> + </type> + </element> + <element id="Specimen.container.extension:specimenNumberExtension.value[x]"> + <path value="Specimen.container.extension.value[x]" /> + <short value="SpecimenNumberExtension" /> + <definition value="The specimen number extension is used when the collected material is distributed from the original tube or container across multiple tubes. In combination with the specimen Id the extension yield a unique identification of the tube or container." /> + <alias value="Monstervolgnummer" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.20" /> + <comment value="SpecimenNumberExtension" /> + </mapping> + </element> + <element id="Specimen.container.type"> + <path value="Specimen.container.type" /> + <short value="ContainerType" /> + <definition value="Container type describes the envelope in which the material is collected or sent. Examples include blood tubes, transport container, possibly including culture medium." /> + <alias value="Containertype" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20240415000000" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.21" /> + <comment value="ContainerType" /> + </mapping> + </element> + <element id="Specimen.note"> + <path value="Specimen.note" /> + <max value="1" /> + </element> + <element id="Specimen.note.text"> + <path value="Specimen.note.text" /> + <short value="Comment" /> + <definition value="Comments on the specimen , such as drawing material after a (glucose) stimulus or taking medicine." /> + <alias value="Toelichting" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.19" /> + <comment value="Comment" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-LaboratoryTestResult.xml b/zib/StructureDefinitions/zib-LaboratoryTestResult.xml new file mode 100644 index 00000000..00ee6943 --- /dev/null +++ b/zib/StructureDefinitions/zib-LaboratoryTestResult.xml @@ -0,0 +1,408 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-LaboratoryTestResult" /> + <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-LaboratoryTestResult" /> + <name value="ZibLaboratoryTestResult" /> + <title value="zib LaboratoryTestResult" /> + <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 laboratory result describes the result of a laboratory analysis. These are specimen-oriented tests as performed in laboratories such as Clinical Chemistry, Serology, Microbiology, etc. In addition to the results of tests with a singular result, this concept can also contain the results of more complex tests with multiple results or a ‘panel’." /> + <purpose value="This Observation resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) LaboratoryTestResult v7.0 (2024)](https://zibs.nl/wiki/LaboratoryTestResult-v7.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-laboratorytestresult-v7.0-2024EN" /> + <uri value="https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)" /> + <name value="zib LaboratoryTestResult-v7.0(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="Observation" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Observation" /> + <derivation value="constraint" /> + <differential> + <element id="Observation"> + <path value="Observation" /> + <short value="LaboratoryTestResult / LaboratoryTest" /> + <definition value="An instance of zib LaboratoryTestResult or of a single LaboratoryTest within this zib." /> + <comment value="**1. Guidance on use for singular tests and panels** The zib LaboratoryTestResult captures both singular laboratory tests and panels/clusters of multiple related tests requested together (e.g. blood gases and EBV serology)*. This profile should be used slightly different in these two situations: * For singular laboratory test results * A single instance of this profile is to be used. * `Observation.code` represents zib concept TestCode (NL-CM:13.1.8, the name and code of the executed test) while zib concept PanelOrBattery (NL-CM:13.1.4, the name and code of the compound test) is not expected to be present. * `Observation.status` represents zib concept TestResultStatus (NL-CM:13.1.31, the status of the test result). ResultStatus (NL-CM:13.1.6) is redundant in this situation and not expected to be present. * For a panel or cluster: * There is a single instance for the overall result plus an instance for each individual test result. * The concepts Comment (NL-CM:13.1.5, `Observation.note`), ResultType (NL-CM:13.1.7, `Observation.category:resultType`) and Performer (NL-CM:13.1.35, `Observation.performer`) are repeated in the instance for the overall result and in all instances for the individual test results. * For the instance representing the overall result: * `Observation.code` represents zib concept PanelOrBattery (NL-CM:13.1.4, the name and code of the compound test), which is required for panels/clusters. * `Observation.status` represents zib concept ResultStatus (NL-CM:13.1.6, the overall status of the test result). This status should be in accordance with the statuses of each individual test. * The instances representing the individual test results are referenced using `Observation.hasMember:laboratoryTest`. * For the instances representing the individual test results: * `Observation.code` represents zib concept TestCode (NL-CM:13.1.8, the name and code of the executed test) for that particular test. * `Observation.status` represents zib concept TestResultStatus (NL-CM:13.1.31, the status of the test result) for that particular test. Note 1: The zib also recognizes the RelatedResult concept (NL-CM:13.1.33). This is unrelated to the use of panels/clusters. This concept is represented using `Observation.extension:sequelTo`." /> + <alias value="LaboratoriumUitslag" /> + <alias value="LaboratoriumTest" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.1" /> + <comment value="LaboratoryTestResult" /> + </mapping> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.3" /> + <comment value="LaboratoryTest" /> + </mapping> + </element> + <element id="Observation.extension:sequelTo"> + <path value="Observation.extension" /> + <sliceName value="sequelTo" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/observation-sequelTo" /> + </type> + </element> + <element id="Observation.extension:sequelTo.value[x]"> + <path value="Observation.extension.value[x]" /> + <short value="RelatedResult" /> + <definition value="Reference to related tests, e.g. paired tests or sequential tests like gram staining and microbiological cultures." /> + <alias value="GerelateerdeUitslag" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult" /> + </type> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.33" /> + <comment value="RelatedResult" /> + </mapping> + </element> + <element id="Observation.status"> + <path value="Observation.status" /> + <short value="ResultStatus / TestResultStatus" /> + <definition value="The status of the laboratory test result or test result panel/cluster." /> + <comment value="If this resource represents a singular test result or a single test in a cluster/panel, this will be the status of this particular test result. However, if it represents the overall result of a panel/cluster, this status should represent the status of the panel/cluster and should be in accordance with the test result statuses of the individual tests." /> + <alias value="TestUitslagStatus" /> + <alias value="ResultaatStatus" /> + <binding> + <strength value="required" /> + <description value="Use ConceptMap TestUitslagStatusCodelijst-to-ObservationStatus to translate terminology from the functional model to profile terminology in ValueSet ObservationStatus." /> + <valueSet value="http://hl7.org/fhir/ValueSet/observation-status|4.0.1"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/TestUitslagStatusCodelijst-to-ObservationStatus" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.6" /> + <comment value="ResultStatus" /> + </mapping> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.31" /> + <comment value="TestResultStatus" /> + </mapping> + </element> + <element id="Observation.category"> + <path value="Observation.category" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + <min value="1" /> + </element> + <element id="Observation.category:laboratoryCategory"> + <path value="Observation.category" /> + <sliceName value="laboratoryCategory" /> + <min value="1" /> + <max value="1" /> + <patternCodeableConcept> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="laboratory" /> + </coding> + </patternCodeableConcept> + </element> + <element id="Observation.category:resultType"> + <path value="Observation.category" /> + <sliceName value="resultType" /> + <short value="ResultType" /> + <definition value="The type of result defines the laboratory specialty under which the test is categorized." /> + <alias value="ResultaatType" /> + <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.13.1.1--20240415000000" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.7" /> + <comment value="ResultType" /> + </mapping> + </element> + <element id="Observation.code"> + <path value="Observation.code" /> + <short value="PanelOrBattery / TestCode" /> + <definition value="The name and code of the executed test. For laboratory tests comprising multiple subtests and often requested together as a whole, this concept contains the name and code of the compound request (often indicated as a ‘panel’, ‘battery’ or ‘cluster’). Examples include: blood gases and EBV serology." /> + <comment value="When this resource represents a singular laboratory test result, the code MUST come from either [TestCodeNHGCodelijst](http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.16--20240415000000) (representing NHG Tabel 45) or [TestCodeLOINCCodelijst](http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.3--20240415000000) (representing the Nederlandse Labcodeset). When this resource represents the overall result of a panel/cluster, the code MUST come from [OnderzoekCodelijst](http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20240415000000) (representing LOINC). See the root of this profile for guidance." /> + <alias value="Onderzoek" /> + <alias value="TestCode" /> + <binding> + <strength value="required" /> + <valueSet value="http://nictiz.nl/fhir/ValueSet/TestCode-en-Onderzoek-Codelijsten" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.4" /> + <comment value="PanelOrBattery" /> + </mapping> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.8" /> + <comment value="TestCode" /> + </mapping> + </element> + <element id="Observation.effective[x]"> + <path value="Observation.effective[x]" /> + <slicing> + <discriminator> + <type value="type" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Observation.effective[x]:effectiveDateTime"> + <path value="Observation.effective[x]" /> + <sliceName value="effectiveDateTime" /> + <short value="TestDateTime" /> + <definition value="The date and if possible the time at which the test was carried out." /> + <alias value="TestDatumTijd" /> + <type> + <code value="dateTime" /> + </type> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.13" /> + <comment value="TestDateTime" /> + </mapping> + </element> + <element id="Observation.performer"> + <path value="Observation.performer" /> + <slicing> + <discriminator> + <type value="profile" /> + <path value="resolve()" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Observation.performer:performer"> + <path value="Observation.performer" /> + <sliceName value="performer" /> + <short value="Performer" /> + <definition value="The healthcare provider who is responsible for the excecution of the laboratory examination and delivering the Laboratory result. Note: the zib formally defines this relation as a reference to zib HealthcareProvider, which is primarily defined as the location at which the service was performed, and only secondarily as the organization associated with this location. According to this logic, the expected reference would be to the zib HealthcareProvider Location profile (<http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider>) rather than the Organization profile (<http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization>). However, on a functional level this concept is usually understood to be about the organization rather than the location, which is in line with the way FHIR models the current element. For this reason, the Organization rather than the Location resource is referenced here." /> + <alias value="Uitvoerder" /> + <max value="1" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization" /> + </type> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.35" /> + <comment value="Performer" /> + </mapping> + </element> + <element id="Observation.value[x]"> + <path value="Observation.value[x]" /> + <slicing> + <discriminator> + <type value="type" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + <short value="TestResult" /> + <definition value="The test result. Depending on the type of test, the result will consist of a value with a unit or a coded value (ordinal or nominal)." /> + <alias value="TestUitslag" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.10" /> + <comment value="TestResult" /> + </mapping> + </element> + <element id="Observation.value[x]:valueString"> + <path value="Observation.value[x]" /> + <sliceName value="valueString" /> + <type> + <code value="string" /> + </type> + </element> + <element id="Observation.value[x]:valueQuantity"> + <path value="Observation.value[x]" /> + <sliceName value="valueQuantity" /> + <type> + <code value="Quantity" /> + </type> + </element> + <element id="Observation.value[x]:valueCodeableConcept"> + <path value="Observation.value[x]" /> + <sliceName value="valueCodeableConcept" /> + <type> + <code value="CodeableConcept" /> + </type> + <binding> + <strength value="extensible" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.17--20240415000000" /> + </binding> + </element> + <element id="Observation.interpretation"> + <path value="Observation.interpretation" /> + <slicing> + <discriminator> + <type value="exists" /> + <path value="coding" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Observation.interpretation:resultFlags"> + <path value="Observation.interpretation" /> + <sliceName value="resultFlags" /> + <short value="ResultFlags" /> + <definition value="Attention codes indicating whether the result of a quantitative test is above or below certain reference values or interpreting the result otherwise. The values Resistant, Intermediate and Susceptible are used with microbiological test results." /> + <alias value="InterpretatieVlaggen" /> + <max value="1" /> + <binding> + <strength value="extensible" /> + <description value="Use ConceptMap InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes to translate terminology from the functional model to profile terminology in ValueSet ObservationInterpretation." /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.7--20240415000000"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.14" /> + <comment value="ResultFlags" /> + </mapping> + </element> + <element id="Observation.interpretation:resultFlags.coding"> + <path value="Observation.interpretation.coding" /> + <min value="1" /> + </element> + <element id="Observation.interpretation:resultInterpretation"> + <path value="Observation.interpretation" /> + <sliceName value="resultInterpretation" /> + <max value="1" /> + </element> + <element id="Observation.interpretation:resultInterpretation.coding"> + <path value="Observation.interpretation.coding" /> + <max value="0" /> + </element> + <element id="Observation.interpretation:resultInterpretation.text"> + <path value="Observation.interpretation.text" /> + <short value="ResultInterpretation" /> + <definition value="Comment of the laboratory specialist regarding the interpretation of the results" /> + <alias value="UitslagInterpretatie" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.32" /> + <comment value="ResultInterpretation" /> + </mapping> + </element> + <element id="Observation.note"> + <path value="Observation.note" /> + <max value="1" /> + </element> + <element id="Observation.note.text"> + <path value="Observation.note.text" /> + <short value="Comment" /> + <definition value="Comments, such as a textual interpretation or advice accompanying the result, for example." /> + <alias value="Toelichting" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.5" /> + <comment value="Comment" /> + </mapping> + </element> + <element id="Observation.method"> + <path value="Observation.method" /> + <short value="TestMethod" /> + <definition value="The test method used to obtain the result." /> + <alias value="Testmethode" /> + <binding> + <strength value="extensible" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.4--20240415000000" /> + </binding> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.9" /> + <comment value="TestMethod" /> + </mapping> + </element> + <element id="Observation.specimen"> + <path value="Observation.specimen" /> + <comment value="The Specimen concept of the zib defines either the collected source material without further processing, or a microorganism, optionally including the source material from which it whas isolated. * If the Specimen pertains a material (zib concept SpecimenMaterial), the `Specimen.type` of the resource referenced here should contain a coding indicating a specimen material. * If the Specimen pertains a microorganism (zib concept Microorganism), the `Specimen.type` of the resource referenced here should contain a coding indicating the microorganims. If required, the sample material from which the microorganism was isolated can be referenced using `Specimen.parent` on that resource, but it is not referenced here." /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Specimen" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen" /> + </type> + </element> + <element id="Observation.referenceRange.low"> + <path value="Observation.referenceRange.low" /> + <short value="ReferenceRangeLowerLimit" /> + <definition value="The lower reference limit for the patient of the value measured with the test." /> + <comment value="The zib concepts ReferenceRangeUpperLimit and ReferenceRangeLowerLimit are defined as datatype ANY, but they only have meaning if the result of the test (zib concept TestResult) is expressed using the Quantity datatype. Therefore, this element is only to be used if `Observation.valueQuantity` is populated, and should be in the same unit. This will be made explicit in future versions of the zib: see <https://bits.nictiz.nl/browse/ZIB-1703>." /> + <alias value="ReferentieOndergrens" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.12" /> + <comment value="ReferenceRangeLowerLimit" /> + </mapping> + </element> + <element id="Observation.referenceRange.high"> + <path value="Observation.referenceRange.high" /> + <short value="ReferenceRangeUpperLimit" /> + <definition value="The upper reference limit for the patient of the value measured in the test." /> + <comment value="The zib concepts ReferenceRangeUpperLimit and ReferenceRangeLowerLimit are defined as datatype ANY, but they only have meaning if the result of the test (zib concept TestResult) is expressed using the Quantity datatype. Therefore, this element is only to be used if `Observation.valueQuantity` is populated, and should be in the same unit. This will be made explicit in future versions of the zib: see <https://bits.nictiz.nl/browse/ZIB-1703>." /> + <alias value="ReferentieBovengrens" /> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.11" /> + <comment value="ReferenceRangeUpperLimit" /> + </mapping> + </element> + <element id="Observation.hasMember"> + <path value="Observation.hasMember" /> + <slicing> + <discriminator> + <type value="profile" /> + <path value="resolve()" /> + </discriminator> + <rules value="open" /> + </slicing> + <comment value="When this resource is used to represent the overall result of a panel/cluster of laboratory tests, the individual test results SHOULD be referenced here. See the root of this profile for guidance." /> + </element> + <element id="Observation.hasMember:laboratoryTest"> + <path value="Observation.hasMember" /> + <sliceName value="laboratoryTest" /> + <short value="LaboratoryTest" /> + <definition value="Individual laboratory tests if the current Observation resource represents a panel or cluster." /> + <comment value="See the root comment for guidance on representing singular laboratory test results versus panels/clusters." /> + <alias value="LaboratoriumTest" /> + <type> + <code value="Reference" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult" /> + </type> + <mapping> + <identity value="zib-laboratorytestresult-v7.0-2024EN" /> + <map value="NL-CM:13.1.3" /> + <comment value="LaboratoryTest, if these are part of a panel/cluster" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/vocabulary/generated/CodeSystem-International_Classification_of_Diseases_for_Oncology_version_3-2.16.840.1.113883.6.43.1.xml b/zib/vocabulary/generated/CodeSystem-International_Classification_of_Diseases_for_Oncology_version_3-2.16.840.1.113883.6.43.1.xml new file mode 100644 index 00000000..0f8d1f78 --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-International_Classification_of_Diseases_for_Oncology_version_3-2.16.840.1.113883.6.43.1.xml @@ -0,0 +1,26 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.6.43.1"/> + <language value="en-US"/> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">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="2009-09-11T12:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="urn:oid:2.16.840.1.113883.6.43.1"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.6.43.1"/> + </identifier> + <version value="2009-09-11T12:00:00"/> + <name value="International_Classification_of_Diseases_for_Oncology_version_3"/> + <title value="International Classification of Diseases for Oncology, version 3."/> + <status value="unknown"/> + <publisher value="ART-DECOR"/> + <description value="International Classification of Diseases for Oncology, version 3. For more information see http://www.who.int/classifications/icd/adaptations/oncology/en/."/> + <content value="not-present"/> +</CodeSystem> diff --git a/zib/vocabulary/generated/CodeSystem-NHGtabel45-2.16.840.1.113883.2.4.4.30.45.xml b/zib/vocabulary/generated/CodeSystem-NHGtabel45-2.16.840.1.113883.2.4.4.30.45.xml new file mode 100644 index 00000000..2a58fcee --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-NHGtabel45-2.16.840.1.113883.2.4.4.30.45.xml @@ -0,0 +1,26 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.4.30.45"/> + <language value="en-US"/> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">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-10-09T11:08:50+00:00"/> + </valuePeriod> + </extension> + <url value="urn:oid:2.16.840.1.113883.2.4.4.30.45"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.4.30.45"/> + </identifier> + <version value="2024-10-09T11:08:50"/> + <name value="NHGtabel45"/> + <title value="NHG tabel 45"/> + <status value="unknown"/> + <publisher value="ART-DECOR"/> + <description value="NHG tabel 45"/> + <content value="not-present"/> +</CodeSystem> diff --git a/zib/vocabulary/generated/CodeSystem-ResultaatStatus-2.16.840.1.113883.2.4.3.11.60.40.4.16.1.xml b/zib/vocabulary/generated/CodeSystem-ResultaatStatus-2.16.840.1.113883.2.4.3.11.60.40.4.16.1.xml new file mode 100644 index 00000000..411532f3 --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-ResultaatStatus-2.16.840.1.113883.2.4.3.11.60.40.4.16.1.xml @@ -0,0 +1,137 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.4.16.1"/> + <meta> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> + <!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/CodeSystem"/>--> + </meta> + <language value="nl-NL"/> + <text> + <status value="empty"/> + <div xmlns="http://www.w3.org/1999/xhtml" lang="nl-NL" xml:lang="nl-NL">Definitie-resources zijn niet voorzien van een narrative. Een menselijk leesbare versie is te vinden via de implementation guide(s) waarin deze resource gebruikt wordt.</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="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.16.1"/> + <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.4.16.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="ResultaatStatus"/> + <title value="ResultaatStatus"/> + <status value="active"/> + <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="ResultaatStatus"/> + <caseSensitive value="false"/> + <content value="complete"/> + <count value="5"/> + <property> + <code value="status"/> + <uri value="http://hl7.org/fhir/concept-properties#status"/> + <description value="A code that indicates the status of the concept. Values found in this version of the code system are: active"/> + <type value="code"/> + </property> + <concept> + <code value="appended"/> + <display value="Aangevuld"/> + <definition value="Aanvullend"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Appended"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="corrected"/> + <display value="Gecorrigeerd"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Corrected"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="final"/> + <display value="Definitief"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Final"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="pending"/> + <display value="Lopend"/> + <definition value="Uitslag volgt"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Pending"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="preliminary"/> + <display value="Voorlopig"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Preliminary"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> +</CodeSystem> diff --git a/zib/vocabulary/generated/ValueSet-BronMonsterCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.18--20240415000000.xml b/zib/vocabulary/generated/ValueSet-BronMonsterCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.18--20240415000000.xml new file mode 100644 index 00000000..d196e399 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-BronMonsterCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.18--20240415000000.xml @@ -0,0 +1,67 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.18--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.13.1.18--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.13.1.18"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="BronMonsterCodelijst"/> + <title value="BronMonsterCodelijst"/> + <status value="active"/> + <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="BronMonsterCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="is-a"/> + <value value="125676002"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-ContainerTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20240415000000.xml b/zib/vocabulary/generated/ValueSet-ContainerTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20240415000000.xml new file mode 100644 index 00000000..a6f64dbd --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-ContainerTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--20240415000000.xml @@ -0,0 +1,67 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.9--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.13.1.9--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.13.1.9"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="ContainerTypeCodelijst"/> + <title value="ContainerTypeCodelijst"/> + <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="ContainerTypeCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="434711009"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-InterpretatieVlaggenCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.7--20240415000000.xml b/zib/vocabulary/generated/ValueSet-InterpretatieVlaggenCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.7--20240415000000.xml new file mode 100644 index 00000000..4bad3be5 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-InterpretatieVlaggenCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.7--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.13.1.7--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.13.1.7--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.13.1.7"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="InterpretatieVlaggenCodelijst"/> + <title value="InterpretatieVlaggenCodelijst"/> + <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="InterpretatieVlaggenCodelijst"/> + <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="Boven referentiewaarde"/> + </extension> + <code value="281302008"/> + <display value="Above reference range"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Above reference range"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Boven referentiebereik"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Onder referentiewaarde"/> + </extension> + <code value="281300000"/> + <display value="Below reference range"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Below reference range"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Onder referentiebereik"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Intermediair"/> + </extension> + <code value="11896004"/> + <display value="Intermediate"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Intermediate"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Intermediair"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Resistent"/> + </extension> + <code value="30714006"/> + <display value="Resistant"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Resistant"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Resistent"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Sensitief"/> + </extension> + <code value="131196009"/> + <display value="Susceptible"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Susceptible"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Gevoelig"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-LateraliteitCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LateraliteitCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20240415000000.xml new file mode 100644 index 00000000..56dc0032 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LateraliteitCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20240415000000.xml @@ -0,0 +1,137 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.7.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.20.7.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.20.7.2"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LateraliteitCodelijst"/> + <title value="LateraliteitCodelijst"/> + <status value="active"/> + <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="LateraliteitCodelijst"/> + <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="Links"/> + </extension> + <code value="7771000"/> + <display value="Links"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Left"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Links"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Rechts"/> + </extension> + <code value="24028007"/> + <display value="Rechts"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Right"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Rechts"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Rechts en links"/> + </extension> + <code value="51440002"/> + <display value="Bilateraal"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Right and left"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Bilateraal"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-LocatieCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LocatieCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20240415000000.xml new file mode 100644 index 00000000..bd675e0b --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LocatieCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20240415000000.xml @@ -0,0 +1,67 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.7.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.20.7.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.20.7.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LocatieCodelijst"/> + <title value="LocatieCodelijst"/> + <status value="active"/> + <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="LocatieCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="442083009"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-LocatieCodelijsten-2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LocatieCodelijsten-2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000.xml new file mode 100644 index 00000000..c6292d60 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LocatieCodelijsten-2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000.xml @@ -0,0 +1,54 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.121.11.11--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.121.11.11--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.121.11.11"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LocatieCodelijsten"/> + <title value="LocatieCodelijsten"/> + <status value="active"/> + <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="Value set combining the distinct value sets that the zib nl.zorg.part.AnatomicalLocation binds to for NL-CM:20.7.4 Location. This value set as such does not exist in the zib but facilitates referencing all these value sets at the same time"/> + <immutable value="false"/> + <compose> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20240415000000"/> + </include> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20240415000000"/> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-LocatieICD_O_3Codelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LocatieICD_O_3Codelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20240415000000.xml new file mode 100644 index 00000000..ce2efe01 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LocatieICD_O_3Codelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20240415000000.xml @@ -0,0 +1,61 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.7.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.20.7.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.20.7.3"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LocatieICD_O_3Codelijst"/> + <title value="LocatieICD-O-3Codelijst"/> + <status value="active"/> + <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="ICD-O-3 - International Classification of Diseases for Oncology, version 3 (Topography codes)"/> + <immutable value="false"/> + <compose> + <include> + <system value="urn:oid:2.16.840.1.113883.6.43.1"/> + </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> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-MicroorganismeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.10--20240415000000.xml b/zib/vocabulary/generated/ValueSet-MicroorganismeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.10--20240415000000.xml new file mode 100644 index 00000000..e9b0e652 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-MicroorganismeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.10--20240415000000.xml @@ -0,0 +1,67 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.10--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.13.1.10--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.13.1.10"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="MicroorganismeCodelijst"/> + <title value="MicroorganismeCodelijst"/> + <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="MicroorganismeCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="2581000146104"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-MonstermateriaalCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.6--20240415000000.xml b/zib/vocabulary/generated/ValueSet-MonstermateriaalCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.6--20240415000000.xml new file mode 100644 index 00000000..b1bcb86e --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-MonstermateriaalCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.6--20240415000000.xml @@ -0,0 +1,67 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.6--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.13.1.6--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.13.1.6"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="MonstermateriaalCodelijst"/> + <title value="MonstermateriaalCodelijst"/> + <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="MonstermateriaalCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="105590001"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-MorfologieCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.13--20240415000000.xml b/zib/vocabulary/generated/ValueSet-MorfologieCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.13--20240415000000.xml new file mode 100644 index 00000000..ade1ba23 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-MorfologieCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.13--20240415000000.xml @@ -0,0 +1,67 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.13--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.13.1.13--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.13.1.13"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="MorfologieCodelijst"/> + <title value="MorfologieCodelijst"/> + <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="MorfologieCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="49755003"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-OnderzoekCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20240415000000.xml b/zib/vocabulary/generated/ValueSet-OnderzoekCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20240415000000.xml new file mode 100644 index 00000000..4f64d30d --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-OnderzoekCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20240415000000.xml @@ -0,0 +1,61 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.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.13.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.13.1.5"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="OnderzoekCodelijst"/> + <title value="OnderzoekCodelijst"/> + <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="LOINC - All values"/> + <immutable value="false"/> + <compose> + <include> + <system value="http://loinc.org"/> + </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> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-ResultaatTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.1--20240415000000.xml b/zib/vocabulary/generated/ValueSet-ResultaatTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.1--20240415000000.xml new file mode 100644 index 00000000..231c2f4b --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-ResultaatTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.1--20240415000000.xml @@ -0,0 +1,237 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.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.13.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.13.1.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="ResultaatTypeCodelijst"/> + <title value="ResultaatTypeCodelijst"/> + <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="ResultaatTypeCodelijst"/> + <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="Hematologie"/> + </extension> + <code value="252275004"/> + <display value="Hematology"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Hematology test"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Hematologisch onderzoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Klinische chemie"/> + </extension> + <code value="275711006"/> + <display value="Chemistry"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Serum chemistry test"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Serumtest"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Serologie/ immunologie"/> + </extension> + <code value="68793005"/> + <display value="Serology"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Serologic test"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Serologisch onderzoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Virologie"/> + </extension> + <code value="395124008"/> + <display value="Virology"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Viral studies"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Virologisch onderzoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Toxicologie"/> + </extension> + <code value="314076009"/> + <display value="Toxicology"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Toxicology screening test"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Toxicologische test"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Microbiologie"/> + </extension> + <code value="19851009"/> + <display value="Microbiology"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Microbiology procedure"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Microbiologisch onderzoek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Moleculaire genetica"/> + </extension> + <code value="405825005"/> + <display value="Molecular genetics"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Molecular genetic test"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Moleculair genetisch onderzoek"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-TestCodeLOINCCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.3--20240415000000.xml b/zib/vocabulary/generated/ValueSet-TestCodeLOINCCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.3--20240415000000.xml new file mode 100644 index 00000000..4fe9dc23 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-TestCodeLOINCCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.3--20240415000000.xml @@ -0,0 +1,61 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.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.13.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.13.1.3"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TestCodeLOINCCodelijst"/> + <title value="TestCodeLOINCCodelijst"/> + <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="Nederlandse Labcodeset - All values"/> + <immutable value="false"/> + <compose> + <include> + <system value="http://loinc.org"/> + </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> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-TestCodeNHGCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.16--20240415000000.xml b/zib/vocabulary/generated/ValueSet-TestCodeNHGCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.16--20240415000000.xml new file mode 100644 index 00000000..ab0cf4d4 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-TestCodeNHGCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.16--20240415000000.xml @@ -0,0 +1,61 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.16--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.13.1.16--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.13.1.16"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TestCodeNHGCodelijst"/> + <title value="TestCodeNHGCodelijst"/> + <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="These are the values of which the field "Soort" contains the letter "L" NHG tabel 45 - Alle labbepaling waarden"/> + <immutable value="false"/> + <compose> + <include> + <system value="urn:oid:2.16.840.1.113883.2.4.4.30.45"/> + </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> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-TestUitslagCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.17--20240415000000.xml b/zib/vocabulary/generated/ValueSet-TestUitslagCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.17--20240415000000.xml new file mode 100644 index 00000000..fd7c3dc7 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-TestUitslagCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.17--20240415000000.xml @@ -0,0 +1,99 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.17--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.13.1.17--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.13.1.17"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TestUitslagCodelijst"/> + <title value="TestUitslagCodelijst"/> + <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="TestUitslagCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="2581000146104"/> + </filter> + </include> + <include> + <system value="http://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="46231000146109"/> + </filter> + </include> + <include> + <system value="http://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="97801000146108"/> + </filter> + </include> + <include> + <system value="http://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="140301000146101"/> + </filter> + </include> + <include> + <system value="http://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="145871000146106"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-TestUitslagStatusCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.15--20240415000000.xml b/zib/vocabulary/generated/ValueSet-TestUitslagStatusCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.15--20240415000000.xml new file mode 100644 index 00000000..650c4138 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-TestUitslagStatusCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.15--20240415000000.xml @@ -0,0 +1,186 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.15--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.13.1.15--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.13.1.15"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TestUitslagStatusCodelijst"/> + <title value="TestUitslagStatusCodelijst"/> + <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="TestUitslagStatusCodelijst"/> + <immutable value="false"/> + <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="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.16.1"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Uitslag volgt"/> + </extension> + <code value="pending"/> + <display value="Pending"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Pending"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Lopend"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Voorlopig"/> + </extension> + <code value="preliminary"/> + <display value="Preliminary"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Preliminary"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Voorlopig"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Definitief"/> + </extension> + <code value="final"/> + <display value="Final"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Final"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Definitief"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Aanvullend"/> + </extension> + <code value="appended"/> + <display value="Appended"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Appended"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Aangevuld"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Gecorrigeerd"/> + </extension> + <code value="corrected"/> + <display value="Corrected"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Corrected"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Gecorrigeerd"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-TestmethodeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.4--20240415000000.xml b/zib/vocabulary/generated/ValueSet-TestmethodeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.4--20240415000000.xml new file mode 100644 index 00000000..d91bee86 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-TestmethodeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.13.1.4--20240415000000.xml @@ -0,0 +1,75 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.13.1.4--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.13.1.4--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.13.1.4"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TestmethodeCodelijst"/> + <title value="TestmethodeCodelijst"/> + <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="TestmethodeCodelijst"/> + <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"/> + <filter> + <property value="concept"/> + <op value="descendent-of"/> + <value value="272394005"/> + </filter> + </include> + <include> + <system value="http://snomed.info/sct"/> + <filter> + <property value="concept"/> + <op value="in"/> + <value value="260131000146101"/> + </filter> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/manual/ConceptMap-InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes.xml b/zib/vocabulary/manual/ConceptMap-InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes.xml new file mode 100644 index 00000000..3125fb48 --- /dev/null +++ b/zib/vocabulary/manual/ConceptMap-InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes"/> + <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/concept-bidirectional"> + <valueBoolean value="true"/> + </extension> + <url value="http://nictiz.nl/fhir/ConceptMap/InterpretatieVlaggenCodelijst-to-ObservationInterpretationCodes"/> + <name value="InterpretatieVlaggenCodelijst_to_ObservationInterpretationCodes"/> + <title value="InterpretatieVlaggenCodelijst to ObservationInterpretationCodes"/> + <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="Maps test result interpretation flags as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) LaboratoryTestResult v7.0 (2024)](https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)) to <http://hl7.org/fhir/ValueSet/observation-interpretation> as found in `Observation.interpretation` in FHIR R4."/> + <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." /> + <sourceCanonical value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.7--20240415000000"/> + <targetCanonical value="http://hl7.org/fhir/ValueSet/observation-interpretation"/> + <group> + <source value="http://snomed.info/sct"/> + <target value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <element> + <code value="281302008"/> + <target> + <code value="H"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="281300000"/> + <target> + <code value="L"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="11896004"/> + <target> + <code value="I"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="30714006"/> + <target> + <code value="R"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="131196009"/> + <target> + <code value="S"/> + <equivalence value="equal"/> + </target> + </element> + </group> +</ConceptMap> diff --git a/zib/vocabulary/manual/ConceptMap-TestUitslagStatusCodelijst-to-ObservationStatus.xml b/zib/vocabulary/manual/ConceptMap-TestUitslagStatusCodelijst-to-ObservationStatus.xml new file mode 100644 index 00000000..7033dca6 --- /dev/null +++ b/zib/vocabulary/manual/ConceptMap-TestUitslagStatusCodelijst-to-ObservationStatus.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="TestUitslagStatusCodelijst-to-ObservationStatus"/> + <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/concept-bidirectional"> + <valueBoolean value="false"/> + </extension> + <url value="http://nictiz.nl/fhir/ConceptMap/TestUitslagStatusCodelijst-to-ObservationStatus"/> + <name value="TestUitslagStatusCodelijst_to_ObservationStatus"/> + <title value="TestUitslagStatusCodelijst to ObservationStatus"/> + <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="Maps (test) result status codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) LaboratoryTestResult v7.0 (2024)](https://zibs.nl/wiki/LaboratoryTestResult-v7.0(2024EN)) to <http://hl7.org/fhir/r4/valueset-observation-status> as found in `Observation.status` in FHIR R4. This ConceptMap can be used for both the ResultStatusCodelist and TestResultStatusCodelist, which have the same content."/> + <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." /> + <sourceCanonical value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.15--20240415000000"/> + <targetCanonical value="http://hl7.org/fhir/ValueSet/observation-status"/> + <group> + <source value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.16.1"/> + <target value="http://hl7.org/fhir/observation-status"/> + <element> + <code value="pending"/> + <target> + <code value="registered"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="preliminary"/> + <target> + <code value="preliminary"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="final"/> + <target> + <code value="final"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="appended"/> + <target> + <code value="amended"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="corrected"/> + <target> + <code value="corrected"/> + <equivalence value="equal"/> + </target> + </element> + </group> +</ConceptMap> diff --git a/zib/vocabulary/manual/ValueSet-Monstermateriaal-en-Microorganisme-Codelijsten.xml b/zib/vocabulary/manual/ValueSet-Monstermateriaal-en-Microorganisme-Codelijsten.xml new file mode 100644 index 00000000..3ee671ec --- /dev/null +++ b/zib/vocabulary/manual/ValueSet-Monstermateriaal-en-Microorganisme-Codelijsten.xml @@ -0,0 +1,48 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="Monstermateriaal-en-Microorganisme-Codelijsten"/> + <meta> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/><!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/ValueSet"/>--> + </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+01:00"/> + </valuePeriod> + </extension> + <url value="http://nictiz.nl/fhir/ValueSet/Monstermateriaal-en-Microorganisme-Codelijsten"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.121.11.7"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="Monstermateriaal_en_Microorganisme_Codelijsten"/> + <title value="Monstermateriaal-en-Microorganisme-Codelijsten"/> + <status value="active"/> + <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="Value set combining the distinct value sets for zib LaboratoryTestResult SpecimenMaterial (NL-CM:13.1.16) and Microorganism (NL-CM:13.1.22). This value set as such does not exist in the zib but facilitates referencing all these value sets at the same time"/> + <immutable value="false"/> + <compose> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.6--20240415000000"/> + </include> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.10--20240415000000" /> + </include> + </compose> +</ValueSet> \ No newline at end of file diff --git a/zib/vocabulary/manual/ValueSet-TestCode-en-Onderzoek-Codelijsten.xml b/zib/vocabulary/manual/ValueSet-TestCode-en-Onderzoek-Codelijsten.xml new file mode 100644 index 00000000..1232e053 --- /dev/null +++ b/zib/vocabulary/manual/ValueSet-TestCode-en-Onderzoek-Codelijsten.xml @@ -0,0 +1,51 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="TestCode-en-Onderzoek-Codelijsten"/> + <meta> + <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/><!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/ValueSet"/>--> + </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+01:00"/> + </valuePeriod> + </extension> + <url value="http://nictiz.nl/fhir/ValueSet/TestCode-en-Onderzoek-Codelijsten"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.121.11.7"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TestCode_en_Onderzoek_Codelijsten"/> + <title value="TestCode-en-Onderzoek-Codelijsten"/> + <status value="active"/> + <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="Value set combining the distinct value sets for zib LaboratoryTestResult TestCode (NL-CM:13.1.8) and PanelOrBattery (NL-CM:13.1.4). This value set as such does not exist in the zib but facilitates referencing all these value sets at the same time"/> + <immutable value="false"/> + <compose> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.16--20240415000000"/> + </include> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.3--20240415000000"/> + </include> + <include> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20240415000000"/> + </include> + </compose> +</ValueSet> \ No newline at end of file