FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeStructureDefinition
IdStructureDefinition-SubjectCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/hdr/StructureDefinition-SubjectCz.html
URLhttps://hl7.cz/fhir/hdr/StructureDefinition/SubjectCz
Version0.1.0
Statusdraft
Date2025-12-22T16:16:03+00:00
NameLogEnSubjectHdrEhnCz
TitleA.1.1 - Identification and A.1.2 - related contact information of the Patient/subject
Realmcz
Authorityhl7
DescriptionHospital Discharge Report - Hospital Discharge Report subject data element - A.1.1 and A.1.2 eHN
Typehttps://hl7.cz/fhir/hdr/StructureDefinition/SubjectCz
Kindlogical

Resources that use this resource

ConceptMap
subject2FHIR-cz-hdreHN Subject Model to this guide Map
StructureDefinition
HeaderEmsCzA.1 - EMS Report header data element

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition SubjectCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. SubjectCz 0..*BaseA.1.1 - Identification and A.1.2 - related contact information of the Patient/subject
... subjectIdentification 1..1BaseA.1.1 - Identification of the patient/subject
.... given 1..*stringA.1.1.1 - Given name
.... family 1..*stringA.1.1.2 - Family name/surname
.... birthDate 1..1dateTimeA.1.1.3 - Date of birth
.... identifier 1..*IdentifierA.1.1.4 - National healthcare patient ID
.... citizenship 0..*CodeableConceptA.1.1.5 - Citizenship
.... gender 1..1CodeableConceptA.1.1.6 - Gender
.... communication 0..1CodeableConceptA.1.1.7 - Communication
... subjectContact 0..1BaseA.1.2 - Patient/subject related contact information
.... personalContact 0..1BaseA.1.2.1 - Patient address
..... telecom 0..*ContactPointA.1.2.2 - Patient contact
.... preferredHP 0..*BaseA.1.2.3 - Preferred health professional (HP) - This section can be repeated and linked to any specific information in the document, for example a link between a rare disease problem and the rare disease specialist responsible for the care of the individual patient (this section).
..... identifier 0..*IdentifierA.1.2.3.1 - Identifier of the HP
..... name 1..1HumanNameA.1.2.3.2 - Name of the HP
..... role 0..*CodeableConceptA.1.2.3.3 - Role of the HP
..... organization 0..1BaseA.1.2.3.4 - HP Organisation
..... address 0..1AddressA.1.2.3.5 - Address
..... telecom 0..*ContactPointA.1.2.3.6 - Telecom
.... contactPerson 0..*BaseA.1.2.4 - Contact person/ legal guardian (multiple contacts could be provided)
..... role 0..*CodeableConceptA.1.2.4.1 - Role of that person
..... relationship 0..1CodeableConceptA.1.2.4.2 - Relationship level
..... given 1..*stringA.1.2.4.4 - Given name
..... family 1..*stringA.1.2.4.5 - Family name/surname
..... address 0..*AddressA.1.2.4.6 - Address
..... telecom 0..*ContactPointA.1.2.4.7 - Telecom
..... organization 0..1BaseA.1.2.4.8 - Contact person organisation

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "SubjectCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hdr/StructureDefinition/SubjectCz",
  "version": "0.1.0",
  "name": "LogEnSubjectHdrEhnCz",
  "title": "A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject",
  "status": "draft",
  "date": "2025-12-22T16:16:03+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Hospital Discharge Report - Hospital Discharge Report subject data element - A.1.1 and A.1.2 eHN",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/hdr/StructureDefinition/SubjectCz",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "SubjectCz",
        "path": "SubjectCz",
        "short": "A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject",
        "definition": "Hospital Discharge Report - Hospital Discharge Report subject data element - A.1.1 and A.1.2 eHN",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "SubjectCz.subjectIdentification",
        "path": "SubjectCz.subjectIdentification",
        "short": "A.1.1 - Identification of the patient/subject",
        "definition": "Identification of the patient/subject",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectIdentification",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.given",
        "path": "SubjectCz.subjectIdentification.given",
        "short": "A.1.1.1 - Given name",
        "definition": "The given name/first name of the patient (also known as forename or first name). This field can contain more than one element.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectIdentification.given",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.family",
        "path": "SubjectCz.subjectIdentification.family",
        "short": "A.1.1.2 - Family name/surname",
        "definition": "The family name/surname/last name of the patient. This field can contain more than one element or multiple fields could be present.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectIdentification.family",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.birthDate",
        "path": "SubjectCz.subjectIdentification.birthDate",
        "short": "A.1.1.3 - Date of birth",
        "definition": "Complete date, following the ISO 8601.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectIdentification.birthDate",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.identifier",
        "path": "SubjectCz.subjectIdentification.identifier",
        "short": "A.1.1.4 - National healthcare patient ID",
        "definition": "An identifier of the patient that is unique within a defined scope. Example: National ID (birth number) for a Czech patient. Multiple identifiers could be provided",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectIdentification.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.citizenship",
        "path": "SubjectCz.subjectIdentification.citizenship",
        "short": "A.1.1.5 - Citizenship",
        "definition": "Citizenship of the patient.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectIdentification.citizenship",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.gender",
        "path": "SubjectCz.subjectIdentification.gender",
        "short": "A.1.1.6 - Gender",
        "definition": "This field must contain a recognised valid value for \"administrative gender\". If different, \"physiological gender\" should be communicated elsewhere in the relevant clinical information section.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectIdentification.gender",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.communication",
        "path": "SubjectCz.subjectIdentification.communication",
        "short": "A.1.1.7 - Communication",
        "definition": "A language which may be used to communicate with the patient about his or her health",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectIdentification.communication",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact",
        "path": "SubjectCz.subjectContact",
        "short": "A.1.2 - Patient/subject related contact information",
        "definition": "Patient/subject related contact information",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.personalContact",
        "path": "SubjectCz.subjectContact.personalContact",
        "short": "A.1.2.1 - Patient address",
        "definition": "Patient address",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact.personalContact",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.personalContact.telecom",
        "path": "SubjectCz.subjectContact.personalContact.telecom",
        "short": "A.1.2.2 - Patient contact",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.personalContact.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP",
        "path": "SubjectCz.subjectContact.preferredHP",
        "short": "A.1.2.3 - Preferred health professional (HP) - This section can be repeated and linked to any specific information in the document, for example a link between a rare disease problem and the rare disease specialist responsible for the care of the individual patient (this section).",
        "definition": "Preferred health professional (HP) - This section can be repeated and linked to any specific information in the document, for example a link between a rare disease problem and the rare disease specialist responsible for the care of the individual patient (this section).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.identifier",
        "path": "SubjectCz.subjectContact.preferredHP.identifier",
        "short": "A.1.2.3.1 - Identifier of the HP",
        "definition": "An identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.name",
        "path": "SubjectCz.subjectContact.preferredHP.name",
        "short": "A.1.2.3.2 - Name of the HP",
        "definition": "Name of the health professional that has been treating or taking responsibility for the patient.[the structure of the name will be the same as for the patient (given name, family name / surname)]",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.role",
        "path": "SubjectCz.subjectContact.preferredHP.role",
        "short": "A.1.2.3.3 - Role of the HP",
        "definition": "Health professional role. Multiple roles could be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP.role",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.organization",
        "path": "SubjectCz.subjectContact.preferredHP.organization",
        "short": "A.1.2.3.4 - HP Organisation",
        "definition": "Health professional organisation",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP.organization",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.address",
        "path": "SubjectCz.subjectContact.preferredHP.address",
        "short": "A.1.2.3.5 - Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP.address",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.telecom",
        "path": "SubjectCz.subjectContact.preferredHP.telecom",
        "short": "A.1.2.3.6 - Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.preferredHP.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson",
        "path": "SubjectCz.subjectContact.contactPerson",
        "short": "A.1.2.4 - Contact person/ legal guardian (multiple contacts could be provided)",
        "definition": "Contact person/ legal guardian (multiple contacts could be provided)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.role",
        "path": "SubjectCz.subjectContact.contactPerson.role",
        "short": "A.1.2.4.1 - Role of that person",
        "definition": "Role of the contact person: legal guardian, next of kin, other person to contact.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.role",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.relationship",
        "path": "SubjectCz.subjectContact.contactPerson.relationship",
        "short": "A.1.2.4.2 - Relationship level",
        "definition": "Relationship type with the patient (e.g. father, wife, daughter)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.relationship",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.given",
        "path": "SubjectCz.subjectContact.contactPerson.given",
        "short": "A.1.2.4.4 - Given name",
        "definition": "Given name of the contact person/guardian . This field can contain more than one element.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.given",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.family",
        "path": "SubjectCz.subjectContact.contactPerson.family",
        "short": "A.1.2.4.5 - Family name/surname",
        "definition": "Family name of the contact person. This field can contain more than one element [the structure of the name will be the same as for the patient (given name, family name / surname)]..",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.family",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.address",
        "path": "SubjectCz.subjectContact.contactPerson.address",
        "short": "A.1.2.4.6 - Address",
        "definition": "Mailing, home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.telecom",
        "path": "SubjectCz.subjectContact.contactPerson.telecom",
        "short": "A.1.2.4.7 - Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.organization",
        "path": "SubjectCz.subjectContact.contactPerson.organization",
        "short": "A.1.2.4.8 - Contact person organisation",
        "definition": "Contact person organisation information.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SubjectCz.subjectContact.contactPerson.organization",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "SubjectCz",
        "path": "SubjectCz",
        "short": "A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject",
        "definition": "Hospital Discharge Report - Hospital Discharge Report subject data element - A.1.1 and A.1.2 eHN"
      },
      {
        "id": "SubjectCz.subjectIdentification",
        "path": "SubjectCz.subjectIdentification",
        "short": "A.1.1 - Identification of the patient/subject",
        "definition": "Identification of the patient/subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.given",
        "path": "SubjectCz.subjectIdentification.given",
        "short": "A.1.1.1 - Given name",
        "definition": "The given name/first name of the patient (also known as forename or first name). This field can contain more than one element.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.family",
        "path": "SubjectCz.subjectIdentification.family",
        "short": "A.1.1.2 - Family name/surname",
        "definition": "The family name/surname/last name of the patient. This field can contain more than one element or multiple fields could be present.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.birthDate",
        "path": "SubjectCz.subjectIdentification.birthDate",
        "short": "A.1.1.3 - Date of birth",
        "definition": "Complete date, following the ISO 8601.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.identifier",
        "path": "SubjectCz.subjectIdentification.identifier",
        "short": "A.1.1.4 - National healthcare patient ID",
        "definition": "An identifier of the patient that is unique within a defined scope. Example: National ID (birth number) for a Czech patient. Multiple identifiers could be provided",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.citizenship",
        "path": "SubjectCz.subjectIdentification.citizenship",
        "short": "A.1.1.5 - Citizenship",
        "definition": "Citizenship of the patient.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.gender",
        "path": "SubjectCz.subjectIdentification.gender",
        "short": "A.1.1.6 - Gender",
        "definition": "This field must contain a recognised valid value for \"administrative gender\". If different, \"physiological gender\" should be communicated elsewhere in the relevant clinical information section.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectIdentification.communication",
        "path": "SubjectCz.subjectIdentification.communication",
        "short": "A.1.1.7 - Communication",
        "definition": "A language which may be used to communicate with the patient about his or her health",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact",
        "path": "SubjectCz.subjectContact",
        "short": "A.1.2 - Patient/subject related contact information",
        "definition": "Patient/subject related contact information",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.personalContact",
        "path": "SubjectCz.subjectContact.personalContact",
        "short": "A.1.2.1 - Patient address",
        "definition": "Patient address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.personalContact.telecom",
        "path": "SubjectCz.subjectContact.personalContact.telecom",
        "short": "A.1.2.2 - Patient contact",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP",
        "path": "SubjectCz.subjectContact.preferredHP",
        "short": "A.1.2.3 - Preferred health professional (HP) - This section can be repeated and linked to any specific information in the document, for example a link between a rare disease problem and the rare disease specialist responsible for the care of the individual patient (this section).",
        "definition": "Preferred health professional (HP) - This section can be repeated and linked to any specific information in the document, for example a link between a rare disease problem and the rare disease specialist responsible for the care of the individual patient (this section).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.identifier",
        "path": "SubjectCz.subjectContact.preferredHP.identifier",
        "short": "A.1.2.3.1 - Identifier of the HP",
        "definition": "An identifier of the health professional that is unique within a defined scope. Example: National health professional ID. Multiple identifiers could be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.name",
        "path": "SubjectCz.subjectContact.preferredHP.name",
        "short": "A.1.2.3.2 - Name of the HP",
        "definition": "Name of the health professional that has been treating or taking responsibility for the patient.[the structure of the name will be the same as for the patient (given name, family name / surname)]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.role",
        "path": "SubjectCz.subjectContact.preferredHP.role",
        "short": "A.1.2.3.3 - Role of the HP",
        "definition": "Health professional role. Multiple roles could be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.organization",
        "path": "SubjectCz.subjectContact.preferredHP.organization",
        "short": "A.1.2.3.4 - HP Organisation",
        "definition": "Health professional organisation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.address",
        "path": "SubjectCz.subjectContact.preferredHP.address",
        "short": "A.1.2.3.5 - Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.preferredHP.telecom",
        "path": "SubjectCz.subjectContact.preferredHP.telecom",
        "short": "A.1.2.3.6 - Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson",
        "path": "SubjectCz.subjectContact.contactPerson",
        "short": "A.1.2.4 - Contact person/ legal guardian (multiple contacts could be provided)",
        "definition": "Contact person/ legal guardian (multiple contacts could be provided)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.role",
        "path": "SubjectCz.subjectContact.contactPerson.role",
        "short": "A.1.2.4.1 - Role of that person",
        "definition": "Role of the contact person: legal guardian, next of kin, other person to contact.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.relationship",
        "path": "SubjectCz.subjectContact.contactPerson.relationship",
        "short": "A.1.2.4.2 - Relationship level",
        "definition": "Relationship type with the patient (e.g. father, wife, daughter)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.given",
        "path": "SubjectCz.subjectContact.contactPerson.given",
        "short": "A.1.2.4.4 - Given name",
        "definition": "Given name of the contact person/guardian . This field can contain more than one element.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.family",
        "path": "SubjectCz.subjectContact.contactPerson.family",
        "short": "A.1.2.4.5 - Family name/surname",
        "definition": "Family name of the contact person. This field can contain more than one element [the structure of the name will be the same as for the patient (given name, family name / surname)]..",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.address",
        "path": "SubjectCz.subjectContact.contactPerson.address",
        "short": "A.1.2.4.6 - Address",
        "definition": "Mailing, home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.telecom",
        "path": "SubjectCz.subjectContact.contactPerson.telecom",
        "short": "A.1.2.4.7 - Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "SubjectCz.subjectContact.contactPerson.organization",
        "path": "SubjectCz.subjectContact.contactPerson.organization",
        "short": "A.1.2.4.8 - Contact person organisation",
        "definition": "Contact person organisation information.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  }
}