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

FHIR IG Statistics: StructureDefinition/nl-gli-patient

Packagelogex.internal.fhir.profiles
Resource TypeStructureDefinition
Idnl-gli-patient
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/StructureDefinition/nl-gli-patient
URLhttp://mrdm.nl/fhir/StructureDefinition/nl-gli-patient
Version1.2.0
Statusactive
Date2023-04-26T09:11:41.359114+00:00
Namenl-gli-patient
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nl-gli-addressnl-gli-address
nl-gli-humannamenl-gli-humanname
nl-core-patientnl-core-patient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-gli-patient",
  "url": "http://mrdm.nl/fhir/StructureDefinition/nl-gli-patient",
  "version": "1.2.0",
  "name": "nl-gli-patient",
  "status": "active",
  "date": "2023-04-26T09:11:41.359114+00:00",
  "publisher": "MRDM",
  "contact": [
    {
      "name": "MRDM helpdesk",
      "telecom": [
        {
          "system": "email",
          "value": "info@mrdm.nl"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.extension:preferredPharmacy",
        "path": "Patient.extension",
        "sliceName": "preferredPharmacy",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.extension:nationality",
        "path": "Patient.extension",
        "sliceName": "nationality",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.extension:legalStatus",
        "path": "Patient.extension",
        "sliceName": "legalStatus",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "max": "0"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://mrdm.nl/fhir/StructureDefinition/nl-gli-humanname"
          }
        ]
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "max": "0"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.gender.extension",
        "path": "Patient.gender.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.gender.extension:GeslachtCodelijst",
        "path": "Patient.gender.extension",
        "sliceName": "GeslachtCodelijst",
        "min": 0
      },
      {
        "id": "Patient.gender.extension:GeslachtCodelijst.url",
        "path": "Patient.gender.extension.url",
        "fixedUri": "MRDM GeslachtCodelijst"
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "max": "0"
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "definition": "Participant's home address when registering in the GLI register. This information is not adjusted when moving. If participant enrolled multiple times, multiple addresses should be provided, differentiated by period.start",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": "http://mrdm.nl/fhir/StructureDefinition/nl-gli-address"
          }
        ]
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "max": "0"
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.contact",
        "path": "Patient.contact",
        "max": "0"
      },
      {
        "id": "Patient.animal",
        "path": "Patient.animal",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "0"
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "max": "0"
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "max": "0"
      }
    ]
  }
}