| Package | logex.internal.fhir.profiles |
| Resource Type | StructureDefinition |
| Id | nl-gli-postal-code-range |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range |
| URL | http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range |
| Version | 1.2.0 |
| Status | active |
| Date | 2023-04-18T08:16:07.5506227+00:00 |
| Name | nl-gli-postal-code-range |
| Description | District as defined within the GLI registry using part of postal code. To define a patient address, look at nl-gli-address. |
| Type | Address |
| Kind | complex-type |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "nl-gli-postal-code-range",
"url": "http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range",
"version": "1.2.0",
"name": "nl-gli-postal-code-range",
"status": "active",
"date": "2023-04-18T08:16:07.5506227+00:00",
"publisher": "MRDM",
"contact": [
{
"name": "MRDM helpdesk",
"telecom": [
{
"system": "email",
"value": "info@mrdm.nl"
}
]
}
],
"description": "District as defined within the GLI registry using part of postal code. To define a patient address, look at nl-gli-address.",
"fhirVersion": "3.0.2",
"kind": "complex-type",
"abstract": false,
"type": "Address",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Address.use",
"path": "Address.use",
"max": "0"
},
{
"id": "Address.type",
"path": "Address.type",
"max": "0"
},
{
"id": "Address.text",
"path": "Address.text",
"max": "0"
},
{
"id": "Address.line",
"path": "Address.line",
"max": "0"
},
{
"id": "Address.city",
"path": "Address.city",
"max": "0"
},
{
"id": "Address.district",
"path": "Address.district",
"max": "0"
},
{
"id": "Address.state",
"path": "Address.state",
"max": "0"
},
{
"id": "Address.postalCode",
"path": "Address.postalCode",
"definition": "postal code of the practice (4-digit)",
"min": 1,
"constraint": [
{
"key": "nl-gli-pattern",
"severity": "error",
"human": "Dutch postal code pattern of first 4 digits 'nnnn' without trailing letters",
"expression": "matches('^\\\\d{4}[%content%]#x27;)",
"xpath": "matches(@value,'^\\d{4}[%content%]#x27;)"
}
]
},
{
"id": "Address.period",
"path": "Address.period",
"max": "0"
}
]
}
}