{
  "resourceType": "StructureDefinition",
  "id": "nxh-patient",
  "url": "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPatient",
  "name": "NxhPatient",
  "status": "active",
  "date": "2024-04-10T09:12:21.4318188+00:00",
  "description": "The nexuzhealth profile for a patient used during import and export procedures.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier:patientId",
        "path": "Patient.identifier",
        "sliceName": "patientId",
        "short": "The CMD identifier for this patient",
        "definition": "The identifier for this patient used in the Common Data Model of NxH Pro."
      },
      {
        "id": "Patient.identifier:patientId.type.coding.system",
        "path": "Patient.identifier.type.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "id": "Patient.identifier:patientId.type.coding.code",
        "path": "Patient.identifier.type.coding.code",
        "fixedCode": "MR"
      },
      {
        "id": "Patient.identifier:patientId.type.coding.display",
        "path": "Patient.identifier.type.coding.display",
        "fixedString": "Medical record number"
      },
      {
        "id": "Patient.identifier:patientId.system",
        "path": "Patient.identifier.system",
        "fixedUri": "https://fhir.nxh.com/standards/fhir/NamingSystem/patientId"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "max": "1"
      },
      {
        "id": "Patient.name.prefix",
        "path": "Patient.name.prefix",
        "max": "1"
      },
      {
        "id": "Patient.name.suffix",
        "path": "Patient.name.suffix",
        "max": "1"
      },
      {
        "id": "Patient.contact.extension:nxhExtGprference",
        "path": "Patient.contact.extension",
        "sliceName": "nxhExtGprference",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhExtGpreference"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.contact.name.prefix",
        "path": "Patient.contact.name.prefix",
        "max": "1"
      },
      {
        "id": "Patient.contact.name.suffix",
        "path": "Patient.contact.name.suffix",
        "max": "1"
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats)",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats).  This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery.  There are a variety of postal address formats defined around the world.",
        "comment": "Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates.  Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource).\r\n\r\nSpecial remarks for KMEHR users:\r\n\r\nNote when .use and .type are used they SHALL use the FHIR defined valuesets as per their required binding level in the FHIR specification. In a KMEHR address, the use was defined by CD-ADDRESS but those values can be found in the FHIR valueset.\r\nKMEHR values 'careadress', 'other' and 'vacation' are not directly present in the FHIR address-use table but can be mapped to the value 'temp' in FHIR. In those cases, it is RECOMMENDED to also add a .period.\r\nIn KMEHR, an address might be expressed using free text or a totally structured approach where the streetname and housenumber are put in separate fields. FHIR prefers a more pragmatic approach where the ‘text’ element is used to print on labels. Also, streetname and number are not separate fields as in KMEHR but in a structural approach are given as one or moren ‘line’ elements. It is however RECOMMENDED to use the Streetname, Housenumber and Postbox extensions to express them seperately.\r\nNote the FHIR address also allows to optionally define whether the address is a physical, postal or ‘both’ address using the .type field.",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-address"
            ]
          }
        ]
      },
      {
        "id": "Patient.communication.language.coding.system",
        "path": "Patient.communication.language.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/iso639-1"
      }
    ]
  }
}