{
  "resourceType": "StructureDefinition",
  "id": "pt-lm-Patient",
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"
  },
  "url": "http://medmij.nl/fhir/StructureDefinition/pt-lm-Patient",
  "name": "LmPatient",
  "title": "Patient",
  "status": "active",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The person for whom the task is intended.",
  "purpose": "This LogicalModel represents the Patient building block for patient use cases in the context of the ProviderTasks",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": true,
  "type": "http://medmij.nl/fhir/StructureDefinition/pt-lm-Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "pt-lm-Patient",
        "path": "pt-lm-Patient",
        "short": "Patient",
        "definition": "The person for whom the task is intended.",
        "alias": [
          "Patient"
        ]
      },
      {
        "id": "pt-lm-Patient.NameInformation",
        "path": "pt-lm-Patient.NameInformation",
        "short": "Patient's full name.",
        "definition": "Patient's full name.",
        "alias": [
          "Naamgegevens"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.NameInformation.FirstNames",
        "path": "pt-lm-Patient.NameInformation.FirstNames",
        "short": "The first names of the patient.",
        "definition": "The first names of the patient.",
        "alias": [
          "Voornamen"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.NameInformation.Initials",
        "path": "pt-lm-Patient.NameInformation.Initials",
        "short": "The initials of the patient.",
        "definition": "The initials of the patient.",
        "alias": [
          "Initialen"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.NameInformation.LastName",
        "path": "pt-lm-Patient.NameInformation.LastName",
        "short": "Container of the LastName concept. This container contains all data elements of the LastName concept.",
        "definition": "Container of the LastName concept. This container contains all data elements of the LastName concept.",
        "alias": [
          "Geslachtsnaam"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.NameInformation.LastName.Prefix",
        "path": "pt-lm-Patient.NameInformation.LastName.Prefix",
        "short": "Prefix to the last name of the patient.",
        "definition": "Prefix to the last name of the patient.",
        "alias": [
          "Voorvoegsels"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.NameInformation.LastName.LastName",
        "path": "pt-lm-Patient.NameInformation.LastName.LastName",
        "short": "The last name of the patient.",
        "definition": "The last name of the patient.",
        "alias": [
          "Achternaam"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.DateOfBirth",
        "path": "pt-lm-Patient.DateOfBirth",
        "short": "Patient's date of birth.",
        "definition": "Patient's date of birth.",
        "alias": [
          "Geboortedatum"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "pt-lm-Patient.Gender",
        "path": "pt-lm-Patient.Gender",
        "short": "Patient's administrative gender.",
        "definition": "Patient's administrative gender.",
        "alias": [
          "Geslacht"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.0.1.1--20200901000000"
        }
      }
    ]
  }
}