PackagesCanonicalsLogsProblems
    Packages
    elona.health@1.0.0
    https://fhir.elona.health/StructureDefinition/PatientProfile
{
  "description": null,
  "_filename": "ElonaPatient.json",
  "package_name": "elona.health",
  "date": null,
  "derivation": "constraint",
  "publisher": "ElonaHealth",
  "fhirVersion": "4.0.1",
  "name": "ElonaPatient",
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Patient Profile",
  "package_version": "1.0.0",
  "status": "active",
  "id": "646dd22e-b6e1-4116-8fd0-709a766a5342",
  "kind": "resource",
  "url": "https://fhir.elona.health/StructureDefinition/PatientProfile",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Patient",
      "path": "Patient"
    }, {
      "id": "Patient.id",
      "max": "1",
      "path": "Patient.id",
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.identifier",
      "max": "0",
      "path": "Patient.identifier"
    }, {
      "id": "Patient.active",
      "max": "1",
      "min": 1,
      "path": "Patient.active",
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.name",
      "max": "*",
      "min": 1,
      "path": "Patient.name",
      "comment": "When updating the name, the old name is stored and not deleted.",
      "mustSupport": true
    }, {
      "id": "Patient.name.use",
      "max": "1",
      "min": 1,
      "path": "Patient.name.use",
      "type": [ {
        "code": "code"
      } ],
      "short": "Storing only the 'nickname' of the patient.",
      "mustSupport": true
    }, {
      "id": "Patient.name.text",
      "max": "1",
      "min": 1,
      "path": "Patient.name.text",
      "short": "The value of the nickname of the patient.",
      "comment": "To reduce the amount of personal information collected, only the nickname is collected.",
      "mustSupport": true
    }, {
      "id": "Patient.name.period",
      "max": "1",
      "min": 1,
      "path": "Patient.name.period",
      "mustSupport": true
    }, {
      "id": "Patient.telecom",
      "max": "*",
      "min": 1,
      "path": "Patient.telecom",
      "comment": "When updating the contact information, the old version of the contact information is stored and not deleted.",
      "mustSupport": true
    }, {
      "id": "Patient.telecom.system",
      "max": "1",
      "min": 1,
      "path": "Patient.telecom.system",
      "mustSupport": true
    }, {
      "id": "Patient.telecom.value",
      "max": "1",
      "min": 1,
      "path": "Patient.telecom.value",
      "mustSupport": true
    }, {
      "id": "Patient.telecom.period",
      "max": "1",
      "min": 1,
      "path": "Patient.telecom.period",
      "mustSupport": true
    }, {
      "id": "Patient.birthDate",
      "max": "0",
      "path": "Patient.birthDate"
    }, {
      "id": "Patient.deceased[x]",
      "max": "0",
      "path": "Patient.deceased[x]"
    }, {
      "id": "Patient.address",
      "max": "0",
      "path": "Patient.address"
    }, {
      "id": "Patient.maritalStatus",
      "max": "0",
      "path": "Patient.maritalStatus"
    }, {
      "id": "Patient.multipleBirth[x]",
      "max": "0",
      "path": "Patient.multipleBirth[x]"
    }, {
      "id": "Patient.contact",
      "max": "0",
      "path": "Patient.contact"
    }, {
      "id": "Patient.communication",
      "max": "0",
      "path": "Patient.communication"
    }, {
      "id": "Patient.generalPractitioner",
      "max": "0",
      "path": "Patient.generalPractitioner"
    }, {
      "id": "Patient.managingOrganization",
      "max": "0",
      "path": "Patient.managingOrganization"
    }, {
      "id": "Patient.link",
      "max": "0",
      "path": "Patient.link"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}