PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.dstu2.zib2015@1.0.0
    http://fhir.nl/fhir/StructureDefinition/nl-core-patient
{
  "description": "A Patient resource as defined by the Dutch Clinical Building Block or CBB (Dutch: Zorginformatiebouwsteen or ZIB) Patient version 1.0, with additions from the CBB Contactpersoon, Zorgverlener and Zorgaanbieder",
  "_filename": "nl-core-patient.json",
  "requirements": "Patient. Tracking a patient is the center of the healthcare process. Functional requirements taken from Clinical Building Block (Zorginformatiebouwsteen) Patient v2.0.1 (release 2015). Names and addresses are also in compliance with HL7 V3 Basic Components.",
  "package_name": "nictiz.fhir.nl.dstu2.zib2015",
  "date": null,
  "meta": {
    "versionId": "15",
    "lastUpdated": "2017-01-23T13:46:49.591+00:00"
  },
  "publisher": "HL7 Netherlands",
  "fhirVersion": "1.0.2",
  "name": "nl-core-patient",
  "mapping": [ {
    "uri": "https://zibs.nl/wiki/Patient(NL)",
    "name": "Zorginformatiebouwsteen Patient",
    "identity": "zib-patient"
  }, {
    "uri": "https://zibs.nl/wiki/BurgerlijkeStaat(NL)",
    "name": "Zorginformatiebouwsteen BurgerlijkeStaat",
    "identity": "zib-burgerlijkestaat"
  }, {
    "uri": "https://zibs.nl/wiki/Contactpersoon(NL)",
    "name": "Zorginformatiebouwsteen Contactpersoon",
    "identity": "zib-contactpersoon"
  }, {
    "uri": "https://zibs.nl/wiki/Zorgverlener(NL)",
    "name": "Zorginformatiebouwsteen Zorgverlener",
    "identity": "zib-zorgverlener"
  } ],
  "abstract": false,
  "copyright": "CC0",
  "type": null,
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "status": "draft",
  "id": "c7b1c1d2-9ca9-42e6-9234-cb5411ae068f",
  "kind": "resource",
  "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
  "base": "http://hl7.org/fhir/StructureDefinition/Patient",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Patient",
      "path": "Patient",
      "type": [ {
        "code": "Patient"
      } ],
      "alias": [ "Patiënt" ],
      "short": "Patient",
      "mapping": [ {
        "map": "NL-CM:0.1.1",
        "identity": "zib-patient"
      } ]
    }, {
      "path": "Patient.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ "url" ]
      }
    }, {
      "name": "Nationality",
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-nationality" ]
      } ],
      "alias": [ "Nationaliteit" ],
      "mapping": [ {
        "map": "NL-CM:7.6.1",
        "identity": "zib-nationaliteit"
      } ]
    }, {
      "path": "Patient.extension.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ "url" ]
      }
    }, {
      "name": "code",
      "path": "Patient.extension.extension",
      "binding": {
        "strength": "extensible",
        "description": "Indicates the country of citizenship.",
        "valueSetReference": {
          "display": "NationaliteitCodelijst",
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.6.3--20150401000000"
        }
      },
      "mapping": [ {
        "map": "NL-CM:7.6.3",
        "identity": "zib-nationaliteit"
      } ]
    }, {
      "path": "Patient.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ "system" ]
      }
    }, {
      "id": "Patient.identifier",
      "path": "Patient.identifier",
      "alias": [ "PatientIdentificatienummer" ],
      "short": "PatientIdentificationNumber",
      "mapping": [ {
        "map": "NL-CM:0.1.7",
        "identity": "zib-patient"
      } ],
      "slicing": {
        "rules": "open",
        "discriminator": [ "system" ]
      },
      "definition": "The Burgerservicenummer, as one of the possible patient identification numbers, should at least be sent unless there is a reason not to. Reasons for not sending include but are not limited to, research and apps without a contract for data processing (Dutch: bewerkingsovereenkomst)."
    }, {
      "id": "Patient.identifier.BSN",
      "max": "1",
      "name": "BSN",
      "path": "Patient.identifier"
    }, {
      "id": "Patient.identifier.BSN.system",
      "min": 1,
      "path": "Patient.identifier.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://fhir.nl/fhir/NamingSystem/bsn"
    }, {
      "id": "Patient.identifier.BSN.value",
      "min": 1,
      "path": "Patient.identifier.value",
      "short": "BSN (Burgerservicenummer (Dutch person identification number))",
      "exampleString": "123456782"
    }, {
      "id": "Patient.name",
      "path": "Patient.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-humanname" ]
      } ],
      "alias": [ "Naamgegevens" ],
      "short": "NameInformation",
      "mapping": [ {
        "map": "NL-CM:0.1.6",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.telecom",
      "path": "Patient.telecom",
      "alias": [ "Contactgegevens" ],
      "short": "ContactInformation",
      "mapping": [ {
        "map": "NL-CM:0.1.5",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.telecom.Phone",
      "min": 1,
      "path": "Patient.telecom.system"
    }, {
      "id": "Patient.telecom.value",
      "min": 1,
      "path": "Patient.telecom.value",
      "alias": [ "Telefoonnummer", "EmailAdres" ],
      "mapping": [ {
        "map": "NL-CM:0.1.23",
        "identity": "zib-patient"
      }, {
        "map": "NL-CM:0.1.20",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.telecom.use",
      "path": "Patient.telecom.use",
      "alias": [ "NummerSoort", "EmailSoort" ],
      "mapping": [ {
        "map": "NL-CM:0.1.22",
        "identity": "zib-patient"
      }, {
        "map": "NL-CM:0.1.19",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.gender.Gender",
      "name": "Gender",
      "path": "Patient.gender",
      "alias": [ "Geslacht" ],
      "short": "Gender",
      "mapping": [ {
        "map": "NL-CM:0.1.9",
        "identity": "zib-patient"
      } ],
      "comments": "For clinical purposes, this item is likely required. It has been left optional to support use cases like research, or closely coupled contexts where all information would be either prohibited or overkill"
    }, {
      "id": "Patient.birthDate.DateOfBirth",
      "name": "DateOfBirth",
      "path": "Patient.birthDate",
      "alias": [ "Geboortedatum" ],
      "short": "Patient’s date of birth. The date of birth is mandatory for a patient. A vague date (such as only the year) is permitted.",
      "mapping": [ {
        "map": "NL-CM:0.1.10",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.deceased",
      "path": "Patient.deceased[x]",
      "alias": [ "Overlijdensindicator/DatumOverlijden" ],
      "short": "DeathIndicator/DateOfDeath",
      "mapping": [ {
        "map": "NL-CM:0.1.32",
        "identity": "zib-patient"
      }, {
        "map": "NL-CM:0.1.33",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.address.AddressInformation",
      "path": "Patient.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-address" ]
      } ],
      "alias": [ "Adresgegevens" ],
      "short": "AddressInformation",
      "mapping": [ {
        "map": "NL-CM:0.1.4",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.maritalStatus",
      "path": "Patient.maritalStatus",
      "alias": [ "BurgerlijkeStaat" ],
      "short": "MaritalStatus",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "display": "BurgerlijkeStaatCodelijst",
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.9.1--20150401000000"
        }
      },
      "mapping": [ {
        "map": "NL-CM:7.9.2",
        "identity": "zib-burgerlijkestaat"
      } ]
    }, {
      "id": "Patient.multipleBirth",
      "path": "Patient.multipleBirth[x]",
      "alias": [ "Meerlingindicator" ],
      "short": "MultipleBirthIndicator",
      "mapping": [ {
        "map": "NL-CM:0.1.31",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.contact",
      "path": "Patient.contact",
      "alias": [ "Contactpersoon" ],
      "short": "ContactPerson",
      "mapping": [ {
        "map": "NL-CM:3.1.1",
        "identity": "zib-contactpersoon"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "Contact"
      } ]
    }, {
      "id": "Patient.contact.relationship.RoleOrRelationship",
      "path": "Patient.contact.relationship",
      "alias": [ "Rol of relatie" ],
      "short": "Role or Relationship",
      "slicing": {
        "rules": "open",
        "discriminator": [ "coding.system" ]
      }
    }, {
      "id": "Patient.contact.relationship.Relationship",
      "name": "Relationship",
      "path": "Patient.contact.relationship",
      "alias": [ "Relatie" ],
      "short": "Relationship",
      "binding": {
        "strength": "extensible",
        "valueSetReference": {
          "display": "RelatieCodelijst",
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.3.1.1--20150401000000"
        }
      },
      "mapping": [ {
        "map": "NL-CM:3.1.3",
        "identity": "zib-contactpersoon"
      } ]
    }, {
      "id": "Patient.contact.relationship.Role",
      "name": "Role",
      "path": "Patient.contact.relationship",
      "alias": [ "Rol" ],
      "short": "Role",
      "binding": {
        "strength": "extensible",
        "valueSetReference": {
          "display": "RolCodelijst",
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.3.1.2--20150401000000"
        }
      },
      "mapping": [ {
        "map": "NL-CM:3.1.2",
        "identity": "zib-contactpersoon"
      } ]
    }, {
      "id": "Patient.contact.name",
      "path": "Patient.contact.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-humanname" ]
      } ],
      "alias": [ "Naamgegevens" ],
      "short": "NameInformation",
      "mapping": [ {
        "map": "NL-CM:3.1.4",
        "identity": "zib-contactpersoon"
      } ]
    }, {
      "id": "Patient.contact.telecom",
      "path": "Patient.contact.telecom",
      "alias": [ "Contactgegevens" ],
      "short": "ContactInformation",
      "mapping": [ {
        "map": "NL-CM:0.1.5",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.contact.telecom.system",
      "min": 1,
      "path": "Patient.contact.telecom.system"
    }, {
      "id": "Patient.contact.telecom.value",
      "min": 1,
      "path": "Patient.contact.telecom.value",
      "alias": [ "Telefoonnummer", "EmailAdres" ],
      "mapping": [ {
        "map": "NL-CM:0.1.23",
        "identity": "zib-patient"
      }, {
        "map": "NL-CM:0.1.20",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.contact.telecom.use",
      "path": "Patient.contact.telecom.use",
      "alias": [ "NummerSoort", "EmailSoort" ],
      "mapping": [ {
        "map": "NL-CM:0.1.22",
        "identity": "zib-patient"
      }, {
        "map": "NL-CM:0.1.19",
        "identity": "zib-patient"
      } ]
    }, {
      "id": "Patient.contact.address",
      "path": "Patient.contact.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-address" ]
      } ],
      "alias": [ "Adresgegevens" ],
      "short": "AddressInformation",
      "mapping": [ {
        "map": "NL-CM:3.1.5",
        "identity": "zib-contactpersoon"
      } ]
    }, {
      "id": "Patient.careProvider.GeneralPractitioner",
      "max": "1",
      "path": "Patient.careProvider",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-organization" ]
      }, {
        "code": "Reference",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" ]
      } ],
      "alias": [ "Huisarts" ],
      "short": "GeneralPractitioner",
      "mapping": [ {
        "map": "NL-CM:17.1.1",
        "identity": "zib-zorgverlener"
      } ]
    }, {
      "path": "Patient.managingOrganization",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://fhir.nl/fhir/StructureDefinition/nl-core-organization" ]
      } ]
    } ]
  },
  "constrainedType": "Patient"
}