FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nl-gli-postal-code-range

Packagelogex.internal.fhir.profiles
Resource TypeStructureDefinition
Idnl-gli-postal-code-range
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range
URLhttp://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range
Version1.2.0
Statusactive
Date2023-04-18T08:16:07.5506227+00:00
Namenl-gli-postal-code-range
DescriptionDistrict as defined within the GLI registry using part of postal code. To define a patient address, look at nl-gli-address.
TypeAddress
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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%]#39;)",
            "xpath": "matches(@value,'^\\d{4}[%content%]#39;)"
          }
        ]
      },
      {
        "id": "Address.period",
        "path": "Address.period",
        "max": "0"
      }
    ]
  }
}