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

FHIR IG Statistics: StructureDefinition/nl-gli-address

Packagelogex.internal.fhir.profiles
Resource TypeStructureDefinition
Idnl-gli-address
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/StructureDefinition/nl-gli-address
URLhttp://mrdm.nl/fhir/StructureDefinition/nl-gli-address
Version1.2.0
Statusactive
Date2023-04-21T14:41:40.4069685+00:00
Namenl-gli-address
DescriptionThis address type is used to describe the addresses of nl-gli-patients. The addresses of *groups and organizations* can be entered as postal code range in nl-gli-postal-code-range
TypeAddress
Kindcomplex-type

Resources that use this resource

StructureDefinition
nl-gli-patientnl-gli-patient

Resources that this resource uses

StructureDefinition
nl-core-addressnl-core-address

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-gli-address",
  "url": "http://mrdm.nl/fhir/StructureDefinition/nl-gli-address",
  "version": "1.2.0",
  "name": "nl-gli-address",
  "status": "active",
  "date": "2023-04-21T14:41:40.4069685+00:00",
  "publisher": "MRDM",
  "contact": [
    {
      "name": "MRDM helpdesk",
      "telecom": [
        {
          "system": "email",
          "value": "info@mrdm.nl"
        }
      ]
    }
  ],
  "description": "This address type is used to describe the addresses of nl-gli-patients. The addresses of *groups and organizations* can be entered as postal code range in nl-gli-postal-code-range",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.extension",
        "path": "Address.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Address.extension:official",
        "path": "Address.extension",
        "sliceName": "official",
        "min": 0,
        "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",
        "min": 1
      },
      {
        "id": "Address.country.extension",
        "path": "Address.country.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Address.country.extension:countryCode",
        "path": "Address.country.extension",
        "sliceName": "countryCode",
        "min": 1
      },
      {
        "id": "Address.period",
        "path": "Address.period",
        "definition": "The patient's address at time of his/her registration into the GLI Program is required. If there is only 1 address and no period it will be assumed this was the address at time of registration. If there are multiple adresses or if the address has a period, the address will be used active at time of the episode of care period.start."
      }
    ]
  }
}