Patsientide üldandmete teenus / Master Patient Index
1.0.0 - ballot
Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0). See the Directory of published versions
Official URL: https://fhir.ee/StructureDefinition/ee-mpi-patient-unknown | Version: 1.0.0 | |||
Draft as of 2023-05-30 | Computable Name: EEMPIPatientUnknown |
Kasutamiseks EMO-s, kiirabis, anonüümsete patsientide ning keskkonnaproovide puhul
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from EEMPIPatient
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Patient | 0..* | EEMPIPatient | Information about an individual or animal receiving health care services | |
identifier | C | 1..1 | Identifier | Tundmatu identifikaator mpi-pid-1: Only MPI MR number and internal codes are allowed. |
active | 1..1 | boolean | Whether this patient's record is in active use Fixed Value: false | |
name | 1..1 | HumanName | Patient name | |
name:official | 0..0 | |||
name:nickname | 1..1 | HumanName | Tundmatu või anonüümse patsiendi nimi | |
use | 0..1 | code | Tundmatu patsiendi tunnus | |
telecom | 0..0 | |||
gender | 1..1 | code | male | female | other | unknown | |
multipleBirth[x] | 0..0 | |||
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
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') |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
identifier | SΣC | 1..1 | Identifier | Tundmatu identifikaator mpi-pid-1: Only MPI MR number and internal codes are allowed. |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
active | ?!SΣ | 1..1 | boolean | Whether this patient's record is in active use Fixed Value: false |
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 | ?!Σ | 0..1 | code | Tundmatu patsiendi tunnus Binding: NameUse (required): The use of a human name. Fixed Value: nickname |
text | Σ | 1..1 | string | Tundmatu patsiendi hüüdnimi |
gender | SΣ | 1..1 | code | male | female | other | unknown Binding: Administrative Gender (required) |
birthDate | SΣ | 0..1 | date | The date of birth for the individual |
birthTime | S | 0..1 | dateTime | 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 |
age | 0..1 | Age | Vanus URL: https://fhir.ee/StructureDefinition/ee-patient-age | |
accuracyIndicator | 0..1 | Coding | Kuupäeva täpsuse indikaator URL: https://fhir.ee/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 | |||
accuracyIndicator | 0..1 | Coding | Date accuracy indicator URL: https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator Binding: Date Accuracy Indicator (required): Date accuracy coding | |
deceasedBoolean | boolean | |||
deceasedDateTime | dateTime | |||
address | S | 0..* | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
communication | S | 0..* | BackboneElement | A language which may be used to communicate with the patient about his or her health |
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 | |
Documentation for this format |
Path | Conformance | ValueSet / Code |
Patient.identifier.use | required | IdentifierUse |
Patient.name:official.use | required | Fixed Value: official |
Patient.name:nickname.use | required | Fixed Value: nickname |
Patient.telecom.system | required | ContactPointSystem |
Patient.telecom.use | required | ContactPointUse |
Patient.gender | required | EEBaseAdministrativeGender |
Patient.communication.language | required | AllLanguages |
Patient.link.type | required | LinkType |
Id | Grade | Path(s) | Details | Requirements |
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()) | |
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') |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
language | 0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
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 mpi-pid-1: Only MPI MR number and internal codes are allowed. |
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 | Σ | 0..1 | uri | The namespace for the identifier value Binding: Person Identity System (extensible) Example General: http://www.acme.com/identifiers/patient |
value | ΣC | 0..1 | string | The value that is unique Example General: 123456 |
period | Σ | 0..1 | Period | Time period when id is/was valid for use |
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
active | ?!SΣ | 1..1 | boolean | Whether this patient's record is in active use Fixed Value: false |
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 | ?!Σ | 0..1 | code | Tundmatu patsiendi tunnus Binding: NameUse (required): The use of a human name. Fixed Value: nickname |
text | Σ | 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: Administrative Gender (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 | |
birthTime | S | 0..1 | dateTime | 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 |
age | 0..1 | Age | Vanus URL: https://fhir.ee/StructureDefinition/ee-patient-age | |
accuracyIndicator | 0..1 | Coding | Kuupäeva täpsuse indikaator URL: https://fhir.ee/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 | |
accuracyIndicator | 0..1 | Coding | Date accuracy indicator URL: https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator Binding: Date Accuracy Indicator (required): Date accuracy coding | |
deceasedBoolean | boolean | |||
deceasedDateTime | dateTime | |||
address | S | 0..* | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
communication | S | 0..* | BackboneElement | A language which may be used to communicate with the patient about his or her health |
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 | |
preferred | 0..1 | boolean | Language preference indicator | |
Documentation for this format |
Path | Conformance | ValueSet / Code |
Patient.language | required | AllLanguages |
Patient.identifier.use | required | IdentifierUse |
Patient.identifier.type | extensible | IdentifierTypeCodes |
Patient.identifier.system | extensible | EEBasePatientIdentity |
Patient.name:official.use | required | Fixed Value: official |
Patient.name:nickname.use | required | Fixed Value: nickname |
Patient.telecom.system | required | ContactPointSystem |
Patient.telecom.use | required | ContactPointUse |
Patient.gender | required | EEBaseAdministrativeGender |
Patient.contact.relationship | extensible | PatientContactRelationship |
Patient.contact.gender | required | AdministrativeGender |
Patient.communication.language | required | AllLanguages |
Patient.link.type | required | LinkType |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
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') |
This structure is derived from EEMPIPatient
Differential View
This structure is derived from EEMPIPatient
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Patient | 0..* | EEMPIPatient | Information about an individual or animal receiving health care services | |
identifier | C | 1..1 | Identifier | Tundmatu identifikaator mpi-pid-1: Only MPI MR number and internal codes are allowed. |
active | 1..1 | boolean | Whether this patient's record is in active use Fixed Value: false | |
name | 1..1 | HumanName | Patient name | |
name:official | 0..0 | |||
name:nickname | 1..1 | HumanName | Tundmatu või anonüümse patsiendi nimi | |
use | 0..1 | code | Tundmatu patsiendi tunnus | |
telecom | 0..0 | |||
gender | 1..1 | code | male | female | other | unknown | |
multipleBirth[x] | 0..0 | |||
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
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') |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
identifier | SΣC | 1..1 | Identifier | Tundmatu identifikaator mpi-pid-1: Only MPI MR number and internal codes are allowed. |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
active | ?!SΣ | 1..1 | boolean | Whether this patient's record is in active use Fixed Value: false |
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 | ?!Σ | 0..1 | code | Tundmatu patsiendi tunnus Binding: NameUse (required): The use of a human name. Fixed Value: nickname |
text | Σ | 1..1 | string | Tundmatu patsiendi hüüdnimi |
gender | SΣ | 1..1 | code | male | female | other | unknown Binding: Administrative Gender (required) |
birthDate | SΣ | 0..1 | date | The date of birth for the individual |
birthTime | S | 0..1 | dateTime | 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 |
age | 0..1 | Age | Vanus URL: https://fhir.ee/StructureDefinition/ee-patient-age | |
accuracyIndicator | 0..1 | Coding | Kuupäeva täpsuse indikaator URL: https://fhir.ee/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 | |||
accuracyIndicator | 0..1 | Coding | Date accuracy indicator URL: https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator Binding: Date Accuracy Indicator (required): Date accuracy coding | |
deceasedBoolean | boolean | |||
deceasedDateTime | dateTime | |||
address | S | 0..* | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
communication | S | 0..* | BackboneElement | A language which may be used to communicate with the patient about his or her health |
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 | |
Documentation for this format |
Path | Conformance | ValueSet / Code |
Patient.identifier.use | required | IdentifierUse |
Patient.name:official.use | required | Fixed Value: official |
Patient.name:nickname.use | required | Fixed Value: nickname |
Patient.telecom.system | required | ContactPointSystem |
Patient.telecom.use | required | ContactPointUse |
Patient.gender | required | EEBaseAdministrativeGender |
Patient.communication.language | required | AllLanguages |
Patient.link.type | required | LinkType |
Id | Grade | Path(s) | Details | Requirements |
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()) | |
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') |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
language | 0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
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 mpi-pid-1: Only MPI MR number and internal codes are allowed. |
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 | Σ | 0..1 | uri | The namespace for the identifier value Binding: Person Identity System (extensible) Example General: http://www.acme.com/identifiers/patient |
value | ΣC | 0..1 | string | The value that is unique Example General: 123456 |
period | Σ | 0..1 | Period | Time period when id is/was valid for use |
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
active | ?!SΣ | 1..1 | boolean | Whether this patient's record is in active use Fixed Value: false |
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 | ?!Σ | 0..1 | code | Tundmatu patsiendi tunnus Binding: NameUse (required): The use of a human name. Fixed Value: nickname |
text | Σ | 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: Administrative Gender (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 | |
birthTime | S | 0..1 | dateTime | 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 |
age | 0..1 | Age | Vanus URL: https://fhir.ee/StructureDefinition/ee-patient-age | |
accuracyIndicator | 0..1 | Coding | Kuupäeva täpsuse indikaator URL: https://fhir.ee/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 | |
accuracyIndicator | 0..1 | Coding | Date accuracy indicator URL: https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator Binding: Date Accuracy Indicator (required): Date accuracy coding | |
deceasedBoolean | boolean | |||
deceasedDateTime | dateTime | |||
address | S | 0..* | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
communication | S | 0..* | BackboneElement | A language which may be used to communicate with the patient about his or her health |
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 | |
preferred | 0..1 | boolean | Language preference indicator | |
Documentation for this format |
Path | Conformance | ValueSet / Code |
Patient.language | required | AllLanguages |
Patient.identifier.use | required | IdentifierUse |
Patient.identifier.type | extensible | IdentifierTypeCodes |
Patient.identifier.system | extensible | EEBasePatientIdentity |
Patient.name:official.use | required | Fixed Value: official |
Patient.name:nickname.use | required | Fixed Value: nickname |
Patient.telecom.system | required | ContactPointSystem |
Patient.telecom.use | required | ContactPointUse |
Patient.gender | required | EEBaseAdministrativeGender |
Patient.contact.relationship | extensible | PatientContactRelationship |
Patient.contact.gender | required | AdministrativeGender |
Patient.communication.language | required | AllLanguages |
Patient.link.type | required | LinkType |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
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') |
This structure is derived from EEMPIPatient
Other representations of profile: CSV, Excel, Schematron