{
  "resourceType": "StructureDefinition",
  "id": "isa-lm-person",
  "url": "https://www.nfdi4health.de/fhir/ISA/StructureDefinition/isa-lm-person",
  "version": "0.9",
  "name": "ISA_LM_PERSON",
  "title": "ISA LM Person",
  "status": "active",
  "publisher": "Berlin Institute of Health @ Charité - Core Facility Digital Medicine and Interoperability",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bihealth.org/en/research/scientific-infrastructure/core-facilities/interoperability/home"
        }
      ]
    }
  ],
  "description": "FHIR LogicalModel representing the person_schema.json as specified in ISA Model and Serialization Specifications 1.0 (2016-10-28).",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "FHIR",
      "name": "Person LogicalModel FHIR Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.nfdi4health.de/fhir/ISA/StructureDefinition/isa-lm-person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "isa-lm-person",
        "path": "isa-lm-person",
        "short": "ISA LM Person",
        "definition": "FHIR LogicalModel representing the person_schema.json as specified in ISA Model and Serialization Specifications 1.0 (2016-10-28)."
      },
      {
        "id": "isa-lm-person.Person",
        "path": "isa-lm-person.Person",
        "short": "This schema implements Contact from the ISA Abstract Model.",
        "definition": "This schema implements Contact from the ISA Abstract Model.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Practitioner"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.@id",
        "path": "isa-lm-person.Person.@id",
        "short": "@id",
        "definition": "@id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Practitioner.id"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.lastName",
        "path": "isa-lm-person.Person.lastName",
        "short": "last name",
        "definition": "last name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Practitioner.name.family"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.firstName",
        "path": "isa-lm-person.Person.firstName",
        "short": "first name",
        "definition": "first name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Practitioner.name.given"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.midInititials",
        "path": "isa-lm-person.Person.midInititials",
        "short": "mid initials",
        "definition": "mid initials",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Practitioner.name.given"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.email",
        "path": "isa-lm-person.Person.email",
        "short": "email",
        "definition": "email",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "PractitionerRole.telecom.where(system='email').value"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.phone",
        "path": "isa-lm-person.Person.phone",
        "short": "phone",
        "definition": "phone",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "PractitionerRole.telecom.where(system='phone').value"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.fax",
        "path": "isa-lm-person.Person.fax",
        "short": "fax",
        "definition": "fax",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "PractitionerRole.telecom.where(system='fax').value"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.address",
        "path": "isa-lm-person.Person.address",
        "short": "address",
        "definition": "address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "PractitionerRole.location.resolve().address"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.affiliation",
        "path": "isa-lm-person.Person.affiliation",
        "short": "affiliation",
        "definition": "affiliation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "PractionerRole.organization"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.roles",
        "path": "isa-lm-person.Person.roles",
        "short": "roles",
        "definition": "roles",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.nfdi4health.de/fhir/ISA/StructureDefinition/isa-lm-ontology-annotation"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "PractitionerRole.code"
          }
        ]
      },
      {
        "id": "isa-lm-person.Person.comments",
        "path": "isa-lm-person.Person.comments",
        "short": "comments",
        "definition": "comments",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.nfdi4health.de/fhir/ISA/StructureDefinition/isa-lm-comment"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Practitioner.extension:comments.valueAnnotation"
          }
        ]
      }
    ]
  }
}