PackagesCanonicalsLogsProblems
    Packages
    logex.internal.fhir.profiles@1.0.0
    http://mrdm.nl/fhir/StructureDefinition/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.",
  "_filename": "mrdm-gli-postal-code-range.json",
  "package_name": "logex.internal.fhir.profiles",
  "date": "2023-04-18T08:16:07.5506227+00:00",
  "derivation": "constraint",
  "publisher": "MRDM",
  "fhirVersion": "3.0.2",
  "name": "nl-gli-postal-code-range",
  "abstract": false,
  "type": "Address",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "status": "active",
  "id": "f0c549a4-e76c-4e0e-b793-1a0929e78319",
  "kind": "complex-type",
  "url": "http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range",
  "version": "1.2.0",
  "differential": {
    "element": [ {
      "id": "Address.use",
      "max": "0",
      "path": "Address.use"
    }, {
      "id": "Address.type",
      "max": "0",
      "path": "Address.type"
    }, {
      "id": "Address.text",
      "max": "0",
      "path": "Address.text"
    }, {
      "id": "Address.line",
      "max": "0",
      "path": "Address.line"
    }, {
      "id": "Address.city",
      "max": "0",
      "path": "Address.city"
    }, {
      "id": "Address.district",
      "max": "0",
      "path": "Address.district"
    }, {
      "id": "Address.state",
      "max": "0",
      "path": "Address.state"
    }, {
      "id": "Address.postalCode",
      "min": 1,
      "path": "Address.postalCode",
      "constraint": [ {
        "key": "nl-gli-pattern",
        "human": "Dutch postal code pattern of first 4 digits 'nnnn' without trailing letters",
        "xpath": "matches(@value,'^\\d{4}$')",
        "severity": "error",
        "expression": "matches('^\\\\d{4}$')"
      } ],
      "definition": "postal code of the practice (4-digit)"
    }, {
      "id": "Address.period",
      "max": "0",
      "path": "Address.period"
    } ]
  },
  "contact": [ {
    "name": "MRDM helpdesk",
    "telecom": [ {
      "value": "info@mrdm.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address"
}