Patsiendi üldandmete teenus / Master Patient Index
1.4.0 - trial-use Estonia flag

Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.4.0 See the Directory of published versions

Resource Profile: EE MPI Patient Unknown

Official URL: https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-unknown Version: 1.4.0
Draft as of 2025-10-14 Computable Name: EEMPIPatientUnknown

Kasutamiseks EMO-s, kiirabis, anonüümsete patsientide ning keskkonnaproovide puhul

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* EEMPIPatient Information about an individual or animal receiving health care services
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system SΣ 1..1 uri The namespace for the identifier value
Binding: Patsiendi identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string Patient identification code or document number.
Example General: 123456
.... period SΣ 0..1 Period Identifikaatori kehtivuse periood. Kui puudub, siis on identifikaator kehtiv.
... active ?!Σ 0..1 boolean Patsiendi kirje olek, määrab kas kirje on kehtiv või eksklikult sisestatud. Eesti isikukoodiga patsiendi puhul väärtuse muutus ei ole lubatud.
... Slices for name SΣ 1..1 HumanName Patient name
Slice: Unordered, Open by value:use
.... name:nickname SΣ 1..1 HumanName Tundmatu või anonüümse patsiendi nimi
..... use ?!SΣ 1..1 code Tundmatu patsiendi tunnus
Binding: NameUse (required): The use of a human name.
Fixed Value: nickname
..... text SΣ 1..1 string Tundmatu patsiendi hüüdnimi
... gender SΣ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... birthDate SΣ 0..1 date The date of birth for the individual
.... Slices for extension Content/Rules for all slices
..... extension:birthTime S 0..1 (Complex) Sünniaeg
URL: http://hl7.org/fhir/StructureDefinition/patient-birthTime
...... extension 0..0
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
...... value[x] S 1..1 dateTime Value of extension
..... extension:age 0..1 Age Vanus
URL: https://fhir.ee/base/StructureDefinition/ee-patient-age
..... extension:accuracyIndicator 0..1 Coding Kuupäeva täpsuse indikaator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
... deceased[x] ?!SΣ 0..1 Indicates if the individual is deceased or not
.... deceased[x]All Types Content/Rules for all Types
..... Slices for extension Content/Rules for all slices
...... extension:accuracyIndicator 0..1 Coding Date accuracy indicator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address SΣ 0..* EEBaseAddress An address for the individual
... communication S 0..* BackboneElement Suhtluskeeled
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... language 1..1 CodeableConcept The language which can be used to communicate with the patient about his or her health
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
Keeled . Preferred
... link ?!SΣ 0..* BackboneElement Seos teise patsiendi kirjega. Ignoreeritakse salvestamisel, saab muuta ainult $link operatsiooni abil.
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... other Σ 1..1 Reference(EEBase Patient | EEBase RelatedPerson) The other patient or related person resource that the link refers to
.... type Σ 1..1 code replaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another Patient resource, or Patient/RelatedPerson when using the seealso code

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier.system Base required Patsiendi identifikaatorite domeen . ⏿3.0.0 term.tehik.ee
Patient.name:official.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.name:nickname.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:phone.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:email.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📦5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
email-regex error Patient.telecom:email.value E-posti aadress peab olema korrektses vormingus value.matches('^(?=.{1,64}@)[A-Za-z0-9_+-]+(\\.[A-Za-z0-9_+-]+)*@[^-][A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*(\\.[A-Za-z]{2,})$')
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mpi-pid-1 error Patient.identifier Only MPI MR number and internal codes are allowed. system.startsWith('https://fhir.ee/sid/pid/est/mr') or system.startsWith('https://fhir.ee/sid/pid/est/prn')
phone-regex error Patient.telecom:phone.value Telefoninumber peab olema korrektses Eesti vormingus (lauatelefon, mobiil või rahvusvaheline number) value.matches('(^\\+(?!372)[1-9]\\d{1,14}$)|(^(\\+372|00372)?5(\\d{6,7})$)|(^(\\+372|00372)?(32|33|35|38|39|6[0-9]|7[1-9]|88)(\\d{5})$)')

This structure is derived from EEMPIPatient

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* EEMPIPatient Information about an individual or animal receiving health care services
... identifier C 1..1 Identifier Tundmatu identifikaator
Constraints: mpi-pid-1
... name 1..1 HumanName Patient name
... Slices for name Content/Rules for all slices
.... name:official 0..0
.... name:nickname 1..1 HumanName Tundmatu või anonüümse patsiendi nimi
..... use 1..1 code Tundmatu patsiendi tunnus
... Slices for telecom Content/Rules for all slices
.... telecom:phone 0..0
.... telecom:email 0..0
... gender 1..1 code male | female | other | unknown
... multipleBirth[x] 0..0

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
mpi-pid-1 error Patient.identifier Only MPI MR number and internal codes are allowed. system.startsWith('https://fhir.ee/sid/pid/est/mr') or system.startsWith('https://fhir.ee/sid/pid/est/prn')
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* EEMPIPatient Information about an individual or animal receiving health care services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣC 1..1 Identifier Tundmatu identifikaator
Constraints: mpi-pid-1
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system SΣ 1..1 uri The namespace for the identifier value
Binding: Patsiendi identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string Patient identification code or document number.
Example General: 123456
.... period SΣ 0..1 Period Identifikaatori kehtivuse periood. Kui puudub, siis on identifikaator kehtiv.
.... assigner Σ 0..1 Reference(Organization) Organization that issued the document. Can be used as a reference to an organization or as free text.
... active ?!Σ 0..1 boolean Patsiendi kirje olek, määrab kas kirje on kehtiv või eksklikult sisestatud. Eesti isikukoodiga patsiendi puhul väärtuse muutus ei ole lubatud.
... Slices for name SΣ 1..1 HumanName Patient name
Slice: Unordered, Open by value:use
.... name:nickname SΣ 1..1 HumanName Tundmatu või anonüümse patsiendi nimi
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 1..1 code Tundmatu patsiendi tunnus
Binding: NameUse (required): The use of a human name.
Fixed Value: nickname
..... text SΣ 1..1 string Tundmatu patsiendi hüüdnimi
..... period Σ 0..1 Period Time period when name was/is in use
... gender SΣ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... birthDate SΣ 0..1 date The date of birth for the individual
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:birthTime S 0..1 (Complex) Sünniaeg
URL: http://hl7.org/fhir/StructureDefinition/patient-birthTime
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..0
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
...... value[x] S 1..1 dateTime Value of extension
..... extension:age 0..1 Age Vanus
URL: https://fhir.ee/base/StructureDefinition/ee-patient-age
..... extension:accuracyIndicator 0..1 Coding Kuupäeva täpsuse indikaator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
.... value 0..1 date Primitive value for date
... deceased[x] ?!SΣ 0..1 Indicates if the individual is deceased or not
.... deceased[x]All Types Content/Rules for all Types
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... extension:accuracyIndicator 0..1 Coding Date accuracy indicator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address SΣ 0..* EEBaseAddress An address for the individual
... communication S 0..* BackboneElement Suhtluskeeled
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... language 1..1 CodeableConcept The language which can be used to communicate with the patient about his or her health
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
Keeled . Preferred
.... preferred 0..1 boolean Language preference indicator
... link ?!SΣ 0..* BackboneElement Seos teise patsiendi kirjega. Ignoreeritakse salvestamisel, saab muuta ainult $link operatsiooni abil.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... other Σ 1..1 Reference(EEBase Patient | EEBase RelatedPerson) The other patient or related person resource that the link refers to
.... type Σ 1..1 code replaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another Patient resource, or Patient/RelatedPerson when using the seealso code

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.language Base required All Languages 📍5.0.0 FHIR Std.
Patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
Patient.identifier.system Base required Patsiendi identifikaatorite domeen . ⏿3.0.0 term.tehik.ee
Patient.name:official.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.name:nickname.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:phone.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:email.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📦5.0.0 FHIR Std.
Patient.contact.relationship Base extensible Patient Contact Relationship 📍5.0.0 FHIR Std.
Patient.contact.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
email-regex error Patient.telecom:email.value E-posti aadress peab olema korrektses vormingus value.matches('^(?=.{1,64}@)[A-Za-z0-9_+-]+(\\.[A-Za-z0-9_+-]+)*@[^-][A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*(\\.[A-Za-z]{2,})$')
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mpi-pid-1 error Patient.identifier Only MPI MR number and internal codes are allowed. system.startsWith('https://fhir.ee/sid/pid/est/mr') or system.startsWith('https://fhir.ee/sid/pid/est/prn')
phone-regex error Patient.telecom:phone.value Telefoninumber peab olema korrektses Eesti vormingus (lauatelefon, mobiil või rahvusvaheline number) value.matches('(^\\+(?!372)[1-9]\\d{1,14}$)|(^(\\+372|00372)?5(\\d{6,7})$)|(^(\\+372|00372)?(32|33|35|38|39|6[0-9]|7[1-9]|88)(\\d{5})$)')

This structure is derived from EEMPIPatient

Summary

Mandatory: 3 elements
Prohibited: 5 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* EEMPIPatient Information about an individual or animal receiving health care services
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system SΣ 1..1 uri The namespace for the identifier value
Binding: Patsiendi identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string Patient identification code or document number.
Example General: 123456
.... period SΣ 0..1 Period Identifikaatori kehtivuse periood. Kui puudub, siis on identifikaator kehtiv.
... active ?!Σ 0..1 boolean Patsiendi kirje olek, määrab kas kirje on kehtiv või eksklikult sisestatud. Eesti isikukoodiga patsiendi puhul väärtuse muutus ei ole lubatud.
... Slices for name SΣ 1..1 HumanName Patient name
Slice: Unordered, Open by value:use
.... name:nickname SΣ 1..1 HumanName Tundmatu või anonüümse patsiendi nimi
..... use ?!SΣ 1..1 code Tundmatu patsiendi tunnus
Binding: NameUse (required): The use of a human name.
Fixed Value: nickname
..... text SΣ 1..1 string Tundmatu patsiendi hüüdnimi
... gender SΣ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... birthDate SΣ 0..1 date The date of birth for the individual
.... Slices for extension Content/Rules for all slices
..... extension:birthTime S 0..1 (Complex) Sünniaeg
URL: http://hl7.org/fhir/StructureDefinition/patient-birthTime
...... extension 0..0
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
...... value[x] S 1..1 dateTime Value of extension
..... extension:age 0..1 Age Vanus
URL: https://fhir.ee/base/StructureDefinition/ee-patient-age
..... extension:accuracyIndicator 0..1 Coding Kuupäeva täpsuse indikaator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
... deceased[x] ?!SΣ 0..1 Indicates if the individual is deceased or not
.... deceased[x]All Types Content/Rules for all Types
..... Slices for extension Content/Rules for all slices
...... extension:accuracyIndicator 0..1 Coding Date accuracy indicator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address SΣ 0..* EEBaseAddress An address for the individual
... communication S 0..* BackboneElement Suhtluskeeled
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... language 1..1 CodeableConcept The language which can be used to communicate with the patient about his or her health
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
Keeled . Preferred
... link ?!SΣ 0..* BackboneElement Seos teise patsiendi kirjega. Ignoreeritakse salvestamisel, saab muuta ainult $link operatsiooni abil.
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... other Σ 1..1 Reference(EEBase Patient | EEBase RelatedPerson) The other patient or related person resource that the link refers to
.... type Σ 1..1 code replaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another Patient resource, or Patient/RelatedPerson when using the seealso code

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier.system Base required Patsiendi identifikaatorite domeen . ⏿3.0.0 term.tehik.ee
Patient.name:official.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.name:nickname.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:phone.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:email.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📦5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
email-regex error Patient.telecom:email.value E-posti aadress peab olema korrektses vormingus value.matches('^(?=.{1,64}@)[A-Za-z0-9_+-]+(\\.[A-Za-z0-9_+-]+)*@[^-][A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*(\\.[A-Za-z]{2,})$')
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mpi-pid-1 error Patient.identifier Only MPI MR number and internal codes are allowed. system.startsWith('https://fhir.ee/sid/pid/est/mr') or system.startsWith('https://fhir.ee/sid/pid/est/prn')
phone-regex error Patient.telecom:phone.value Telefoninumber peab olema korrektses Eesti vormingus (lauatelefon, mobiil või rahvusvaheline number) value.matches('(^\\+(?!372)[1-9]\\d{1,14}$)|(^(\\+372|00372)?5(\\d{6,7})$)|(^(\\+372|00372)?(32|33|35|38|39|6[0-9]|7[1-9]|88)(\\d{5})$)')

Differential View

This structure is derived from EEMPIPatient

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* EEMPIPatient Information about an individual or animal receiving health care services
... identifier C 1..1 Identifier Tundmatu identifikaator
Constraints: mpi-pid-1
... name 1..1 HumanName Patient name
... Slices for name Content/Rules for all slices
.... name:official 0..0
.... name:nickname 1..1 HumanName Tundmatu või anonüümse patsiendi nimi
..... use 1..1 code Tundmatu patsiendi tunnus
... Slices for telecom Content/Rules for all slices
.... telecom:phone 0..0
.... telecom:email 0..0
... gender 1..1 code male | female | other | unknown
... multipleBirth[x] 0..0

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
mpi-pid-1 error Patient.identifier Only MPI MR number and internal codes are allowed. system.startsWith('https://fhir.ee/sid/pid/est/mr') or system.startsWith('https://fhir.ee/sid/pid/est/prn')

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* EEMPIPatient Information about an individual or animal receiving health care services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣC 1..1 Identifier Tundmatu identifikaator
Constraints: mpi-pid-1
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system SΣ 1..1 uri The namespace for the identifier value
Binding: Patsiendi identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string Patient identification code or document number.
Example General: 123456
.... period SΣ 0..1 Period Identifikaatori kehtivuse periood. Kui puudub, siis on identifikaator kehtiv.
.... assigner Σ 0..1 Reference(Organization) Organization that issued the document. Can be used as a reference to an organization or as free text.
... active ?!Σ 0..1 boolean Patsiendi kirje olek, määrab kas kirje on kehtiv või eksklikult sisestatud. Eesti isikukoodiga patsiendi puhul väärtuse muutus ei ole lubatud.
... Slices for name SΣ 1..1 HumanName Patient name
Slice: Unordered, Open by value:use
.... name:nickname SΣ 1..1 HumanName Tundmatu või anonüümse patsiendi nimi
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 1..1 code Tundmatu patsiendi tunnus
Binding: NameUse (required): The use of a human name.
Fixed Value: nickname
..... text SΣ 1..1 string Tundmatu patsiendi hüüdnimi
..... period Σ 0..1 Period Time period when name was/is in use
... gender SΣ 1..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... birthDate SΣ 0..1 date The date of birth for the individual
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:birthTime S 0..1 (Complex) Sünniaeg
URL: http://hl7.org/fhir/StructureDefinition/patient-birthTime
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..0
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
...... value[x] S 1..1 dateTime Value of extension
..... extension:age 0..1 Age Vanus
URL: https://fhir.ee/base/StructureDefinition/ee-patient-age
..... extension:accuracyIndicator 0..1 Coding Kuupäeva täpsuse indikaator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
.... value 0..1 date Primitive value for date
... deceased[x] ?!SΣ 0..1 Indicates if the individual is deceased or not
.... deceased[x]All Types Content/Rules for all Types
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... extension:accuracyIndicator 0..1 Coding Date accuracy indicator
URL: https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator
Binding: Date Accuracy Indicator (required): Date accuracy coding
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address SΣ 0..* EEBaseAddress An address for the individual
... communication S 0..* BackboneElement Suhtluskeeled
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... language 1..1 CodeableConcept The language which can be used to communicate with the patient about his or her health
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
Keeled . Preferred
.... preferred 0..1 boolean Language preference indicator
... link ?!SΣ 0..* BackboneElement Seos teise patsiendi kirjega. Ignoreeritakse salvestamisel, saab muuta ainult $link operatsiooni abil.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... other Σ 1..1 Reference(EEBase Patient | EEBase RelatedPerson) The other patient or related person resource that the link refers to
.... type Σ 1..1 code replaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another Patient resource, or Patient/RelatedPerson when using the seealso code

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.language Base required All Languages 📍5.0.0 FHIR Std.
Patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
Patient.identifier.system Base required Patsiendi identifikaatorite domeen . ⏿3.0.0 term.tehik.ee
Patient.name:official.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.name:nickname.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:phone.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom:email.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📦5.0.0 FHIR Std.
Patient.contact.relationship Base extensible Patient Contact Relationship 📍5.0.0 FHIR Std.
Patient.contact.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
email-regex error Patient.telecom:email.value E-posti aadress peab olema korrektses vormingus value.matches('^(?=.{1,64}@)[A-Za-z0-9_+-]+(\\.[A-Za-z0-9_+-]+)*@[^-][A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*(\\.[A-Za-z]{2,})$')
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mpi-pid-1 error Patient.identifier Only MPI MR number and internal codes are allowed. system.startsWith('https://fhir.ee/sid/pid/est/mr') or system.startsWith('https://fhir.ee/sid/pid/est/prn')
phone-regex error Patient.telecom:phone.value Telefoninumber peab olema korrektses Eesti vormingus (lauatelefon, mobiil või rahvusvaheline number) value.matches('(^\\+(?!372)[1-9]\\d{1,14}$)|(^(\\+372|00372)?5(\\d{6,7})$)|(^(\\+372|00372)?(32|33|35|38|39|6[0-9]|7[1-9]|88)(\\d{5})$)')

This structure is derived from EEMPIPatient

Summary

Mandatory: 3 elements
Prohibited: 5 elements

 

Other representations of profile: CSV, Excel, Schematron