{
  "resourceType": "StructureDefinition",
  "id": "PseudonymisedPatient",
  "url": "http://openehr.org/StructureDefinition/PseudonymisedPatient",
  "version": "1.0.0-alpha.2",
  "name": "PseudonymisedPatient",
  "title": "SEC - Pseudonymised patient",
  "status": "active",
  "description": "`[openEHR-EHR-ADMIN_ENTRY.pseudonymised_patient.v1]`\n                             Pseudo-anonymised details of a patient to support AQL population querying, and to define the content of an AQL proxy subject object.)",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://openehr.org/StructureDefinition/PseudonymisedPatient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "PseudonymisedPatient",
        "path": "PseudonymisedPatient",
        "short": "SEC - Pseudonymised patient",
        "definition": "`[openEHR-EHR-ADMIN_ENTRY.pseudonymised_patient.v1]`\n                             Pseudo-anonymised details of a patient to support AQL population querying, and to define the content of an AQL proxy subject object.)"
      },
      {
        "id": "PseudonymisedPatient.identifier",
        "path": "PseudonymisedPatient.identifier",
        "short": "identifier",
        "definition": "`[at0009]`\n                             An pseudo-anonymised identifier for this patient.)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "PseudonymisedPatient.birthDate",
        "path": "PseudonymisedPatient.birthDate",
        "short": "birthDate",
        "definition": "`[at0003]`\n                             The date of birth for the individual.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "PseudonymisedPatient.deceasedBoolean",
        "path": "PseudonymisedPatient.deceasedBoolean",
        "short": "deceasedBoolean",
        "definition": "`[at0007]`\n                             Is the patient deceased?)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "PseudonymisedPatient.deceasedDateTime",
        "path": "PseudonymisedPatient.deceasedDateTime",
        "short": "deceasedDateTime",
        "definition": "`[at0010]`\n                             The date and time of death of the patient, if deceased.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "PseudonymisedPatient.gender",
        "path": "PseudonymisedPatient.gender",
        "short": "gender",
        "definition": "`[at0002]`\n                             The administrative gender of the patient.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      {
        "id": "PseudonymisedPatient.birthSex",
        "path": "PseudonymisedPatient.birthSex",
        "short": "birthSex",
        "definition": "`[at0004]`\n                             The birth sex of the patient.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "valueSet": "https://healthterminologies.gov.au/fhir/ValueSet/biological-sex-1"
        }
      },
      {
        "id": "PseudonymisedPatient.address",
        "path": "PseudonymisedPatient.address",
        "short": "address",
        "definition": "`[at0011]`\n                             The patient's usual address.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "PseudonymisedPatient.address.postalCode",
        "path": "PseudonymisedPatient.address.postalCode",
        "short": "postalCode",
        "definition": "`[at0005]`\n                             The postal code of the patient's normal address.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PseudonymisedPatient.address.country",
        "path": "PseudonymisedPatient.address.country",
        "short": "country",
        "definition": "`[at0006]`\n                             The country of the patient's usual address.)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}