diff --git a/known-issues.yml b/known-issues.yml index d929fdf..e666c4a 100644 --- a/known-issues.yml +++ b/known-issues.yml @@ -4,9 +4,45 @@ issues should occur: true +zib-HealthcareProvider: + zib deviations: + Location.address: + - datatype: Address instead of a reference + reason: An address in FHIR is represented using the Address datatype, not as a separate resource. + - cardinality: 0..1 instead of 0..* + reason: The cardinality mismatch between the zib (0..*) and FHIR (0..1) is explained by the restriction of FHIR to limit the Location.address to a physical address while the zib allows for other types of addresses (e.g. a postal address). Other types of addresses than a physical address are given in Organization.address which is referenced by Location.managingOrganization. + Location.telecom: + - cardinality: 0..* instead of 0..1 + reason: The cardinality mismatch between the zib (0..1) and FHIR (0..*) is explained by the missing root element of zib part ContactInformation in FHIR. Instead, the two containers of the zib (TelephoneNumbers and EmailAddresses), which both have a cardinality of 0..*, are mapped directly into the resource. Thereby this mapping is still honoring the cardinality requirements of the zib. + Location.telecom*: + - datatype: ContactPoint instead of a reference + reason: ContactInformation in FHIR is represented using the ContactPoint datatype, not as a separate resource. Because the FHIR profile for ContactInformation consists of two parts the root concept of ContactInformation is mapped on .telecom. + +unmapped zib concepts: + - NL-CM:17.2.10: HealthcareProvider.LocationNumber + reason: This zib concept is problematic to map cleanly to FHIR and it has been deemed too uncommon in practice to warrant an extension. + + --- # The following issues are not "real" deviations stemming from design choices, but rather problems that pop up due to # shortcomings in tooling, the used terminology server, etc. # These might occur in one or more profiles, or in none if they have been fixed in the meantime. issues should occur: false + +zib-AddressInformation: + zib deviations: + Address.line.extension:houseNumberIndication.value[x]: + - datatype: string instead of CD + reason: The mapping of zib AddressInformation on the FHIR Address datatype is the result of compatibility with HL7v3, which is the format that a lot of healthcare data in the Netherlands is stored in. As a result of this, the zib concept HouseNumberIndication with CD datatype is mapped to a FHIR string datatype with a constraint added (the value can only be 'by' or 'to' or 'OTH'). + Address.line.extension:*.value[x]: + - cardinality: 1..1 instead of 0..1 + reason: The value of the extension is required, but the extension itself is optional, making the effective cardinality 0..1 as required by the zib. + +zib-HealthcareProvider: + ignored issues: + Location.address: + - message: "Constraint failed: sd-pg-02: 'If mapping.map exists and the mapping is not implicit, short should exist'" + reason: The required short description is given by the datatype profile, so it is absent from the differential. + - message: "Constraint failed: sd-pg-04: 'If mapping.map exists and the mapping is not implicit, alias should exist.'" + reason: The required alias is given by the datatype profile, so it is absent from the differential. \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-AddressInformation.xml b/nl-core/StructureDefinitions/nl-core-AddressInformation.xml new file mode 100644 index 0000000..7c2ad85 --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-AddressInformation.xml @@ -0,0 +1,36 @@ + + + + + +
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="Address information includes data where a person resides (temporarily, permanently) or where a building is located."/> + <purpose value="A derived profile from [zib-AddressInformation](http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation) 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"/> + <kind value="complex-type"/> + <abstract value="false"/> + <type value="Address"/> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation"/> + <derivation value="constraint"/> + <differential> + <element id="Address"> + <path value="Address"/> + <alias value="nl-core-AddressInformation"/> + </element> + </differential> +</StructureDefinition> diff --git a/nl-core/StructureDefinitions/nl-core-ContactInformation-EmailAddresses.xml b/nl-core/StructureDefinitions/nl-core-ContactInformation-EmailAddresses.xml new file mode 100644 index 0000000..03c42ce --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-ContactInformation-EmailAddresses.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-ContactInformation-EmailAddresses" /> + <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-ContactInformation-EmailAddresses" /> + <name value="NlcoreContactInformationEmailAddresses" /> + <title value="nl core ContactInformation EmailAddresses" /> + <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="Contact information includes a person's telephone numbers en e-mail addresses." /> + <purpose value="A derived profile from [zib-ContactInformation-EmailAddresses](http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses) 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. To implement the entire zib, the complementary profile [nl-core-ContactInformation-TelephoneNumbers](http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers) should be used. Both profiles can be added in a slice with the discriminator set to `profile`/`$this`." /> + <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-contactinformation-v1.3.1-2024EN" /> + <uri value="https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)" /> + <name value="zib ContactInformation-v1.3.1(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <type value="ContactPoint" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses" /> + <derivation value="constraint" /> + <differential> + <element id="ContactPoint"> + <path value="ContactPoint" /> + <alias value="nl-core-ContactInformation-EmailAddresses" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-ContactInformation-TelephoneNumbers.xml b/nl-core/StructureDefinitions/nl-core-ContactInformation-TelephoneNumbers.xml new file mode 100644 index 0000000..920a174 --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-ContactInformation-TelephoneNumbers.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-ContactInformation-TelephoneNumbers" /> + <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-ContactInformation-TelephoneNumbers" /> + <name value="NlcoreContactInformationTelephoneNumbers" /> + <title value="nl core ContactInformation TelephoneNumbers" /> + <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="Contact information includes a person's telephone numbers en e-mail addresses." /> + <purpose value="A derived profile from [zib-ContactInformation-TelephoneNumbers](http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers) 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. To implement the entire zib, the complementary profile [nl-core-ContactInformation-EmailAddresses](http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses) should be used. Both profiles can be added in a slice with the discriminator set to `profile`/`$this`." /> + <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-contactinformation-v1.3.1-2024EN" /> + <uri value="https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)" /> + <name value="zib ContactInformation-v1.3.1(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <type value="ContactPoint" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers" /> + <derivation value="constraint" /> + <differential> + <element id="ContactPoint"> + <path value="ContactPoint" /> + <alias value="nl-core-ContactInformation-TelephoneNumbers" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-HealthcareProvider-Organization.xml b/nl-core/StructureDefinitions/nl-core-HealthcareProvider-Organization.xml new file mode 100644 index 0000000..ee4f538 --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-HealthcareProvider-Organization.xml @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-HealthcareProvider-Organization" /> + <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-HealthcareProvider-Organization" /> + <name value="NlcoreHealthcareProviderOrganization" /> + <title value="nl core HealthcareProvider Organization" /> + <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 healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor’s offices." /> + <purpose value="A derived profile from [zib-HealthcareProvider-Organization](http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization) 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-healthcareprovider-v3.6-2024EN" /> + <uri value="https://zibs.nl/wiki/HealthcareProvider-v3.6(2024EN)" /> + <name value="zib HealthcareProvider-v3.6(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Organization" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization" /> + <derivation value="constraint" /> + <differential> + <element id="Organization"> + <path value="Organization" /> + <comment value="The zib HealthcareProvider is mapped to this Organization profile and a profile on Location (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider>). The Location profile acts as the focal resource of the HealthcareProvider because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. Often there's no clear distinction between an organizational structure and a physical location. As a rule of thumb, locations are always used for recording where a service occurs, and hence where encounters and observations take place. Healthcare providers usually consist of multiple organizational levels and physical locations. The hierarchical structure may be captured by using multiple instances of this profile, using the `Organization.partOf` element to refer to their parent organization. The physical location is captured using the nl-core-HealthcareProvider profile, which refers this profile at the appropriate level in the hierarchy." /> + <alias value="nl-core-HealthcareProvider-Organization" /> + </element> + <element id="Organization.telecom"> + <path value="Organization.telecom" /> + <slicing> + <discriminator> + <type value="profile" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Organization.telecom:telephoneNumbers"> + <path value="Organization.telecom" /> + <sliceName value="telephoneNumbers" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers" /> + </type> + </element> + <element id="Organization.telecom:emailAddresses"> + <path value="Organization.telecom" /> + <sliceName value="emailAddresses" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses" /> + </type> + </element> + <element id="Organization.address"> + <path value="Organization.address" /> + <type> + <code value="Address" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-AddressInformation" /> + </type> + </element> + <element id="Organization.partOf"> + <path value="Organization.partOf" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization" /> + </type> + </element> + <element id="Organization.contact.name"> + <path value="Organization.contact.name" /> + <type> + <code value="HumanName" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-NameInformation" /> + </type> + </element> + <element id="Organization.contact.telecom"> + <path value="Organization.contact.telecom" /> + <slicing> + <discriminator> + <type value="profile" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Organization.contact.telecom:telephoneNumbers"> + <path value="Organization.contact.telecom" /> + <sliceName value="telephoneNumbers" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers" /> + </type> + </element> + <element id="Organization.contact.telecom:emailAddresses"> + <path value="Organization.contact.telecom" /> + <sliceName value="emailAddresses" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses" /> + </type> + </element> + <element id="Organization.contact.address"> + <path value="Organization.contact.address" /> + <type> + <code value="Address" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-AddressInformation" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/nl-core/StructureDefinitions/nl-core-HealthcareProvider.xml b/nl-core/StructureDefinitions/nl-core-HealthcareProvider.xml new file mode 100644 index 0000000..33bee7d --- /dev/null +++ b/nl-core/StructureDefinitions/nl-core-HealthcareProvider.xml @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="nl-core-HealthcareProvider" /> + <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-HealthcareProvider" /> + <name value="NlcoreHealthcareProvider" /> + <title value="nl core HealthcareProvider" /> + <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 healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor’s offices." /> + <purpose value="A derived profile from [zib-HealthcareProvider](http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider) 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-healthcareprovider-v3.6-2024EN" /> + <uri value="https://zibs.nl/wiki/HealthcareProvider-v3.6(2024EN)" /> + <name value="zib HealthcareProvider-v3.6(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Location" /> + <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider" /> + <derivation value="constraint" /> + <differential> + <element id="Location"> + <path value="Location" /> + <comment value="The zib HealthcareProvider is mapped to this Location profile and a profile on Organization (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization>). This Location profile acts as the focal resource of the HealthcareProvider because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the `managingOrganization` element. Healthcare providers usually consist of multiple organizational levels and physical locations. The hierarchical structure may be captured by using multiple instances of this HealthcareProvider profile using the `Location.partOf` element to refer to their parent Location. Each instance refers the nl-core-HealthcareProvider-Organization at the appropriate level in the hierarchy. In consultation with 'Registratie aan de Bron', it is agreed to not include the zib concept LocationNumber (NL-CM:17.2.10) due to several reasons. Firstly, its use in the Dutch realm is unclear as this concept was initiated for the Belgium realm with specific requirements. Secondly, it cannot be mapped neatly in the FHIR model which would require the use of an extension. To avoid implementation of specific and not-used FHIR requirements, it is advised to create and use an extension at the use case level where this concept is deemed necessary." /> + <alias value="nl-core-HealthcareProvider" /> + </element> + <element id="Location.telecom:telephoneNumbers"> + <path value="Location.telecom" /> + <sliceName value="telephoneNumbers" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers" /> + </type> + </element> + <element id="Location.telecom:emailAddresses"> + <path value="Location.telecom" /> + <sliceName value="emailAddresses" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses" /> + </type> + </element> + <element id="Location.address"> + <path value="Location.address" /> + <type> + <code value="Address" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-AddressInformation" /> + </type> + </element> + <element id="Location.managingOrganization"> + <path value="Location.managingOrganization" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization" /> + </type> + </element> + <element id="Location.partOf"> + <path value="Location.partOf" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/release-notes.md b/release-notes.md new file mode 100644 index 0000000..ceef22d --- /dev/null +++ b/release-notes.md @@ -0,0 +1,17 @@ +# Nictiz-R4-Zib2024 Release Notes + + +## AddressInformation (zib-AddressInformation) +* `.line.extension:houseNumberIndication.value[x]` ; constraint ; Adjusted zib-AddressInformation-1 for HouseNumberIndication ; ZIB-2218 + +## zib-ContactInformation +* `.extension:comment` ; extension ; Replaced the extension `ext-comment` with the extension `contactpoint-comment` on zib-ContactInformation-TelephoneNumbers. ; ZIBFHIR-97 +* `.extension:purpose` ; extension ; Added `contactpoint-purpose` on zib-ContactInformation-TelephoneNumbers to capture the zib terminology of NumberTypeCodelist, since the zib and FHIR ValueSet on `.use` do not completely map. +* `.extension:purpose` ; textual ; Added guidance for mapping of _EC_ in ConceptMap NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse. ; ZIB-1652 +* `ContactPoint` ; textual ; Added mapping guidance for NumberType on the root comment of zib-ContactInformation-TelephoneNumbers. + +## HealthcareProvider +### zib-HealthcareProvider-Organization +* `.type:organizationType` ; terminology ; Changed codes in OrganizationTypeCodelist; ZIB-1559, ZIB-1927 +* `.type:departmentSpecialty` ; terminology ; Changed codes in DepartmentSpecialtyCodelist; ZIB-1665 + diff --git a/zib/StructureDefinitions/ext-AddressInformation.AddressType.xml b/zib/StructureDefinitions/ext-AddressInformation.AddressType.xml new file mode 100644 index 0000000..1cfa9be --- /dev/null +++ b/zib/StructureDefinitions/ext-AddressInformation.AddressType.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="ext-AddressInformation.AddressType" /> + <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-AddressInformation.AddressType" /> + <name value="ExtAddressInformationAddressType" /> + <title value="ext AddressInformation.AddressType" /> + <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 bind the zib AddressInformation ValueSet "AdresTypeCodelijst" to the FHIR _Address_ datatype." /> + <purpose value="This extension represents the AddressType concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) AddressInformation v1.2 (2024)](https://zibs.nl/wiki/AddressInformation-v1.2(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-addressinformation-v1.2-2024EN" /> + <uri value="https://zibs.nl/wiki/AddressInformation-v1.2(2024EN)" /> + <name value="zib AddressInformation-v1.2(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <context> + <type value="element" /> + <expression value="Address" /> + </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-AddressInformation.AddressType" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="AddressType" /> + <definition value="The type of address in question, such as a home address or mailing address." /> + <alias value="AdresSoort" /> + <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.20.5.3--20240415000000" /> + </binding> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.8" /> + <comment value="AddressType" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/ext-CodeSpecification.xml b/zib/StructureDefinitions/ext-CodeSpecification.xml new file mode 100644 index 0000000..81643f6 --- /dev/null +++ b/zib/StructureDefinitions/ext-CodeSpecification.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="ext-CodeSpecification" /> + <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-CodeSpecification" /> + <name value="ExtCodeSpecification" /> + <title value="ext CodeSpecification" /> + <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="Sometimes it is not possible to use the ValueSet from the functional description on the corresponding FHIR element. This is a common occurrence when the FHIR element has datatype _code_ and has a _required_ binding with an incompatible FHIR core ValueSet. It can also happen when the FHIR element has a _string_ or other non-coded datatype. In this case, the FHIR element may be augmented with this extension to communicate the code from the functional description. This information should always be _added_ to the normal use of the FHIR element to allow for maximum interoperability." /> + <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="complex-type" /> + <abstract value="false" /> + <context> + <type value="element" /> + <expression value="code" /> + </context> + <context> + <type value="element" /> + <expression value="Coding" /> + </context> + <context> + <type value="element" /> + <expression value="string" /> + </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-CodeSpecification" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <type> + <code value="CodeableConcept" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-AddressInformation.xml b/zib/StructureDefinitions/zib-AddressInformation.xml new file mode 100644 index 0000000..1bddcb0 --- /dev/null +++ b/zib/StructureDefinitions/zib-AddressInformation.xml @@ -0,0 +1,273 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-AddressInformation" /> + <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-AddressInformation" /> + <name value="ZibAddressInformation" /> + <title value="zib AddressInformation" /> + <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="Address information includes data where a person resides (temporarily, permanently) or where a building is located." /> + <purpose value="This Address datatype represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) AddressInformation v1.2 (2024)](https://zibs.nl/wiki/AddressInformation-v1.2(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-addressinformation-v1.2-2024EN" /> + <uri value="https://zibs.nl/wiki/AddressInformation-v1.2(2024EN)" /> + <name value="zib AddressInformation-v1.2(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="true" /> + <type value="Address" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Address" /> + <derivation value="constraint" /> + <differential> + <element id="Address"> + <path value="Address" /> + <short value="AddressInformation" /> + <comment value="This datatype defines a common basis for expressing all addresses around the world, but adds extensions to express Dutch addresses specifically, according to the [zib AddressInformation v1.2 (2024)](https://zibs.nl/wiki/AddressInformation-v1.2(2024EN)). A Dutch Address still is a proper FHIR Address, which means that systems that cannot interpret the extensions will still be able to render and work with this datatype. To have true compatibility an implementer SHOULD use the core Address parts as intended. To have addresses work for Dutch context, the implementer SHOULD in addition use the extension elements. **Separate address parts** The first addition is that Dutch addresses make certain address parts separately communicable. These parts are required for use in true Dutch systems when dealing with Dutch addresses, but may not have value for international systems when information gets sent abroad. **Custom address types** The second addition is that the zib defines its own ValueSet for address types, which can only be partially expressed using the FHIR Address datatype and requires a mapping to multiple elements. The table below explains how the zib concepts are mapped to the various FHIR elements (see the ConceptMaps <http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressUse> and <http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressType> as well). The code from the zib should also be included using the extension on `Address.extension:addressType`. | zib | .ext:addressType | .use | .type | |-----------------------------------|------------------|------|----------| | Postal Address/Postadres | PST | | postal | | Primary Home/Officieel adres | HP | home | both | | Visit Address/Woon-/verblijfadres | PHYS | home | physical | | Temporary Address/Tijdelijk adres | TMP | temp | | | Work Place/Werkadres | WP | work | | | Vacation Home/Vakantie adres | HV | temp | | If `Address.type` is _both_ then this is to be understood as a dual purpose address (postal and physical), unless a specific _postal_ type address is added. Systems that support importing it like this are encouraged to do so, otherwise they may need to import this as two separate addresses. Note: FHIR core defines the AD-use extension to further specify the postal address type. However, the ValueSet used in that extension doesn't completely match the zib ValueSet. Therefore, a custom extension has been made. This doesn't preclude the use of the AD-use extension." /> + <alias value="Adresgegevens" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.1" /> + <comment value="AddressInformation" /> + </mapping> + </element> + <element id="Address.extension:addressType"> + <path value="Address.extension" /> + <sliceName value="addressType" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType" /> + </type> + </element> + <element id="Address.use"> + <path value="Address.use" /> + <short value="AddressType" /> + <definition value="The type of address in question, such as a home address or mailing address." /> + <alias value="AdresSoort" /> + <binding> + <strength value="required" /> + <description value="Use ConceptMap AdresSoortCodelijst-to-AddressUse to translate terminology from the functional model to profile terminology in ValueSet AddressUse." /> + <valueSet value="http://hl7.org/fhir/ValueSet/address-use|4.0.1"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressUse" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.8" /> + <comment value="AddressType" /> + </mapping> + </element> + <element id="Address.type"> + <path value="Address.type" /> + <short value="AddressType" /> + <definition value="The type of address in question, such as a home address or mailing address." /> + <alias value="AdresSoort" /> + <binding> + <strength value="required" /> + <description value="Use ConceptMap AdresSoortCodelijst-to-AddressType to translate terminology from the functional model to profile terminology in ValueSet AddressType." /> + <valueSet value="http://hl7.org/fhir/ValueSet/address-type|4.0.1"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressType" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.8" /> + <comment value="AddressType" /> + </mapping> + </element> + <element id="Address.line"> + <path value="Address.line" /> + <comment value="The mapping of zib AddressInformation on the FHIR Address datatype is the result of compatibility with HL7v3, which is the format that a lot of healthcare data in the Netherlands is stored in. The elements of Address stored in the address-part extensions will be ignored by applications that do not support them, so any information in them should also be duplicated in the `Address.line` to which they are attached. The value of `Address.line` should be populated with a complete string representation of all the separate extension values, like: "[Street] [HouseNumberIndication] [HouseNumber] [HouseNumberLetter] [HouseNumberAddition]"." /> + </element> + <element id="Address.line.extension:streetName"> + <path value="Address.line.extension" /> + <sliceName value="streetName" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" /> + </type> + </element> + <element id="Address.line.extension:streetName.value[x]"> + <path value="Address.line.extension.value[x]" /> + <short value="Street" /> + <definition value="Street name of the address." /> + <alias value="Straat" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.2" /> + <comment value="Street" /> + </mapping> + </element> + <element id="Address.line.extension:houseNumber"> + <path value="Address.line.extension" /> + <sliceName value="houseNumber" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" /> + </type> + </element> + <element id="Address.line.extension:houseNumber.value[x]"> + <path value="Address.line.extension.value[x]" /> + <short value="HouseNumber" /> + <definition value="House number of the address." /> + <alias value="Huisnummer" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.12" /> + <comment value="HouseNumber" /> + </mapping> + </element> + <element id="Address.line.extension:houseNumberLetter-houseNumberAddition"> + <path value="Address.line.extension" /> + <sliceName value="houseNumberLetter-houseNumberAddition" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix" /> + </type> + </element> + <element id="Address.line.extension:houseNumberLetter-houseNumberAddition.value[x]"> + <path value="Address.line.extension.value[x]" /> + <short value="HouseNumberLetter / HouseNumberAddition" /> + <definition value="* The letters or signs needed to locate the mailbox, in addition to the house number and letter. * A letter following the house number as assigned by the municipal authorities." /> + <alias value="Huisnummerletter" /> + <alias value="Huisnummertoevoeging" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.11" /> + <comment value="HouseNumberLetter" /> + </mapping> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.10" /> + <comment value="HouseNumberAddition" /> + </mapping> + </element> + <element id="Address.line.extension:houseNumberIndication"> + <path value="Address.line.extension" /> + <sliceName value="houseNumberIndication" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator" /> + </type> + </element> + <element id="Address.line.extension:houseNumberIndication.value[x]"> + <path value="Address.line.extension.value[x]" /> + <short value="HouseNumberIndication" /> + <definition value="The indication used for addresses which do not consist of the usual street name and house number." /> + <comment value="The mapping of zib AddressInformation on the FHIR Address datatype is the result of compatibility with HL7v3, which is the format that a lot of healthcare data in the Netherlands is stored in. As a result of this, the coded zib HouseNumberIndication concept (CD datatype) is mapped to a FHIR string datatype with a constraint added (the value can only be 'by' or 'to' or 'OTH')." /> + <alias value="AanduidingBijNummer" /> + <constraint> + <key value="zib-AddressInformation-1" /> + <severity value="error" /> + <human value="Must have value 'by' or 'to' or 'OTH'" /> + <expression value="$this in ('by' | 'to' | 'OTH')" /> + </constraint> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.9" /> + <comment value="HouseNumberIndication" /> + </mapping> + </element> + <element id="Address.line.extension:additionalInformation"> + <path value="Address.line.extension" /> + <sliceName value="additionalInformation" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID" /> + </type> + </element> + <element id="Address.line.extension:additionalInformation.value[x]"> + <path value="Address.line.extension.value[x]" /> + <short value="AdditionalInformation" /> + <definition value="Extra information such as the building name, building number, entrance, route number." /> + <alias value="AdditioneleInformatie" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.7" /> + <comment value="AdditionalInformation" /> + </mapping> + </element> + <element id="Address.city"> + <path value="Address.city" /> + <short value="PlaceOfResidence" /> + <definition value="A geographically determined area which forms part of the municipal area. For Dutch places of residence, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14)." /> + <alias value="Woonplaats" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.3" /> + <comment value="PlaceOfResidence" /> + </mapping> + </element> + <element id="Address.district"> + <path value="Address.district" /> + <short value="Municipality" /> + <definition value="Municipality of residence. For Dutch municipalities, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14)." /> + <alias value="Gemeente" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.4" /> + <comment value="Municipality" /> + </mapping> + </element> + <element id="Address.postalCode"> + <path value="Address.postalCode" /> + <short value="Postcode" /> + <definition value="Postcode of the address. In Dutch addresses, preferably use the postcode from the Postcode table (OID: 2.16.840.1.113883.2.4.4.15)." /> + <alias value="Postcode" /> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.6" /> + <comment value="Postcode" /> + </mapping> + </element> + <element id="Address.country"> + <path value="Address.country" /> + <comment value="The FHIR datatype does not properly support coding the country using a CodeableConcept or Coding datatype. If the sender supports coded countries, it SHALL send the coded value using the ext-CodeSpecification extension under `Address.country.extension:countryCode`." /> + </element> + <element id="Address.country.extension:countryCode"> + <path value="Address.country.extension" /> + <sliceName value="countryCode" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification" /> + </type> + </element> + <element id="Address.country.extension:countryCode.value[x]"> + <path value="Address.country.extension.value[x]" /> + <short value="Country" /> + <definition value="Country in which the address is located." /> + <alias value="Land" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.10--20240415000000" /> + </binding> + <mapping> + <identity value="zib-addressinformation-v1.2-2024EN" /> + <map value="NL-CM:20.5.5" /> + <comment value="Country" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-ContactInformation-EmailAddresses.xml b/zib/StructureDefinitions/zib-ContactInformation-EmailAddresses.xml new file mode 100644 index 0000000..304c469 --- /dev/null +++ b/zib/StructureDefinitions/zib-ContactInformation-EmailAddresses.xml @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-ContactInformation-EmailAddresses" /> + <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-ContactInformation-EmailAddresses" /> + <name value="ZibContactInformationEmailAddresses" /> + <title value="zib ContactInformation EmailAddresses" /> + <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="Contact information includes a person's telephone numbers en e-mail addresses." /> + <purpose value="This ContactPoint resource represents the EmailAddresses concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) ContactInformation v1.3.1 (2024)](https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)). To implement the entire zib, the complementary profile [zib-ContactInformation-TelephoneNumbers](http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers) should be used. Both profiles can be added in a slice with the discriminator set to `profile`/`$this`." /> + <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-contactinformation-v1.3.1-2024EN" /> + <uri value="https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)" /> + <name value="zib ContactInformation-v1.3.1(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="true" /> + <type value="ContactPoint" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/ContactPoint" /> + <derivation value="constraint" /> + <differential> + <element id="ContactPoint"> + <path value="ContactPoint" /> + <short value="EmailAddresses" /> + <comment value="Implementation of the "EmailAddresses" concept of zib ContactInformation." /> + <alias value="EmailAdressen" /> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.3" /> + <comment value="EmailAddresses" /> + </mapping> + </element> + <element id="ContactPoint.system"> + <path value="ContactPoint.system" /> + <short value="email" /> + <min value="1" /> + <patternCode value="email" /> + </element> + <element id="ContactPoint.value"> + <path value="ContactPoint.value" /> + <short value="EmailAddress" /> + <definition value="The person's e-mail address" /> + <alias value="EmailAdres" /> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.7" /> + <comment value="EmailAddress" /> + </mapping> + </element> + <element id="ContactPoint.use"> + <path value="ContactPoint.use" /> + <short value="EmailAddressType" /> + <definition value="EmailAddressType indicates whether it is a private or business e-mail address." /> + <alias value="EmailSoort" /> + <binding> + <strength value="required" /> + <description value="Use ConceptMap EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-EmailAddressesUse." /> + <valueSet value="http://nictiz.nl/fhir/ValueSet/ContactInformation-EmailAddressesUse"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.8" /> + <comment value="EmailAddressType" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-ContactInformation-TelephoneNumbers.xml b/zib/StructureDefinitions/zib-ContactInformation-TelephoneNumbers.xml new file mode 100644 index 0000000..b8fd909 --- /dev/null +++ b/zib/StructureDefinitions/zib-ContactInformation-TelephoneNumbers.xml @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-ContactInformation-TelephoneNumbers" /> + <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-ContactInformation-TelephoneNumbers" /> + <name value="ZibContactInformationTelephoneNumbers" /> + <title value="zib ContactInformation TelephoneNumbers" /> + <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="Contact information includes a person's telephone numbers en e-mail addresses." /> + <purpose value="This ContactPoint resource represents the TelephoneNumbers concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) ContactInformation v1.3.1 (2024)](https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)). For the entire zib, the complementary profile [zib-ContactInformation-EmailAddresses](http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses) should be used. Both profiles can be added in a slice with the discriminator set to `profile`/`$this`." /> + <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-contactinformation-v1.3.1-2024EN" /> + <uri value="https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)" /> + <name value="zib ContactInformation-v1.3.1(2024EN)" /> + </mapping> + <kind value="complex-type" /> + <abstract value="true" /> + <type value="ContactPoint" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/ContactPoint" /> + <derivation value="constraint" /> + <differential> + <element id="ContactPoint"> + <path value="ContactPoint" /> + <short value="TelephoneNumbers" /> + <comment value="Implementation of the "TelephoneNumbers" concept of zib ContactInformation. Please note that, although the zib concepts TelecomType and NumberType are functionally equivalent to the FHIR concepts `ContactPoint.system` and `ContactPoint.use` respectively, a mismatch occurs on the concept of mobile phone numbers; the zib uses the first concept and FHIR the second. For this reason, the ValueSet on `ContactPoint.system` is too narrow and the zib code will need to be communicated using the ext-CodeSpecification extension. Moreover, the NumberType contains an emergency contact concept which cannot be cleanly mapped using the ContactPointUse ValueSet on `.use`, as it entails more specific information on a standard work telephone number. While the CodeSpecification extension is typically used for conveying such granular information, this profile recognizes the suitability of the ContactPoint Purpose extension introduced in R5 and preadopts it here instead." /> + <alias value="Telefoonnummers" /> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.2" /> + <comment value="TelephoneNumbers" /> + </mapping> + </element> + <element id="ContactPoint.extension:comment"> + <path value="ContactPoint.extension" /> + <sliceName value="comment" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/contactpoint-comment" /> + </type> + </element> + <element id="ContactPoint.extension:comment.value[x]"> + <path value="ContactPoint.extension.value[x]" /> + <short value="Comment" /> + <definition value="Explanation about the telephone number and how to use it. It can be indicated, for example, that it is a department number (for healthcare professionnals) or that availability by phone is only possible during a specified part of the day." /> + <alias value="Toelichting" /> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.9" /> + <comment value="Comment" /> + </mapping> + </element> + <element id="ContactPoint.extension:purpose"> + <path value="ContactPoint.extension" /> + <sliceName value="purpose" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/contactpoint-purpose" /> + </type> + <isModifier value="false" /> + </element> + <element id="ContactPoint.extension:purpose.value[x]"> + <path value="ContactPoint.extension.value[x]" /> + <short value="NumberType" /> + <definition value="NumberType indicates whether the number is a landline, temporary, work telephone number. Only emergency contact numbers are profiled here." /> + <alias value="NummerSoort" /> + <binding> + <strength value="extensible" /> + <valueSet value="http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersUse-EmergencyContact" /> + </binding> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.6" /> + <comment value="NumberType" /> + </mapping> + </element> + <element id="ContactPoint.system"> + <path value="ContactPoint.system" /> + <short value="TelecomType" /> + <definition value="The telecom or device type that the telephone number is connected to." /> + <alias value="TelecomType" /> + <min value="1" /> + <binding> + <strength value="required" /> + <description value="Use ConceptMap TelecomType-to-ContactInformation-TelephoneNumbersSystem to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-TelephoneNumbersSystem." /> + <valueSet value="http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/TelecomType-to-ContactInformation-TelephoneNumbersSystem" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.5" /> + <comment value="TelecomType" /> + </mapping> + </element> + <element id="ContactPoint.system.extension:telecomType"> + <path value="ContactPoint.system.extension" /> + <sliceName value="telecomType" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification" /> + </type> + </element> + <element id="ContactPoint.system.extension:telecomType.value[x]"> + <path value="ContactPoint.system.extension.value[x]" /> + <short value="TelecomType" /> + <definition value="The telecom or device type that the telephone number is connected to." /> + <alias value="TelecomType" /> + <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.6.1--20240415000000" /> + </binding> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.5" /> + <comment value="TelecomType" /> + </mapping> + </element> + <element id="ContactPoint.value"> + <path value="ContactPoint.value" /> + <short value="TelephoneNumber" /> + <definition value="The person's telephone number." /> + <alias value="Telefoonnummer" /> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.4" /> + <comment value="TelephoneNumber" /> + </mapping> + </element> + <element id="ContactPoint.use"> + <path value="ContactPoint.use" /> + <short value="NumberType" /> + <definition value="NumberType indicates whether the number is a landline, temporary, work telephone number." /> + <comment value="Whenever the NumberType is _EC_, use the contactpoint-purpose extension to convey the NumberType and populate this element with _work_. The functional model typically relies on the CodeSpecification extension for conveying more detailed information. However, since R5 already provides an extension for the purpose of a ContactPoint, it is pre-adopted in this profile instead." /> + <alias value="NummerSoort" /> + <binding> + <strength value="required" /> + <description value="Use ConceptMap NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-TelephoneNumbersUse." /> + <valueSet value="http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersUse"> + <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap"> + <valueCanonical value="http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse" /> + </extension> + </valueSet> + </binding> + <mapping> + <identity value="zib-contactinformation-v1.3.1-2024EN" /> + <map value="NL-CM:20.6.6" /> + <comment value="NumberType" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-HealthcareProvider-Organization.xml b/zib/StructureDefinitions/zib-HealthcareProvider-Organization.xml new file mode 100644 index 0000000..ee0ddba --- /dev/null +++ b/zib/StructureDefinitions/zib-HealthcareProvider-Organization.xml @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-HealthcareProvider-Organization" /> + <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-HealthcareProvider-Organization" /> + <name value="ZibHealthcareProviderOrganization" /> + <title value="zib HealthcareProvider Organization" /> + <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 healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor’s offices." /> + <purpose value="This Organization resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) HealthcareProvider v3.6 (2024)](https://zibs.nl/wiki/HealthcareProvider-v3.6(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-healthcareprovider-v3.6-2024EN" /> + <uri value="https://zibs.nl/wiki/HealthcareProvider-v3.6(2024EN)" /> + <name value="zib HealthcareProvider-v3.6(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="Organization" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Organization" /> + <derivation value="constraint" /> + <differential> + <element id="Organization"> + <path value="Organization" /> + <short value="HealthcareProvider" /> + <comment value="The zib HealthcareProvider is mapped to this Organization profile and a profile on Location(<http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider>). The Location profile acts as the focal resource of the HealthcareProvider because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. Often there's no clear distinction between an organizational structure and a physical location. As a rule of thumb, locations are always used for recording where a service occurs, and hence where encounters and observations take place. Healthcare providers usually consist of multiple organizational levels and physical locations. The hierarchical structure may be captured by using multiple instances of this profile, using the `Organization.partOf` element to refer to their parent organization. The physical location is captured using the zib-HealthcareProvider profile, which refers this profile at the appropriate level in the hierarchy." /> + <alias value="Zorgaanbieder" /> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.1" /> + <comment value="HealthcareProvider" /> + </mapping> + </element> + <element id="Organization.identifier"> + <path value="Organization.identifier" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + <short value="HealthcareProviderIdentificationNumber" /> + <definition value="The organization’s identification number. For Dutch healthcare providers, the URA number or the AGB number is used, if possible. Depending on the context other ID's are also possible. For foreign or non-affiliated healthcare providers, another unique identification number can be used. This must be accompanied by the name and/or code of the issuing organization." /> + <alias value="ZorgaanbiederIdentificatienummer" /> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.2" /> + <comment value="HealthcareProviderIdentificationNumber" /> + </mapping> + </element> + <element id="Organization.identifier:ura"> + <path value="Organization.identifier" /> + <sliceName value="ura" /> + <patternIdentifier> + <system value="http://fhir.nl/fhir/NamingSystem/ura" /> + </patternIdentifier> + </element> + <element id="Organization.identifier:agb"> + <path value="Organization.identifier" /> + <sliceName value="agb" /> + <patternIdentifier> + <system value="http://fhir.nl/fhir/NamingSystem/agb-z" /> + </patternIdentifier> + </element> + <element id="Organization.type"> + <path value="Organization.type" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Organization.type:departmentSpecialty"> + <path value="Organization.type" /> + <sliceName value="departmentSpecialty" /> + <short value="DepartmentSpecialty" /> + <definition value="The specialty of the healthcare provider’s department. The departmental specialty can be filled in if further indication of the healthcare provider is needed." /> + <alias value="AfdelingSpecialisme" /> + <max value="1" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20240415000000" /> + </binding> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.7" /> + <comment value="DepartmentSpecialty" /> + </mapping> + </element> + <element id="Organization.type:organizationType"> + <path value="Organization.type" /> + <sliceName value="organizationType" /> + <short value="OrganizationType" /> + <definition value="The type of healthcare provider, such as general hospital, or nursing home. If this field is filled in and an AGB code is used for the HealthcareProviderIdentificationNumber, the type must match the type implicitly contained in the AGB code." /> + <alias value="OrganisatieType" /> + <max value="1" /> + <binding> + <strength value="required" /> + <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20240415000000" /> + </binding> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.4" /> + <comment value="OrganizationType" /> + </mapping> + </element> + <element id="Organization.name"> + <path value="Organization.name" /> + <short value="OrganizationName" /> + <definition value="Name of the organization. If an identification number is given, the name must match the name that corresponds to the identification number." /> + <alias value="OrganisatieNaam" /> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.3" /> + <comment value="OrganizationName" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/StructureDefinitions/zib-HealthcareProvider.xml b/zib/StructureDefinitions/zib-HealthcareProvider.xml new file mode 100644 index 0000000..4abdf3b --- /dev/null +++ b/zib/StructureDefinitions/zib-HealthcareProvider.xml @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="utf-8"?> +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="zib-HealthcareProvider" /> + <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-HealthcareProvider" /> + <name value="ZibHealthcareProvider" /> + <title value="zib HealthcareProvider" /> + <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 healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor’s offices." /> + <purpose value="This Location resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) HealthcareProvider v3.6 (2024)](https://zibs.nl/wiki/HealthcareProvider-v3.6(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-healthcareprovider-v3.6-2024EN" /> + <uri value="https://zibs.nl/wiki/HealthcareProvider-v3.6(2024EN)" /> + <name value="zib HealthcareProvider-v3.6(2024EN)" /> + </mapping> + <kind value="resource" /> + <abstract value="true" /> + <type value="Location" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Location" /> + <derivation value="constraint" /> + <differential> + <element id="Location"> + <path value="Location" /> + <short value="HealthcareProvider / OrganizationLocation" /> + <comment value="The zib HealthcareProvider is mapped to this Location profile and a profile on Organization (<http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization>). This Location profile acts as the focal resource of the HealthcareProvider because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the `managingOrganization` element. Healthcare providers usually consist of multiple organizational levels and physical locations. The hierarchical structure may be captured by using multiple instances of this HealthcareProvider profile using the `Location.partOf` element to refer to their parent Location. Each instance refers the zib-HealthcareProvider-Organization at the appropriate level in the hierarchy. In consultation with 'Registratie aan de Bron', it is agreed to not include the zib concept LocationNumber (NL-CM:17.2.10) due to several reasons. Firstly, its use in the Dutch realm is unclear as this concept was initiated for the Belgium realm with specific requirements. Secondly, it cannot be mapped neatly in the FHIR model which would require the use of an extension. To avoid implementation of specific and not-used FHIR requirements, it is advised to create and use an extension at the use case level where this concept is deemed necessary." /> + <alias value="OrganisatieLocatie" /> + <alias value="Zorgaanbieder" /> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.1" /> + <comment value="HealthcareProvider" /> + </mapping> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.9" /> + <comment value="OrganizationLocation" /> + </mapping> + </element> + <element id="Location.name"> + <path value="Location.name" /> + <short value="LocationName" /> + <definition value="Name of the location." /> + <alias value="LocatieNaam" /> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.8" /> + <comment value="LocationName" /> + </mapping> + </element> + <element id="Location.telecom"> + <path value="Location.telecom" /> + <slicing> + <discriminator> + <type value="profile" /> + <path value="$this" /> + </discriminator> + <rules value="open" /> + </slicing> + <short value="ContactInformation" /> + <definition value="The information needed to contact the healthcare organization via telephone and/or e-mail." /> + <comment value="The cardinality mismatch between the zib (`0..1`) and FHIR (`0..*`) is explained by the containers TelephoneNumbers (`0..*`) and EmailAddresses (`0..*`) inside the ContactInformation model. The FHIR datatype ContactPoint does not have these containers." /> + <alias value="Contactgegevens" /> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.6" /> + <comment value="ContactInformation" /> + </mapping> + </element> + <element id="Location.telecom:telephoneNumbers"> + <path value="Location.telecom" /> + <sliceName value="telephoneNumbers" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers" /> + </type> + </element> + <element id="Location.telecom:emailAddresses"> + <path value="Location.telecom" /> + <sliceName value="emailAddresses" /> + <type> + <code value="ContactPoint" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses" /> + </type> + </element> + <element id="Location.address"> + <path value="Location.address" /> + <definition value="The physical address of the healthcare provider’s location." /> + <comment value="The cardinality mismatch with the zib (`0..1` versus `0..*`) is explained by the restriction of FHIR to limit the `Location.address` to a physical address while the zib allows for other types of addresses (e.g. a postal address). Other types of addresses than a physical address are given in `Organization.address` which is referenced by `Location.managingOrganization`." /> + <type> + <code value="Address" /> + <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation" /> + </type> + <mapping> + <identity value="zib-healthcareprovider-v3.6-2024EN" /> + <map value="NL-CM:17.2.5" /> + <comment value="AddressInformation" /> + </mapping> + </element> + <element id="Location.managingOrganization"> + <path value="Location.managingOrganization" /> + <type> + <code value="Reference" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> + <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization" /> + </type> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/zib/vocabulary/generated/CodeSystem-COD016VEKTVektisAGBmedischespecialismen-2.16.840.1.113883.2.4.6.7.xml b/zib/vocabulary/generated/CodeSystem-COD016VEKTVektisAGBmedischespecialismen-2.16.840.1.113883.2.4.6.7.xml new file mode 100644 index 0000000..a532c4a --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-COD016VEKTVektisAGBmedischespecialismen-2.16.840.1.113883.2.4.6.7.xml @@ -0,0 +1,26 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.6.7"/> + <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-09-12T11:37:52+00:00"/> + </valuePeriod> + </extension> + <url value="urn:oid:2.16.840.1.113883.2.4.6.7"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.6.7"/> + </identifier> + <version value="2024-09-12T11:37:52"/> + <name value="COD016VEKTVektisAGBmedischespecialismen"/> + <title value="COD016-VEKT (Vektis AGB-medische specialismen)"/> + <status value="unknown"/> + <publisher value="ART-DECOR"/> + <description value="COD016-VEKT (Vektis AGB-medische specialismen)"/> + <content value="not-present"/> +</CodeSystem> diff --git a/zib/vocabulary/generated/CodeSystem-GBATabel34Landen-2.16.840.1.113883.2.4.4.16.34.xml b/zib/vocabulary/generated/CodeSystem-GBATabel34Landen-2.16.840.1.113883.2.4.4.16.34.xml new file mode 100644 index 0000000..bc54159 --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-GBATabel34Landen-2.16.840.1.113883.2.4.4.16.34.xml @@ -0,0 +1,5141 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.4.16.34"/> + <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="2020-03-31T00:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="urn:oid:2.16.840.1.113883.2.4.4.16.34"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.4.16.34"/> + </identifier> + <version value="2020-03-31T00:00:00"/> + <name value="GBATabel34Landen"/> + <title value="GBA Tabel 34 Landen"/> + <status value="active"/> + <experimental value="false"/> + <publisher value="Rijksdienst voor Identiteitsgegevens"/> + <contact> + <name value="Rijksdienst voor Identiteitsgegevens"/> + <telecom> + <system value="url"/> + <value value="http://publicaties.rvig.nl"/> + </telecom> + </contact> + <description value="Een opsomming van alle huidige en voormalige landen met hun codes, namen en geldigheidstermijnen. Link naar de bron [https://publicaties.rvig.nl/Landelijke_tabellen/Inleiding_op_de_Landelijke_Tabellen_GBA](https://publicaties.rvig.nl/Landelijke_tabellen/Inleiding_op_de_Landelijke_Tabellen_GBA)"/> + <copyright value="Rijksdienst voor Identiteitsgegevens"/> + <caseSensitive value="false"/> + <content value="complete"/> + <count value="390"/> + <property> + <code value="status"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="A code that indicates the status of the concept. Values found in this version of the code system are: active, deprecated"/> + <type value="code"/> + </property> + <property> + <code value="deprecated"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged, and they should be expected to be made inactive in a future release. Property type is dateTime. Note that the status property may also be used to indicate that a concept is deprecated"/> + <type value="dateTime"/> + </property> + <property> + <code value="effectiveDate"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The date at which the concept was status was last changed. This is calculated based on the highest of 'creation date', 'expiration date', and 'official release date'"/> + <type value="dateTime"/> + </property> + <property> + <code value="inactive"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged, and they should be expected to be made inactive in a future release. Property type is dateTime. Note that the status property may also be used to indicate that a concept is deprecated"/> + <type value="boolean"/> + </property> + <concept> + <code value="0000"/> + <display value="Onbekend"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5001"/> + <display value="Canada"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1867-07-01"/> + </property> + </concept> + <concept> + <code value="5002"/> + <display value="Frankrijk"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5003"/> + <display value="Zwitserland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5004"/> + <display value="Rhodesië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1979-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1979-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5005"/> + <display value="Malawi"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-07-06"/> + </property> + </concept> + <concept> + <code value="5006"/> + <display value="Cuba"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5007"/> + <display value="Suriname"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5008"/> + <display value="Tunesië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5009"/> + <display value="Oostenrijk"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5010"/> + <display value="België"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5011"/> + <display value="Botswana"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1966-09-30"/> + </property> + </concept> + <concept> + <code value="5012"/> + <display value="Iran"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5013"/> + <display value="Nieuw-Zeeland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5014"/> + <display value="Zuid-Afrika"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5015"/> + <display value="Denemarken"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5016"/> + <display value="Noord-Jemen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1990-05-22"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1990-05-22"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5017"/> + <display value="Hongarije"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5018"/> + <display value="Saoedi-Arabië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5019"/> + <display value="Liberia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1847-07-26"/> + </property> + </concept> + <concept> + <code value="5020"/> + <display value="Ethiopië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5021"/> + <display value="Chili"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5022"/> + <display value="Marokko"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5023"/> + <display value="Togo"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5024"/> + <display value="Ghana"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1957-03-06"/> + </property> + </concept> + <concept> + <code value="5025"/> + <display value="Laos"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5026"/> + <display value="Angola"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5027"/> + <display value="Filipijnen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5028"/> + <display value="Zambia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-10-24"/> + </property> + </concept> + <concept> + <code value="5029"/> + <display value="Mali"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-06-20"/> + </property> + </concept> + <concept> + <code value="5030"/> + <display value="Ivoorkust"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5031"/> + <display value="Burma"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1989-06-18"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1989-06-18"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5032"/> + <display value="Monaco"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5033"/> + <display value="Colombia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5034"/> + <display value="Albanië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5035"/> + <display value="Kameroen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-01-01"/> + </property> + </concept> + <concept> + <code value="5036"/> + <display value="Zuid-Vietnam"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1976-07-02"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1976-07-02"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5037"/> + <display value="Singapore"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5038"/> + <display value="Paraguay"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5039"/> + <display value="Zweden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5040"/> + <display value="Cyprus"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5041"/> + <display value="Australisch Nieuw-Guinea"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-09-16"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-09-16"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5042"/> + <display value="Brunei"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5043"/> + <display value="Irak"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5044"/> + <display value="Mauritius"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5045"/> + <display value="Vaticaanstad"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1929-02-11"/> + </property> + </concept> + <concept> + <code value="5046"/> + <display value="Kashmir"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5047"/> + <display value="Myanmar"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1989-06-18"/> + </property> + </concept> + <concept> + <code value="5048"/> + <display value="Jemen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1990-05-22"/> + </property> + </concept> + <concept> + <code value="5049"/> + <display value="Slovenië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1992-01-15"/> + </property> + </concept> + <concept> + <code value="5050"/> + <display value="Zaïre"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1997-07-15"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1997-07-15"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5051"/> + <display value="Kroatië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1992-01-15"/> + </property> + </concept> + <concept> + <code value="5052"/> + <display value="Taiwan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5053"/> + <display value="Rusland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="5054"/> + <display value="Armenië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="5055"/> + <display value="Ascension"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5056"/> + <display value="Azoren"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5057"/> + <display value="Bahrein"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5058"/> + <display value="Bhutan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5059"/> + <display value="Britse Antillen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1981-11-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1981-11-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5060"/> + <display value="Comoren"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5061"/> + <display value="Falklandeilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5062"/> + <display value="Frans-Guyana"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5063"/> + <display value="Frans-Somaliland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1977-06-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1977-06-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5064"/> + <display value="Gilbert- en Ellice-eilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-10-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-10-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5065"/> + <display value="Groenland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5066"/> + <display value="Guadeloupe"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5067"/> + <display value="Kaapverdische Eilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-07-05"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-07-05"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5068"/> + <display value="Macau"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1999-12-20"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1999-12-20"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5069"/> + <display value="Martinique"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5070"/> + <display value="Mozambique"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-06-25"/> + </property> + </concept> + <concept> + <code value="5071"/> + <display value="Pitcairneilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5072"/> + <display value="Guinee-Bissau"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5073"/> + <display value="Réunion"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5074"/> + <display value="Saint Pierre en Miquelon"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5075"/> + <display value="Seychellen en Amiranten"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5076"/> + <display value="Tonga"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5077"/> + <display value="Wallis en Futuna"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5078"/> + <display value="Zuidwest-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1990-03-21"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1990-03-21"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5079"/> + <display value="Frans-Indië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5080"/> + <display value="Johnston"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5081"/> + <display value="Kedah"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5082"/> + <display value="Kelantan"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5083"/> + <display value="Malakka"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5084"/> + <display value="Mayotte"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="5085"/> + <display value="Negri Sembilan"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5086"/> + <display value="Pahang"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5087"/> + <display value="Perak"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5088"/> + <display value="Perlis"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5089"/> + <display value="Portugees-Indië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1961-12-18"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1961-12-18"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5090"/> + <display value="Selangor"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5091"/> + <display value="Sikkim"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5092"/> + <display value="Saint Vincent en de Grenadines"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1979-10-27"/> + </property> + </concept> + <concept> + <code value="5093"/> + <display value="Spitsbergen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5094"/> + <display value="Trengganu"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5095"/> + <display value="Aruba"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1986-01-01"/> + </property> + </concept> + <concept> + <code value="5096"/> + <display value="Burkina Faso"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1984-08-04"/> + </property> + </concept> + <concept> + <code value="5097"/> + <display value="Azerbeidzjan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="5098"/> + <display value="Belarus"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="5099"/> + <display value="Kazachstan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="5100"/> + <display value="Macedonië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="2019-02-12"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2019-02-12"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5101"/> + <display value="Timor Leste"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2002-05-20"/> + </property> + </concept> + <concept> + <code value="5102"/> + <display value="Servië en Montenegro"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="2006-06-03"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2006-06-03"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="5103"/> + <display value="Servië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2006-06-03"/> + </property> + </concept> + <concept> + <code value="5104"/> + <display value="Montenegro"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2006-06-03"/> + </property> + </concept> + <concept> + <code value="5105"/> + <display value="Kosovo"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2008-02-17"/> + </property> + </concept> + <concept> + <code value="5106"/> + <display value="Bonaire"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2010-10-10"/> + </property> + </concept> + <concept> + <code value="5107"/> + <display value="Curaçao"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2010-10-10"/> + </property> + </concept> + <concept> + <code value="5108"/> + <display value="Saba"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2010-10-10"/> + </property> + </concept> + <concept> + <code value="5109"/> + <display value="Sint Eustatius"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2010-10-10"/> + </property> + </concept> + <concept> + <code value="5110"/> + <display value="Sint Maarten"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2010-10-10"/> + </property> + </concept> + <concept> + <code value="5111"/> + <display value="Zuid-Soedan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2011-07-09"/> + </property> + </concept> + <concept> + <code value="5112"/> + <display value="Gazastrook en Westelijke Jordaanoever"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1948-05-15"/> + </property> + </concept> + <concept> + <code value="5113"/> + <display value="Republiek Noord-Macedonië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2019-02-12"/> + </property> + </concept> + <concept> + <code value="6000"/> + <display value="Moldavië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6001"/> + <display value="Burundi"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1962-07-01"/> + </property> + </concept> + <concept> + <code value="6002"/> + <display value="Finland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6003"/> + <display value="Griekenland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6004"/> + <display value="Guatemala"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6005"/> + <display value="Nigeria"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6006"/> + <display value="Libië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6007"/> + <display value="Ierland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6008"/> + <display value="Brazilië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6009"/> + <display value="Rwanda"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1962-07-01"/> + </property> + </concept> + <concept> + <code value="6010"/> + <display value="Venezuela"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6011"/> + <display value="IJsland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6012"/> + <display value="Liechtenstein"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6013"/> + <display value="Somalië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-07-01"/> + </property> + </concept> + <concept> + <code value="6014"/> + <display value="Verenigde Staten van Amerika"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6015"/> + <display value="Bolivia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6016"/> + <display value="Australië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6017"/> + <display value="Jamaica"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6018"/> + <display value="Luxemburg"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6019"/> + <display value="Tsjaad"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6020"/> + <display value="Mauritanië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6021"/> + <display value="Kirgizië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6022"/> + <display value="China"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6023"/> + <display value="Afghanistan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6024"/> + <display value="Indonesië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1949-12-27"/> + </property> + </concept> + <concept> + <code value="6025"/> + <display value="Guyana"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1966-05-26"/> + </property> + </concept> + <concept> + <code value="6026"/> + <display value="Noord-Vietnam"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1976-07-02"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1976-07-02"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6027"/> + <display value="Noorwegen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6028"/> + <display value="San Marino"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6029"/> + <display value="Duitsland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6030"/> + <display value="Nederland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6031"/> + <display value="Cambodja"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6032"/> + <display value="Fiji"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6033"/> + <display value="Bahama's"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6034"/> + <display value="Israël"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1948-05-14"/> + </property> + </concept> + <concept> + <code value="6035"/> + <display value="Nepal"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6036"/> + <display value="Zuid-Korea"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6037"/> + <display value="Spanje"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6038"/> + <display value="Oekraïne"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6039"/> + <display value="Groot-Brittannië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6040"/> + <display value="Niger"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6041"/> + <display value="Haïti"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6042"/> + <display value="Jordanië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6043"/> + <display value="Turkije"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6044"/> + <display value="Trinidad en Tobago"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6045"/> + <display value="Joegoslavië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1996-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1996-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6046"/> + <display value="Opper-Volta"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1984-08-04"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1984-08-04"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6047"/> + <display value="Algerije"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6048"/> + <display value="Gabon"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6049"/> + <display value="Noord-Korea"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1945-09-06"/> + </property> + </concept> + <concept> + <code value="6050"/> + <display value="Oezbekistan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6051"/> + <display value="Sierra Leone"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6052"/> + <display value="Brits-Honduras"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1973-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1973-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6053"/> + <display value="Canarische Eilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6054"/> + <display value="Frans-Polynesië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6055"/> + <display value="Gibraltar"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6056"/> + <display value="Portugees-Timor"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1976-07-17"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1976-07-17"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6057"/> + <display value="Tadzjikistan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6058"/> + <display value="Britse Salomonseilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1978-07-07"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1978-07-07"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6059"/> + <display value="São Tomé en Principe"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6060"/> + <display value="Sint-Helena"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6061"/> + <display value="Tristan Da Cunha"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="6062"/> + <display value="West-Samoa"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1997-07-04"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1997-07-04"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6063"/> + <display value="Turkmenistan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6064"/> + <display value="Georgië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + </concept> + <concept> + <code value="6065"/> + <display value="Bosnië-Herzegovina"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1992-04-06"/> + </property> + </concept> + <concept> + <code value="6066"/> + <display value="Tsjechië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1993-01-01"/> + </property> + </concept> + <concept> + <code value="6067"/> + <display value="Slowakije"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1993-01-01"/> + </property> + </concept> + <concept> + <code value="6068"/> + <display value="Federale Republiek Joegoslavië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="2004-02-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2004-02-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="6069"/> + <display value="Democratische Republiek Congo"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1997-05-17"/> + </property> + </concept> + <concept> + <code value="7001"/> + <display value="Uganda"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7002"/> + <display value="Kenya"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-12-12"/> + </property> + </concept> + <concept> + <code value="7003"/> + <display value="Malta"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7004"/> + <display value="Barbados"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7005"/> + <display value="Andorra"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7006"/> + <display value="Mexico"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7007"/> + <display value="Costa Rica"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7008"/> + <display value="Gambia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7009"/> + <display value="Syrië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7011"/> + <display value="Nederlandse Antillen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="2010-10-10"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2010-10-10"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7012"/> + <display value="Zuid-Jemen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1990-05-22"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1990-05-22"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7014"/> + <display value="Egypte"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7015"/> + <display value="Argentinië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7016"/> + <display value="Lesotho"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1966-10-04"/> + </property> + </concept> + <concept> + <code value="7017"/> + <display value="Honduras"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7018"/> + <display value="Nicaragua"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7020"/> + <display value="Pakistan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7021"/> + <display value="Senegal"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7023"/> + <display value="Dahomey"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-11-30"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-11-30"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7024"/> + <display value="Bulgarije"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7026"/> + <display value="Maleisië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-09-16"/> + </property> + </concept> + <concept> + <code value="7027"/> + <display value="Dominicaanse Republiek"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7028"/> + <display value="Polen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7029"/> + <display value="Rusland (oud)"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1917-11-07"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1917-11-07"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7030"/> + <display value="Britse Maagdeneilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7031"/> + <display value="Tanzania"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-04-27"/> + </property> + </concept> + <concept> + <code value="7032"/> + <display value="El Salvador"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7033"/> + <display value="Sri Lanka"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1972-05-22"/> + </property> + </concept> + <concept> + <code value="7034"/> + <display value="Soedan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7035"/> + <display value="Japan"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7036"/> + <display value="Hongkong"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1997-07-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1997-07-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7037"/> + <display value="Panama"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7038"/> + <display value="Uruguay"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7039"/> + <display value="Ecuador"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7040"/> + <display value="Guinee"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7041"/> + <display value="Maldiven"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7042"/> + <display value="Thailand"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7043"/> + <display value="Libanon"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7044"/> + <display value="Italië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7045"/> + <display value="Koeweit"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7046"/> + <display value="India"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7047"/> + <display value="Roemenië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7048"/> + <display value="Tsjecho-Slowakije"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1993-01-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1993-01-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7049"/> + <display value="Peru"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7050"/> + <display value="Portugal"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7051"/> + <display value="Oman"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1970-08-09"/> + </property> + </concept> + <concept> + <code value="7052"/> + <display value="Mongolië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7053"/> + <display value="Samoa"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1997-07-04"/> + </property> + </concept> + <concept> + <code value="7054"/> + <display value="Verenigde Arabische Emiraten"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1971-12-02"/> + </property> + </concept> + <concept> + <code value="7055"/> + <display value="Tibet"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7057"/> + <display value="Nauru"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7058"/> + <display value="Nederlands Nieuw-Guinea"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1962-10-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1962-10-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7059"/> + <display value="Tanganyika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1964-04-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-04-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7060"/> + <display value="Palestina"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1948-05-15"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1948-05-15"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7062"/> + <display value="Brits West-Indië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1962-02-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1962-02-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7063"/> + <display value="Portugees-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7064"/> + <display value="Letland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1918-11-18"/> + </property> + </concept> + <concept> + <code value="7065"/> + <display value="Estland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7066"/> + <display value="Litouwen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1918-02-16"/> + </property> + </concept> + <concept> + <code value="7067"/> + <display value="Brits-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7068"/> + <display value="Belgisch-Congo"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1960-06-30"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-06-30"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7070"/> + <display value="Brits-Indië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1947-08-15"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1947-08-15"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7071"/> + <display value="Noord-Rhodesië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1964-10-24"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-10-24"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7072"/> + <display value="Zuid-Rhodesië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1965-11-11"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1965-11-11"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7073"/> + <display value="Saarland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7074"/> + <display value="Frans Indochina"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7075"/> + <display value="Brits West-Borneo"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7076"/> + <display value="Goudkust"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1957-03-06"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1957-03-06"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7077"/> + <display value="Ras al-Khaimah"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7079"/> + <display value="Frans-Congo"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1960-08-15"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-08-15"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7080"/> + <display value="Siam"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7082"/> + <display value="Brits Oost-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1963-12-12"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-12-12"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7083"/> + <display value="Brits Noord-Borneo"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7084"/> + <display value="Bangladesh"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1971-12-16"/> + </property> + </concept> + <concept> + <code value="7085"/> + <display value="Duitse Democratische Republiek"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1990-10-03"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1990-10-03"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7087"/> + <display value="Madeira-eilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7088"/> + <display value="Amerikaanse Maagdeneilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7089"/> + <display value="Australische Salomonseilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-09-16"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-09-16"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7091"/> + <display value="Spaanse Sahara"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1976-02-26"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1976-02-26"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7092"/> + <display value="Caymaneilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7093"/> + <display value="Caicoseilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7094"/> + <display value="Turkseilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="7095"/> + <display value="Brits Antarctisch Territorium"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7096"/> + <display value="Brits Indische Oceaanterritorium"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7097"/> + <display value="Cookeilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7098"/> + <display value="Tokelau"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="7099"/> + <display value="Nieuw-Caledonië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8000"/> + <display value="Hawaii-eilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8001"/> + <display value="Guam"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8002"/> + <display value="Amerikaans-Samoa"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8003"/> + <display value="Midway"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8004"/> + <display value="Riukiu-eilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8005"/> + <display value="Wake"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8006"/> + <display value="Pacific-eilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8008"/> + <display value="Grenada"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8009"/> + <display value="Marianen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8010"/> + <display value="Cabinda"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8011"/> + <display value="Canton en Enderbury"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8012"/> + <display value="Christmaseiland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8013"/> + <display value="Cocoseilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8014"/> + <display value="Faeröer"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8015"/> + <display value="Montserrat"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8016"/> + <display value="Norfolk"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8017"/> + <display value="Belize"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8018"/> + <display value="Tasmanië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8019"/> + <display value="Turks- en Caicoseilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8020"/> + <display value="Puerto Rico"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8021"/> + <display value="Papoea-Nieuw-Guinea"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-09-16"/> + </property> + </concept> + <concept> + <code value="8022"/> + <display value="Salomonseilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1978-07-07"/> + </property> + </concept> + <concept> + <code value="8023"/> + <display value="Benin"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-11-30"/> + </property> + </concept> + <concept> + <code value="8024"/> + <display value="Vietnam"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8025"/> + <display value="Kaapverdië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8026"/> + <display value="Seychellen"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8027"/> + <display value="Kiribati"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1979-07-12"/> + </property> + </concept> + <concept> + <code value="8028"/> + <display value="Tuvalu"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-10-01"/> + </property> + </concept> + <concept> + <code value="8029"/> + <display value="Saint Lucia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8030"/> + <display value="Dominica"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8031"/> + <display value="Zimbabwe"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1979-06-01"/> + </property> + </concept> + <concept> + <code value="8032"/> + <display value="Dubai"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8033"/> + <display value="Nieuwe Hebriden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1980-07-30"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1980-07-30"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8034"/> + <display value="Kanaaleilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8035"/> + <display value="Man"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8036"/> + <display value="Anguilla"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8037"/> + <display value="Saint Kitts en Nevis"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8038"/> + <display value="Antigua"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1981-11-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1981-11-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8039"/> + <display value="Saint Vincent"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1979-10-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1979-10-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8040"/> + <display value="Gilberteilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1979-07-12"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1979-07-12"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8041"/> + <display value="Panamakanaalzone"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="8042"/> + <display value="Saint Kitts, Nevis en Anguilla"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1980-12-19"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1980-12-19"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8043"/> + <display value="Belau"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1994-10-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1994-10-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="8044"/> + <display value="Palau"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1994-10-01"/> + </property> + </concept> + <concept> + <code value="8045"/> + <display value="Antigua en Barbuda"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1981-11-01"/> + </property> + </concept> + <concept> + <code value="9000"/> + <display value="Newfoundland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9001"/> + <display value="Nyasaland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1964-07-06"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-07-06"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9003"/> + <display value="Eritrea"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9005"/> + <display value="Ifni"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1969-01-06"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1969-01-06"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9006"/> + <display value="Brits-Kameroen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1961-10-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1961-10-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9007"/> + <display value="Keizer Wilhelmsland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9008"/> + <display value="Congo"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-08-15"/> + </property> + </concept> + <concept> + <code value="9009"/> + <display value="Congo-Kinshasa"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1971-10-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1971-10-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9010"/> + <display value="Madagaskar"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9013"/> + <display value="Congo-Brazzaville"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1960-08-15"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-08-15"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9014"/> + <display value="Leewardeilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9015"/> + <display value="Windwardeilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9016"/> + <display value="Frans Territorium voor Afars en Issa's"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1977-06-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1977-06-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9017"/> + <display value="Phoenixeilanden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9020"/> + <display value="Portugees-Guinee"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1974-09-10"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1974-09-10"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9022"/> + <display value="Duits Zuidwest-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9023"/> + <display value="Namibië"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1968-01-31"/> + </property> + </concept> + <concept> + <code value="9027"/> + <display value="Brits-Somaliland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1960-07-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-07-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9028"/> + <display value="Italiaans-Somaliland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1960-07-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-07-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9030"/> + <display value="Nederlands-Indië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1949-12-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1949-12-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9031"/> + <display value="Brits-Guyana"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1966-05-26"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1966-05-26"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9036"/> + <display value="Swaziland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="2018-04-19"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2018-04-19"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9037"/> + <display value="Qatar"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9038"/> + <display value="Eswatini"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2018-04-19"/> + </property> + </concept> + <concept> + <code value="9041"/> + <display value="Aden"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9042"/> + <display value="Zuid-Arabische Federatie"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1967-11-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1967-11-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9043"/> + <display value="Equatoriaal-Guinea"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9044"/> + <display value="Spaans-Guinee"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9047"/> + <display value="Verenigde Arabische Republiek"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1961-09-28"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1961-09-28"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9048"/> + <display value="Bermuda"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9049"/> + <display value="Sovjet-Unie"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-12-31"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-12-31"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9050"/> + <display value="Duits Oost-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9051"/> + <display value="Zanzibar"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1964-04-27"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1964-04-27"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9052"/> + <display value="Ceylon"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1972-05-22"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1972-05-22"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9053"/> + <display value="Muscat en Oman"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1970-08-09"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1970-08-09"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9054"/> + <display value="Trucial Oman"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1971-12-02"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1971-12-02"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9055"/> + <display value="Indochina"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9056"/> + <display value="Marshalleilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9057"/> + <display value="Sarawak"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9058"/> + <display value="Brits-Borneo"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1963-09-16"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9060"/> + <display value="Sabah"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9061"/> + <display value="Abu Dhabi"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9062"/> + <display value="Ajman"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9063"/> + <display value="Basutoland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1966-10-04"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1966-10-04"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9064"/> + <display value="Bechuanaland"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1966-09-30"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1966-09-30"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9065"/> + <display value="Fujairah"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9066"/> + <display value="Frans-Kameroen"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1960-01-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1960-01-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9067"/> + <display value="Johore"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9068"/> + <display value="Korea"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9069"/> + <display value="Labuan"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9070"/> + <display value="Umm Al-Qaiwain"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9071"/> + <display value="Oostenrijk-Hongarije"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9072"/> + <display value="Portugees Oost-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-06-25"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-06-25"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9073"/> + <display value="Portugees West-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1975-11-11"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1975-11-11"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9074"/> + <display value="Sharjah"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9075"/> + <display value="Straits Settlements"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1946-04-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9076"/> + <display value="Abessinië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9077"/> + <display value="Frans West-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9078"/> + <display value="Frans Equatoriaal-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9081"/> + <display value="Urundi"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9082"/> + <display value="Ruanda-Urundi"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1962-07-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1962-07-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9084"/> + <display value="Goa"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1961-12-18"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1961-12-18"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9085"/> + <display value="Dantzig"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1939-09-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1939-09-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9086"/> + <display value="Centraal-Afrikaanse Republiek"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9087"/> + <display value="Djibouti"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1977-06-27"/> + </property> + </concept> + <concept> + <code value="9088"/> + <display value="Transjordanië"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9089"/> + <display value="Bondsrepubliek Duitsland"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1949-08-01"/> + </property> + </concept> + <concept> + <code value="9090"/> + <display value="Vanuatu"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1980-07-30"/> + </property> + </concept> + <concept> + <code value="9091"/> + <display value="Niue"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9092"/> + <display value="Spaans Noord-Afrika"/> + <property> + <code value="status"/> + <valueCode value="deprecated"/> + </property> + <property> + <code value="deprecated"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1991-06-01"/> + </property> + <property> + <code value="inactive"/> + <valueBoolean value="true"/> + </property> + </concept> + <concept> + <code value="9093"/> + <display value="Westelijke Sahara"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="1976-02-26"/> + </property> + </concept> + <concept> + <code value="9094"/> + <display value="Micronesia"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9095"/> + <display value="Svalbardeilanden"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="9999"/> + <display value="Internationaal gebied"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> +</CodeSystem> diff --git a/zib/vocabulary/generated/CodeSystem-RoleCodeNLZorgaanbiederType-organization-type.xml b/zib/vocabulary/generated/CodeSystem-RoleCodeNLZorgaanbiederType-organization-type.xml new file mode 100644 index 0000000..623ac6c --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-RoleCodeNLZorgaanbiederType-organization-type.xml @@ -0,0 +1,1878 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="organization-type"/> + <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="2023-04-14T00:00:00+00:00"/> + </valuePeriod> + </extension> + <url value="http://nictiz.nl/fhir/NamingSystem/organization-type"/> + <identifier> + <use value="official"/> + <system value="urn:ietf:rfc:3986"/> + <value value="urn:oid:2.16.840.1.113883.2.4.15.1060"/> + </identifier> + <version value="2023-04-14T00:00:00"/> + <name value="RoleCodeNLZorgaanbiederType"/> + <title value="RoleCodeNL - zorgaanbiedertype (organisaties)"/> + <status value="active"/> + <experimental value="false"/> + <publisher value="Nictiz"/> + <contact> + <name value="Nictiz"/> + <telecom> + <system value="url"/> + <value value="https://www.nictiz.nl"/> + </telecom> + </contact> + <description value="Dit codesysteem bevat concepten die het roltype bepaalt van een organisatie die als zorgaanbieder optreedt. Het is een invulling van het HL7v3 vocabulairedomein “RoleCode” en wel specifiek het concept “AssignedRoleType”. * 2017-02-08: Toegevoegd BRA (Brandwondencentrum) en DIA (Dialysecentrum) op verzoek RIVM. * 2017-12-20 Level van Openbare apotheek gecorrigeerd van 1 naar 2 * 2018-03-21 Na wijzigingsverzoek codes A1 voor Apotheekinstelling en H1 voor Huisartsinstelling van A (Astract) naar S (Specializable) omgezet zodat deze toepasbaar worden op dit niveau * 2020-05-18 Toegevoegd code K4 voor Kraamzorg na wijzigingsverzoek (https://bits.nictiz.nl/browse/ZIB-1171) * 2020-07-16 Toegevoegd code H2 voor Hospice na wijzigingsverzoek van zib-centrum (https://bits.nictiz.nl/browse/ZIB-1171) * 2020-11-11 Toegevoegd code GC voor Geboortecentrum na wijzigingsverzoek van Geboortezorg (https://bits.nictiz.nl/browse/GZ-333) * 2022-04-25 Toegevoegd code JZ voor Jeugdzorg, G1 voor Verslavingszorg, en F1 voor Fysiotherapiepraktijk na wijzigingsverzoek van Zibcentrum (https://bits.nictiz.nl/browse/ZIB-1559) * 2022-06-30 Toegevoegd code TD voor Trombosedienst na wijzigingsverzoek van Laboratoriumuitwisseling * 2022-07-07 Toegevoegd code TA1, TA2 voor Tandartspraktijken, ZG Zorggroep en SC Specialistisch Centrum na wijzigingsverzoeken van VZVZ * 2022-09-10 Toegevoegd code AMB Ambulancezorg na wijzigingsverzoek van VZVZ * 2022-12-21 Wijzigingen naar aanleiding harmonisatie Mitz, Vektis AGB en Patiënttermen in samenspraak met VZVZ, Patiëntenfederatie, Vecozo en Vektis *"/> + <copyright value="Nictiz"/> + <caseSensitive value="false"/> + <content value="complete"/> + <count value="93"/> + <property> + <code value="status"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="A code that indicates the status of the concept. Values found in this version of the code system are: active, draft, rejected"/> + <type value="code"/> + </property> + <property> + <code value="effectiveDate"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The date at which the concept was status was last changed. This is calculated based on the highest of 'creation date', 'expiration date', and 'official release date'"/> + <type value="dateTime"/> + </property> + <property> + <code value="notSelectable"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts. Note, though, that the interpretation of this is highly contextual; all concepts are selectable in some context. Property type is boolean"/> + <type value="boolean"/> + </property> + <property> + <code value="parent"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The concept identified in this property is a parent of the concept on which it is a property. The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning attribute"/> + <type value="code"/> + </property> + <property> + <code value="child"/> + <uri value="http://hl7.org/fhir/concept-properties"/> + <description value="The concept identified in this property is a child of the concept on which it is a property. The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning attribute"/> + <type value="code"/> + </property> + <concept> + <code value="AssignedRoleType"/> + <display value="Een roltype wordt gebruikt om een entiteit verder aan te duiden, die een rol speelt met AssignedEntity als modelattribuut RoleClass."/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="notSelectable"/> + <valueBoolean value="true"/> + </property> + <property> + <code value="child"/> + <valueCode value="V4"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z4"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z5"/> + </property> + <property> + <code value="child"/> + <valueCode value="X3"/> + </property> + <property> + <code value="child"/> + <valueCode value="G6"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN15"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN9"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN10"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN11"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN3"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN13"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN2"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN5"/> + </property> + <property> + <code value="child"/> + <valueCode value="IN7"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM10"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM11"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z27"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM12"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM3"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM4"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM6"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM7"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM8"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM9"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z10"/> + </property> + <property> + <code value="child"/> + <valueCode value="A1"/> + </property> + <property> + <code value="child"/> + <valueCode value="H1"/> + </property> + <property> + <code value="child"/> + <valueCode value="L1"/> + </property> + <property> + <code value="child"/> + <valueCode value="P4"/> + </property> + <property> + <code value="child"/> + <valueCode value="P6"/> + </property> + <property> + <code value="child"/> + <valueCode value="C3"/> + </property> + <property> + <code value="child"/> + <valueCode value="G5"/> + </property> + <property> + <code value="child"/> + <valueCode value="G9"/> + </property> + <property> + <code value="child"/> + <valueCode value="G1"/> + </property> + <property> + <code value="child"/> + <valueCode value="T2"/> + </property> + <property> + <code value="child"/> + <valueCode value="K4"/> + </property> + <property> + <code value="child"/> + <valueCode value="H2"/> + </property> + <property> + <code value="child"/> + <valueCode value="G3"/> + </property> + <property> + <code value="child"/> + <valueCode value="GC"/> + </property> + <property> + <code value="child"/> + <valueCode value="JZ"/> + </property> + <property> + <code value="child"/> + <valueCode value="F1"/> + </property> + <property> + <code value="child"/> + <valueCode value="SC"/> + </property> + <property> + <code value="child"/> + <valueCode value="TA1"/> + </property> + <property> + <code value="child"/> + <valueCode value="ZG"/> + </property> + <property> + <code value="child"/> + <valueCode value="AMB"/> + </property> + </concept> + <concept> + <code value="V4"/> + <display value="Ziekenhuis"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="V5"/> + </property> + <property> + <code value="child"/> + <valueCode value="V6"/> + </property> + <property> + <code value="child"/> + <valueCode value="BRA"/> + </property> + </concept> + <concept> + <code value="V5"/> + <display value="Universitair Medisch Centrum"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="V6"/> + <display value="Algemeen ziekenhuis"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="BRA"/> + <display value="Brandwondencentrum"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2017-02-08"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z4"/> + <display value="Zelfstandig behandelcentrum"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="Z5"/> + <display value="Diagnostisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="B1"/> + </property> + </concept> + <concept> + <code value="B1"/> + <display value="Beeldvormende diagnostiek"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="notSelectable"/> + <valueBoolean value="true"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + <property> + <code value="child"/> + <valueCode value="B2"/> + </property> + </concept> + <concept> + <code value="B2"/> + <display value="Echocentrum"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V5"/> + </property> + </concept> + <concept> + <code value="X3"/> + <display value="Verplegings- of verzorgingsinstelling"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="M1"/> + </property> + <property> + <code value="child"/> + <valueCode value="R5"/> + </property> + </concept> + <concept> + <code value="M1"/> + <display value="Verzorgingstehuis"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="R5"/> + <display value="Verpleeghuis"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="G6"/> + <display value="Verstandelijk gehandicaptenzorg"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN15"/> + <display value="Zorg voor mensen met een beperking"/> + <property> + <code value="status"/> + <valueCode value="rejected"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN9"/> + <display value="Woonvoorziening voor lichamelijk gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN10"/> + <display value="Woonvoorziening voor verstandelijk gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN11"/> + <display value="Woonvoorziening voor visueel gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN3"/> + <display value="Instelling voor lichamelijk gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN13"/> + <display value="Instelling voor verstandelijk gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN2"/> + <display value="Instelling voor auditief gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN5"/> + <display value="Instelling voor visueel gehandicapten"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="IN7"/> + <display value="Verpleegkundig kinderdagverblijf"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM10"/> + <display value="Orthoptistenpraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM11"/> + <display value="Podologiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="Z27"/> + <display value="Pedicurepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM12"/> + <display value="Podotherapiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM3"/> + <display value="Diëtistenpraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM4"/> + <display value="Ergotherapiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM6"/> + <display value="Huidtherapiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM7"/> + <display value="Logopediepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM8"/> + <display value="Oefentherapiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="PM9"/> + <display value="Optometriepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="Z10"/> + <display value="Bloedbank"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="A1"/> + <display value="Apotheekinstelling"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Apotheek"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="J8"/> + </property> + <property> + <code value="child"/> + <valueCode value="K9"/> + </property> + </concept> + <concept> + <code value="J8"/> + <display value="Openbare apotheek"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="K9"/> + <display value="Zelfstandig opererende ziekenhuisapotheek"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="H1"/> + <display value="Huisartsinstelling"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z3"/> + </property> + <property> + <code value="child"/> + <valueCode value="N6"/> + </property> + </concept> + <concept> + <code value="Z3"/> + <display value="Huisartspraktijk (zelfstandig of groepspraktijk)"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Huisartsenpraktijk"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + <property> + <code value="child"/> + <valueCode value="K3"/> + </property> + </concept> + <concept> + <code value="K3"/> + <display value="Apotheekhoudende huisartspraktijk"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V5"/> + </property> + </concept> + <concept> + <code value="N6"/> + <display value="Huisartsenpost (t.b.v. dienstwaarneming)"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Huisartsenpost"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="L1"/> + <display value="Laboratorium"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="P4"/> + <display value="Polikliniek (als onderdeel van een ziekenhuis)"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="P6"/> + <display value="Preventieve gezondheidszorg (waaronder Bevolkingsonderzoek)"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Preventieve gezondheidszorg"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="JGZ"/> + </property> + <property> + <code value="child"/> + <valueCode value="B4"/> + </property> + </concept> + <concept> + <code value="JGZ"/> + <display value="Jeugdgezondheidszorg"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="B4"/> + <display value="Bevolkingsonderzoek kanker"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="C3"/> + <display value="Complementaire zorg"/> + <definition value="Complementaire zorg is aanvullende zorg, die gegeven wordt naast de reguliere zorg die u krijgt voor uw aandoening. Complementaire zorg gaat uit van een holistische benadering waarbij de zorg de lichamelijke, emotionele, mentale, spirituele en sociale behoeften omvat. Complementaire zorg kan vermindering geven van klachten zoals pijn, misselijkheid, braken, angst, vermoeidheid en slaapproblemen. Daarnaast richt complementaire zorg zich vooral op het bevorderen van ontspanning en comfort; De zorg is niet klachtgericht maar gezondheidgericht. (Bron V&VN)"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="G5"/> + <display value="Geestelijke Gezondheidszorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Geestelijke Gezondheidszorg (GGZ)"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="G7"/> + </property> + <property> + <code value="child"/> + <valueCode value="G8"/> + </property> + <property> + <code value="child"/> + <valueCode value="V7"/> + </property> + </concept> + <concept> + <code value="G7"/> + <display value="Psychologiepraktijk en psychotherapiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="G8"/> + <display value="Psychiatriepraktijk zorg"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="V7"/> + <display value="PUK / PAAZ afdeling ziekenhuis"/> + <definition value="Psychiatrische afdeling van het algemeen ziekenhuis (PAAZ) en psychiatrische universitaire kliniek (PUK)"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="G9"/> + <display value="Gemeentelijke gezondheidsdienst"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="G1"/> + <display value="Verslavingszorg"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="T2"/> + <display value="Thuiszorg"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="K4"/> + <display value="Kraamzorg"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2020-05-18"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="H2"/> + <display value="Hospice"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2020-07-16"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="G3"/> + <display value="Verloskundigenpraktijk"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verloskundepraktijk"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="GC"/> + <display value="Geboortecentrum"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2020-11-11"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="JZ"/> + <display value="Jeugdzorg"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-04-25"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="F1"/> + <display value="Fysiotherapiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="SC"/> + <display value="Specialistisch Centrum"/> + <definition value="Categorale instellingen/ziekenhuizen (MSZ-instellingen voor een specifieke diagnose/ziekte of patiëntengroep). Het zijn geen (algemene) ziekenhuizen en ook geen zelfstandige klinieken (ZBC’s). Voorbeelden: St Maartenskliniek: behandelt patiënten met aandoeningen aan het bewegingsapparaat Antonie van Leeuwenziekenhuis: behandelt kankerpatiënten Prinses Maxima Centrum: behandelt kinderen met kanker SEIN: behandelt patiënten met epilepsie"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-07-07"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z26"/> + </property> + <property> + <code value="child"/> + <valueCode value="R8"/> + </property> + <property> + <code value="child"/> + <valueCode value="DIA"/> + </property> + <property> + <code value="child"/> + <valueCode value="TD"/> + </property> + <property> + <code value="child"/> + <valueCode value="B3"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z12"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z14"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z15"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z16"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z17"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z18"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z19"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z20"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z21"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z22"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z23"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z24"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z25"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z6"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z7"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z8"/> + </property> + <property> + <code value="child"/> + <valueCode value="Z9"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM13"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM14"/> + </property> + <property> + <code value="child"/> + <valueCode value="PM15"/> + </property> + </concept> + <concept> + <code value="Z26"/> + <display value="Transplantatie organisatie"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="R8"/> + <display value="Revalidatiecentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="DIA"/> + <display value="Dialysecentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="TD"/> + <display value="Trombosedienst"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-06-30"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="B3"/> + <display value="Radiotherapeutisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z12"/> + <display value="Cardiologiecentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z14"/> + <display value="Epilepsiekliniek"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z15"/> + <display value="Esthetisch-medisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z16"/> + <display value="Flebologiecentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z17"/> + <display value="Forensisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z18"/> + <display value="Handcentrum en polscentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z19"/> + <display value="Kankercentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z20"/> + <display value="Oogkliniek"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z21"/> + <display value="Pijncentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z22"/> + <display value="Psycho-oncologisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z23"/> + <display value="Sportmedisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z24"/> + <display value="Trombosedienst"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z25"/> + <display value="IVF-kliniek"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z6"/> + <display value="Abortuskliniek"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z7"/> + <display value="Astmacentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z8"/> + <display value="Audiologisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="Z9"/> + <display value="Besnijdeniscentrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="PM13"/> + <display value="Centrum voor eetstoornissen"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="PM14"/> + <display value="Centrum voor orthopedie en beweging"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="PM15"/> + <display value="Dermatologisch centrum"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="TA1"/> + <display value="Tandartsinstelling"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-07-07"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + <property> + <code value="child"/> + <valueCode value="TA2"/> + </property> + <property> + <code value="child"/> + <valueCode value="TA3"/> + </property> + <property> + <code value="child"/> + <valueCode value="TA4"/> + </property> + <property> + <code value="child"/> + <valueCode value="TA5"/> + </property> + <property> + <code value="child"/> + <valueCode value="TA6"/> + </property> + </concept> + <concept> + <code value="TA2"/> + <display value="Tandartspraktijk (zelfstandig of groepspraktijk)"/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-07-07"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="TA3"/> + <display value="Centrum voor bijzondere tandheelkunde"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="TA4"/> + <display value="Tandprotethische praktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="TA5"/> + <display value="Orthodontiepraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="TA6"/> + <display value="Mondhygiënistenpraktijk"/> + <property> + <code value="status"/> + <valueCode value="draft"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-12-21"/> + </property> + <property> + <code value="parent"/> + <valueCode value="V4"/> + </property> + </concept> + <concept> + <code value="ZG"/> + <display value="Zorggroep"/> + <definition value="Zorggroep Organisaties die met zorgverzekeraars contracten sluiten om de chronische zorg in een bepaalde regio te coördineren en uit te voeren met als doelstelling de kwaliteit van zorg te verbeteren (definitie van LVG). Organisatie met rechtspersoonlijkheid waarin zorgaanbieders zijn verenigd. Met de term ‘zorggroep’ wordt de hoofdcontractant van het keten-DBC-contract bedoeld en niet het team van zorgverleners dat de feitelijke zorg verleent (definitie van ZonMw)."/> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-07-07"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> + <concept> + <code value="AMB"/> + <display value="Ambulancezorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Ambulancediensten"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + <property> + <code value="effectiveDate"/> + <valueDateTime value="2022-09-10"/> + </property> + <property> + <code value="parent"/> + <valueCode value="AssignedRoleType"/> + </property> + </concept> +</CodeSystem> diff --git a/zib/vocabulary/generated/CodeSystem-TelecomDeviceTypes-2.16.840.1.113883.2.4.3.11.60.40.4.22.1--20240415000000.xml b/zib/vocabulary/generated/CodeSystem-TelecomDeviceTypes-2.16.840.1.113883.2.4.3.11.60.40.4.22.1--20240415000000.xml new file mode 100644 index 0000000..19f3200 --- /dev/null +++ b/zib/vocabulary/generated/CodeSystem-TelecomDeviceTypes-2.16.840.1.113883.2.4.3.11.60.40.4.22.1--20240415000000.xml @@ -0,0 +1,85 @@ +<CodeSystem xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.4.22.1--20240415000000"/> + <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="http://decor.nictiz.nl/fhir/CodeSystem/2.16.840.1.113883.2.4.3.11.60.40.4.22.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.4.22.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TelecomDeviceTypes"/> + <title value="TelecomDeviceTypes"/> + <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="TelecomDeviceTypes"/> + <caseSensitive value="false"/> + <content value="complete"/> + <count value="2"/> + <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="FAX"/> + <display value="Fax"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Fax"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> + <concept> + <code value="LL"/> + <display value="Vaste lijn"/> + <definition value="Vast telefoonnummer"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Land Line"/> + </designation> + <property> + <code value="status"/> + <valueCode value="active"/> + </property> + </concept> +</CodeSystem> diff --git a/zib/vocabulary/generated/ValueSet-AdresSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.3--20240415000000.xml b/zib/vocabulary/generated/ValueSet-AdresSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.3--20240415000000.xml new file mode 100644 index 0000000..4c87f4b --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-AdresSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.3--20240415000000.xml @@ -0,0 +1,157 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.5.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.5.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.5.3"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="AdresSoortCodelijst"/> + <title value="AdresSoortCodelijst"/> + <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="AdresSoortCodelijst"/> + <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="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Postadres"/> + </extension> + <code value="PST"/> + <display value="Postal Address"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Postal Address"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Officieel adres"/> + </extension> + <code value="HP"/> + <display value="Primary Home"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Primary Home"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Woon-/verblijfadres"/> + </extension> + <code value="PHYS"/> + <display value="Visit Address"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Visit Address"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Tijdelijk adres"/> + </extension> + <code value="TMP"/> + <display value="Temporary Address"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Temporary Address"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Werkadres"/> + </extension> + <code value="WP"/> + <display value="Work Place"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Work Place"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Vakantie adres"/> + </extension> + <code value="HV"/> + <display value="Vacation Home"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Vacation Home"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-AfdelingSpecialismeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20240415000000.xml b/zib/vocabulary/generated/ValueSet-AfdelingSpecialismeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--20240415000000.xml new file mode 100644 index 0000000..d536f06 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-AfdelingSpecialismeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.2.4--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.17.2.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.17.2.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.17.2.4"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="AfdelingSpecialismeCodelijst"/> + <title value="AfdelingSpecialismeCodelijst"/> + <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="COD016-VEKT (Vektis AGB-medische specialismen) - All values"/> + <immutable value="false"/> + <compose> + <include> + <system value="urn:oid:2.16.840.1.113883.2.4.6.7"/> + </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-EmailSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.3--20240415000000.xml b/zib/vocabulary/generated/ValueSet-EmailSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.3--20240415000000.xml new file mode 100644 index 0000000..4049789 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-EmailSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.3--20240415000000.xml @@ -0,0 +1,93 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.6.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.6.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.6.3"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="EmailSoortCodelijst"/> + <title value="EmailSoortCodelijst"/> + <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="EmailSoortCodelijst"/> + <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="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Privé e-mailadres"/> + </extension> + <code value="HP"/> + <display value="Primary Home"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Primary Home"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Zakelijk e-mailadres"/> + </extension> + <code value="WP"/> + <display value="Work Place"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Work Place"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-LandCodelijsten-2.16.840.1.113883.2.4.3.11.60.121.11.10--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LandCodelijsten-2.16.840.1.113883.2.4.3.11.60.121.11.10--20240415000000.xml new file mode 100644 index 0000000..942f7f3 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LandCodelijsten-2.16.840.1.113883.2.4.3.11.60.121.11.10--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.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.121.11.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.121.11.10"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LandCodelijsten"/> + <title value="LandCodelijsten"/> + <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.AddressInformation binds to for NL-CM:20.5.5 Country. 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.5.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.5.2--20240415000000"/> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-LandGBACodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.1--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LandGBACodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.1--20240415000000.xml new file mode 100644 index 0000000..b579a0c --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LandGBACodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.1--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.5.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.5.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.5.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LandGBACodelijst"/> + <title value="LandGBACodelijst"/> + <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="GBA Tabel 34 (Landentabel) - All values"/> + <immutable value="false"/> + <compose> + <include> + <system value="urn:oid:2.16.840.1.113883.2.4.4.16.34"/> + </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-LandISOCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.2--20240415000000.xml b/zib/vocabulary/generated/ValueSet-LandISOCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.2--20240415000000.xml new file mode 100644 index 0000000..0731f51 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-LandISOCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.5.2--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.5.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.5.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.5.2"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="LandISOCodelijst"/> + <title value="LandISOCodelijst"/> + <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="ISO 3166-1 (alpha-2) - All values"/> + <immutable value="false"/> + <compose> + <include> + <system value="urn:iso:std:iso:3166"/> + </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-NummerSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.2--20240415000000.xml b/zib/vocabulary/generated/ValueSet-NummerSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.2--20240415000000.xml new file mode 100644 index 0000000..94494dd --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-NummerSoortCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.2--20240415000000.xml @@ -0,0 +1,125 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.6.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.6.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.6.2"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="NummerSoortCodelijst"/> + <title value="NummerSoortCodelijst"/> + <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="NummerSoortCodelijst"/> + <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="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Privé telefoonnummer"/> + </extension> + <code value="HP"/> + <display value="Primary Home"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Primary Home"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Tijdelijk telefoonnummer"/> + </extension> + <code value="TMP"/> + <display value="Temporary Address"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Temporary Address"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Zakelijk telefoonnummer"/> + </extension> + <code value="WP"/> + <display value="Work Place"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Work Place"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Spoednummer"/> + </extension> + <code value="EC"/> + <display value="Emergencycontact"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Emergencycontact"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-OrganisatieTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20240415000000.xml b/zib/vocabulary/generated/ValueSet-OrganisatieTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20240415000000.xml new file mode 100644 index 0000000..074f575 --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-OrganisatieTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20240415000000.xml @@ -0,0 +1,589 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.17.2.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.17.2.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.17.2.3"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="OrganisatieTypeCodelijst"/> + <title value="OrganisatieTypeCodelijst"/> + <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="OrganisatieTypeCodelijst"/> + <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="http://nictiz.nl/fhir/NamingSystem/organization-type"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Ziekenhuis"/> + </extension> + <code value="V4"/> + <display value="Ziekenhuis"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Ziekenhuis"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Universitair Medisch Centrum"/> + </extension> + <code value="V5"/> + <display value="Universitair Medisch Centrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Universitair Medisch Centrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Algemeen ziekenhuis"/> + </extension> + <code value="V6"/> + <display value="Algemeen ziekenhuis"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Algemeen ziekenhuis"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Brandwondencentrum"/> + </extension> + <code value="BRA"/> + <display value="Brandwondencentrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Brandwondencentrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Zelfstandig behandelcentrum"/> + </extension> + <code value="Z4"/> + <display value="Zelfstandig behandelcentrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Zelfstandig behandelcentrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Diagnostisch centrum"/> + </extension> + <code value="Z5"/> + <display value="Diagnostisch centrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Diagnostisch centrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Echocentrum"/> + </extension> + <code value="B2"/> + <display value="Echocentrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Echocentrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verplegings- of verzorgingsinstelling"/> + </extension> + <code value="X3"/> + <display value="Verplegings- of verzorgingsinstelling"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verplegings- of verzorgingsinstelling"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verpleeghuis"/> + </extension> + <code value="R5"/> + <display value="Verpleeghuis"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verpleeghuis"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verzorgingstehuis"/> + </extension> + <code value="M1"/> + <display value="Verzorgingstehuis"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verzorgingstehuis"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Apotheekinstelling"/> + </extension> + <code value="A1"/> + <display value="Apotheekinstelling"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Apotheekinstelling"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Openbare apotheek"/> + </extension> + <code value="J8"/> + <display value="Openbare apotheek"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Openbare apotheek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Zelfstandig opererende ziekenhuisapotheek"/> + </extension> + <code value="K9"/> + <display value="Zelfstandig opererende ziekenhuisapotheek"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Zelfstandig opererende ziekenhuisapotheek"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Huisartsinstelling"/> + </extension> + <code value="H1"/> + <display value="Huisartsinstelling"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Huisartsinstelling"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Huisartspraktijk (zelfstandig of groepspraktijk)"/> + </extension> + <code value="Z3"/> + <display value="Huisartspraktijk (zelfstandig of groepspraktijk)"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Huisartspraktijk (zelfstandig of groepspraktijk)"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Apotheekhoudende huisartspraktijk"/> + </extension> + <code value="K3"/> + <display value="Apotheekhoudende huisartspraktijk"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Apotheekhoudende huisartspraktijk"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Huisartsenpost (t.b.v. dienstwaarneming)"/> + </extension> + <code value="N6"/> + <display value="Huisartsenpost (t.b.v. dienstwaarneming)"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Huisartsenpost (t.b.v. dienstwaarneming)"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Laboratorium"/> + </extension> + <code value="L1"/> + <display value="Laboratorium"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Laboratorium"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Polikliniek (als onderdeel van een ziekenhuis)"/> + </extension> + <code value="P4"/> + <display value="Polikliniek (als onderdeel van een ziekenhuis)"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Polikliniek (als onderdeel van een ziekenhuis)"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Revalidatiecentrum"/> + </extension> + <code value="R8"/> + <display value="Revalidatiecentrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Revalidatiecentrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Preventieve gezondheidszorg"/> + </extension> + <code value="P6"/> + <display value="Preventieve gezondheidszorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Preventieve gezondheidszorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Geestelijke Gezondheidszorg"/> + </extension> + <code value="G5"/> + <display value="Geestelijke Gezondheidszorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Geestelijke Gezondheidszorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verstandelijk gehandicaptenzorg"/> + </extension> + <code value="G6"/> + <display value="Verstandelijk gehandicaptenzorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verstandelijk gehandicaptenzorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Thuiszorg"/> + </extension> + <code value="T2"/> + <display value="Thuiszorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Thuiszorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Kraamzorg"/> + </extension> + <code value="K4"/> + <display value="Kraamzorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Kraamzorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Hospice"/> + </extension> + <code value="H2"/> + <display value="Hospice"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Hospice"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Jeugdgezondheidszorg"/> + </extension> + <code value="JGZ"/> + <display value="Jeugdgezondheidszorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Jeugdgezondheidszorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verloskundigenpraktijk"/> + </extension> + <code value="G3"/> + <display value="Verloskundigenpraktijk"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verloskundigenpraktijk"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Dialysecentrum"/> + </extension> + <code value="DIA"/> + <display value="Dialysecentrum"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Dialysecentrum"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Verslavingszorg"/> + </extension> + <code value="G1"/> + <display value="Verslavingszorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Verslavingszorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Fysiotherapiepraktijk"/> + </extension> + <code value="F1"/> + <display value="Fysiotherapiepraktijk"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Fysiotherapiepraktijk"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Jeugdzorg"/> + </extension> + <code value="JZ"/> + <display value="Jeugdzorg"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Jeugdzorg"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Trombosedienst"/> + </extension> + <code value="TD"/> + <display value="Trombosedienst"/> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Trombosedienst"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/ValueSet-TelecomTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20240415000000.xml b/zib/vocabulary/generated/ValueSet-TelecomTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20240415000000.xml new file mode 100644 index 0000000..45f3bac --- /dev/null +++ b/zib/vocabulary/generated/ValueSet-TelecomTypeCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20240415000000.xml @@ -0,0 +1,146 @@ +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="2.16.840.1.113883.2.4.3.11.60.40.2.20.6.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.6.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.6.1"/> + </identifier> + <version value="2024-04-15T00:00:00"/> + <name value="TelecomTypeCodelijst"/> + <title value="TelecomTypeCodelijst"/> + <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="TelecomTypeCodelijst"/> + <immutable value="false"/> + <compose> + <include> + <system value="http://decor.nictiz.nl/fhir/CodeSystem/2.16.840.1.113883.2.4.3.11.60.40.4.22.1--20240415000000"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Vast telefoonnummer"/> + </extension> + <code value="LL"/> + <display value="Land Line"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Land Line"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Vaste lijn"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Fax"/> + </extension> + <code value="FAX"/> + <display value="Fax"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Fax"/> + </designation> + <designation> + <language value="nl-NL"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Fax"/> + </designation> + </concept> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Anders"/> + </extension> + <code value="OTH"/> + <display value="Other"/> + </concept> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Mobiel telefoonnummer"/> + </extension> + <code value="MC"/> + <display value="Mobile Contact"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Mobile Contact"/> + </designation> + </concept> + <concept> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-comments"> + <valueString value="Pieper"/> + </extension> + <code value="PG"/> + <display value="Pager"/> + <designation> + <language value="en-US"/> + <use> + <system value="http://snomed.info/sct"/> + <code value="900000000000013009"/> + <display value="Synonym"/> + </use> + <value value="Pager"/> + </designation> + </concept> + </include> + </compose> +</ValueSet> diff --git a/zib/vocabulary/generated/manual/ConceptMap-AdresSoortCodelijst-to-AddressType.xml b/zib/vocabulary/generated/manual/ConceptMap-AdresSoortCodelijst-to-AddressType.xml new file mode 100644 index 0000000..01da2e6 --- /dev/null +++ b/zib/vocabulary/generated/manual/ConceptMap-AdresSoortCodelijst-to-AddressType.xml @@ -0,0 +1,76 @@ +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="AdresSoortCodelijst-to-AddressType"/> + <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/AdresSoortCodelijst-to-AddressType"/> + <name value="AdresSoortCodelijst_to_AddressType"/> + <title value="AdresSoortCodelijst to AddressType"/> + <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 AddressType codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) AddressInformation v1.2 (2024)](https://zibs.nl/wiki/AddressInformation-v1.2(2024EN)) to `Address.type` codes as found 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.20.5.3--20240415000000"/> + <targetCanonical value="http://hl7.org/fhir/ValueSet/address-type"/> + <group> + <!-- 2.16.840.1.113883.5.1119 --> + <source value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <target value="http://hl7.org/fhir/address-type"/> + <element> + <code value="PST"/> + <target> + <code value="postal"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="HP"/> + <target> + <code value="both"/> + <equivalence value="equivalent"/> + <comment value="HP: Primary Home/Officieel adres. An address that is both physical and postal. Use in conjunction with Address.use = 'home'. In exceptional cases, the HP address is not the primary postal address, but nevertheless 'both' is the most suitable type to differentiate HP from PHYS."/> + </target> + </element> + <element> + <code value="PHYS"/> + <target> + <code value="physical"/> + <equivalence value="equivalent"/> + <comment value="PHYS: Visit Address/Woon-/verblijfadres. A physical address that can be visited. Use in conjunction with Address.use = 'home'."/> + </target> + </element> + <element> + <code value="TMP"/> + <target> + <equivalence value="unmatched"/> + <comment value="Temporary Address/Tijdelijk adres. Use Address.use = 'temp'."/> + </target> + </element> + <element> + <code value="WP"/> + <target> + <equivalence value="unmatched"/> + <comment value="Work Place/Werkadres. Use Address.use = 'work'. A work place could be postal/physical or both. Which it is, is not known from the zib AddressInformation."/> + </target> + </element> + <element> + <code value="HV"/> + <target> + <equivalence value="unmatched"/> + <comment value="HV: Vacation Home/Vakantie adres. A physical address that can be visited."/> + </target> + </element> + </group> +</ConceptMap> diff --git a/zib/vocabulary/generated/manual/ConceptMap-AdresSoortCodelijst-to-AddressUse.xml b/zib/vocabulary/generated/manual/ConceptMap-AdresSoortCodelijst-to-AddressUse.xml new file mode 100644 index 0000000..d0b4a4e --- /dev/null +++ b/zib/vocabulary/generated/manual/ConceptMap-AdresSoortCodelijst-to-AddressUse.xml @@ -0,0 +1,77 @@ +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="AdresSoortCodelijst-to-AddressUse"/> + <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/AdresSoortCodelijst-to-AddressUse"/> + <name value="AdresSoortCodelijst_to_AddressUse"/> + <title value="AdresSoortCodelijst to AddressUse"/> + <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 AddressType codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) AddressInformation v1.2 (2024)](https://zibs.nl/wiki/AddressInformation-v1.2(2024EN)) to `Address.use` codes as found 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.20.5.3--20240415000000"/> + <targetCanonical value="http://hl7.org/fhir/ValueSet/address-use"/> + <group> + <!-- 2.16.840.1.113883.5.1119 --> + <source value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <target value="http://hl7.org/fhir/address-use"/> + <element> + <code value="PST"/> + <target> + <equivalence value="unmatched"/> + <comment value="PST: Postal Address/Postadres. Postal addresses are marked in Address.type = 'postal'."/> + </target> + </element> + <element> + <code value="HP"/> + <target> + <code value="home"/> + <equivalence value="subsumes"/> + <comment value="HP: Primary Home/Officieel adres. A communication address at a home. Use in conjunction with Address.type = 'both'."/> + </target> + </element> + <element> + <code value="PHYS"/> + <target> + <code value="home"/> + <equivalence value="subsumes"/> + <comment value="PHYS: Visit Address/Woon-/verblijfadres. A communication address at a home. Use in conjunction with Address.type = 'physical'."/> + </target> + </element> + <element> + <code value="TMP"/> + <target> + <code value="temp"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="WP"/> + <target> + <code value="work"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="HV"/> + <target> + <code value="temp"/> + <equivalence value="wider"/> + <comment value="HV: Vacation Home/Vakantie adres. Any temporary address."/> + </target> + </element> + </group> +</ConceptMap> diff --git a/zib/vocabulary/manual/ConceptMap-EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse.xml b/zib/vocabulary/manual/ConceptMap-EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse.xml new file mode 100644 index 0000000..4059da8 --- /dev/null +++ b/zib/vocabulary/manual/ConceptMap-EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse" /> + <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/EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse" /> + <name value="EmailSoortCodelijst_to_ContactInformation_EmailAddressesUse" /> + <title value="EmailSoortCodelijst to ContactInformation-EmailAddressesUse" /> + <status value="active" /> + <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 EmailAddressType codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) ContactInformation v1.3.1 (2024)](https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)) to `ContactPoint.use` codes as found 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.20.6.3--20240415000000"/> + <targetCanonical value="http://nictiz.nl/fhir/ValueSet/ContactInformation-EmailAddressesUse"/> + <group> + <!-- 2.16.840.1.113883.5.1119 --> + <source value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <target value="http://hl7.org/fhir/contact-point-use"/> + <element> + <code value="HP"/> + <target> + <code value="home"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="WP"/> + <target> + <code value="work"/> + <equivalence value="equal"/> + </target> + </element> + </group> +</ConceptMap> \ No newline at end of file diff --git a/zib/vocabulary/manual/ConceptMap-NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse.xml b/zib/vocabulary/manual/ConceptMap-NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse.xml new file mode 100644 index 0000000..08c4905 --- /dev/null +++ b/zib/vocabulary/manual/ConceptMap-NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse" /> + <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/NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse" /> + <name value="NummerSoortCodelijst_to_ContactInformation_TelephoneNumbersUse" /> + <title value="NummerSoortCodelijst to ContactInformation-TelephoneNumbersUse" /> + <status value="active" /> + <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 NumberType codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) ContactInformation v1.3.1 (2024)](https://zibs.nl/wiki/ContactInformation-v1.3.1(2024EN)) to `ContactPoint.use` codes as found 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.20.6.2--20240415000000"/> + <targetCanonical value="http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersUse"/> + <group> + <!-- 2.16.840.1.113883.5.1119 --> + <source value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <target value="http://hl7.org/fhir/contact-point-use"/> + <element> + <code value="HP"/> + <target> + <code value="home"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="TMP"/> + <target> + <code value="temp"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="WP"/> + <target> + <code value="work"/> + <equivalence value="equal"/> + </target> + </element> + <element> + <code value="EC"/> + <target> + <code value="work"/> + <equivalence value="subsumes"/> + <comment value="'EC' is an emergency work number, while 'work' is any work number."/> + </target> + </element> + </group> +</ConceptMap> \ No newline at end of file diff --git a/zib/vocabulary/manual/ConceptMap-TelecomType-to-ContactInformation-TelephoneNumbersSystem.xml b/zib/vocabulary/manual/ConceptMap-TelecomType-to-ContactInformation-TelephoneNumbersSystem.xml new file mode 100644 index 0000000..0118cff --- /dev/null +++ b/zib/vocabulary/manual/ConceptMap-TelecomType-to-ContactInformation-TelephoneNumbersSystem.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ConceptMap xmlns="http://hl7.org/fhir"> + <id value="TelecomType-to-ContactInformation-TelephoneNumbersSystem" /> + <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/TelecomType-to-ContactInformation-TelephoneNumbersSystem" /> + <name value="TelecomType_to_ContactInformation_TelephoneNumbersSystem" /> + <title value="TelecomType to ContactInformation-TelephoneNumbersSystem" /> + <status value="active" /> + <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 TelecomType codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) ContactInformation v1.2 (2020)](https://zibs.nl/wiki/ContactInformation-v1.2(2020EN)) to `ContactPoint.system` codes as found in FHIR R4. Note: The id and in addition, the canonical, name and title of this ConceptMap deviate from the guidelines ('Codelijst' is removed') because it would overflow the 64 character limit."/> + <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.20.6.1--20240415000000"/> + <targetCanonical value="http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem"/> + <group> + <source value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1"/> + <target value="http://hl7.org/fhir/contact-point-system" /> + <element> + <code value="LL"/> + <target> + <code value="phone"/> + <equivalence value="subsumes"/> + <comment value="LL: land line/vast telefoonnummer. Phone: any voice phone, land or mobile."/> + </target> + </element> + <element> + <code value="FAX"/> + <target> + <code value="fax"/> + <equivalence value="equal"/> + </target> + </element> + </group> + <group> + <!-- 2.16.840.1.113883.5.1119 --> + <source value="http://terminology.hl7.org/CodeSystem/v3-AddressUse" /> + <target value="http://hl7.org/fhir/contact-point-system" /> + <element> + <code value="MC"/> + <target> + <code value="phone"/> + <equivalence value="subsumes"/> + <comment value="MC: mobile contact/mobiel telefoonnummer. Phone: any voice phone, land or mobile."/> + </target> + </element> + <element> + <code value="PG"/> + <target> + <code value="pager"/> + <equivalence value="equal"/> + </target> + </element> + </group> +</ConceptMap> \ No newline at end of file diff --git a/zib/vocabulary/manual/ValueSet-ContactInformation-EmailAddressesUse.xml b/zib/vocabulary/manual/ValueSet-ContactInformation-EmailAddressesUse.xml new file mode 100644 index 0000000..573b8f9 --- /dev/null +++ b/zib/vocabulary/manual/ValueSet-ContactInformation-EmailAddressesUse.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="ContactInformation-EmailAddressesUse"/> + <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/ValueSet/ContactInformation-EmailAddressesUse"/> + <version value="4.0.1"/> + <name value="ContactInformationEmailAddressesUse"/> + <title value="ContactPointUse ValueSet for zib ContactInformation EmailAddress"/> + <status value="active"/> + <experimental value="false"/> + <publisher value="Nictiz"/> + <description value="Use of contact point, restricted to the use for the EmailAddresses concept of zib ContactInformation."/> + <immutable value="true"/> + <compose> + <include> + <system value="http://hl7.org/fhir/contact-point-use"/> + <concept> + <code value="home"/> + <display value="Home"/> + </concept> + <concept> + <code value="work"/> + <display value="Work"/> + </concept> + </include> + </compose> +</ValueSet> \ No newline at end of file diff --git a/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersSystem.xml b/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersSystem.xml new file mode 100644 index 0000000..fe3cc1d --- /dev/null +++ b/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersSystem.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="ContactInformation-TelephoneNumbersSystem"/> + <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/ValueSet/ContactInformation-TelephoneNumbersSystem"/> + <version value="4.0.1"/> + <name value="ContactInformationTelephoneNumbersSystem"/> + <title value="ContactPointSystem ValueSet for zib ContactInformation TelephoneNumbers"/> + <status value="active"/> + <experimental value="false"/> + <publisher value="Nictiz"/> + <description value="Telecommunications form for contact point, restricted to the use for the TelephoneNumbers concept of zib ContactInformation."/> + <immutable value="true"/> + <compose> + <include> + <system value="http://hl7.org/fhir/contact-point-system"/> + <concept> + <code value="phone"/> + <display value="Phone"/> + </concept> + <concept> + <code value="fax"/> + <display value="Fax"/> + </concept> + <concept> + <code value="pager"/> + <display value="Pager"/> + </concept> + </include> + </compose> +</ValueSet> \ No newline at end of file diff --git a/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersUse-EmergencyContact.xml b/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersUse-EmergencyContact.xml new file mode 100644 index 0000000..94ab908 --- /dev/null +++ b/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersUse-EmergencyContact.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="ContactInformation-TelephoneNumbersUse-EmergencyContact"/> + <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/ValueSet/ContactInformation-TelephoneNumbersUse-EmergencyContact"/> + <version value="4.0.1"/> + <name value="ContactInformationTelephoneNumbersUseEmergencyContact"/> + <title value="ContactPointPurpose ValueSet for zib ContactInformation TelephoneNumbers"/> + <status value="active"/> + <experimental value="false"/> + <publisher value="Nictiz"/> + <description value="Purpose of contact point, restricted to the use for the TelephoneNumbers concept of zib ContactInformation."/> + <immutable value="true"/> + <compose> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> + <concept> + <code value="EC"/> + <display value="Emergencycontact"/> + </concept> + </include> + </compose> +</ValueSet> \ No newline at end of file diff --git a/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersUse.xml b/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersUse.xml new file mode 100644 index 0000000..f739b3d --- /dev/null +++ b/zib/vocabulary/manual/ValueSet-ContactInformation-TelephoneNumbersUse.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="ContactInformation-TelephoneNumbersUse"/> + <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/ValueSet/ContactInformation-TelephoneNumbersUse"/> + <version value="4.0.1"/> + <name value="ContactInformationTelephoneNumbersUse"/> + <title value="ContactPointUse ValueSet for zib ContactInformation TelephoneNumbers"/> + <status value="active"/> + <experimental value="false"/> + <publisher value="Nictiz"/> + <description value="Use of contact point, restricted to the use for the TelephoneNumbers concept of zib ContactInformation."/> + <immutable value="true"/> + <compose> + <include> + <system value="http://hl7.org/fhir/contact-point-use"/> + <concept> + <code value="home"/> + <display value="Home"/> + </concept> + <concept> + <code value="work"/> + <display value="Work"/> + </concept> + <concept> + <code value="temp"/> + <display value="Temp"/> + </concept> + </include> + </compose> +</ValueSet> \ No newline at end of file