Uzbekistan Digital Health Platform - Integrations
0.1.0 - ci-build Uzbekistan флаг

Uzbekistan Digital Health Platform - Integrations - Локальная сборка (v0.1.0), построенная FHIR (HL7® FHIR® Стандартные инструменты сборки. Смотрите каталог опубликованных версий

Профиль типа данных:

Вычисляемое имя:

Использование:

  • Это Профиль не используется ни в одном профиле в этом руководстве по реализации

You can also check for usages in the FHIR IG Statistics

Формальные представления содержимого профиля

Описание профилей, дифференциалов, снимков и их представлений.

НаименованиеФлагиКарта.ТипОписание и ограничения    Filter: Filtersdoco
.. Encounter 0..* Encounter(5.0.0) An interaction during which services are provided to the patient
... 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
Constraints: ext-1
... subject SΣ 0..1 Reference(Patient of Birth(0.1.0)) The infant associated with this encounter
... partOf S 0..1 Reference(Encounter) Link to Mother(Encounter)
... serviceProvider S 0..1 Reference(Organization) The organization (institution) responsible for this Encounter
... Разрезы для participant ΣC 0..* BackboneElement List of participants involved in the encounter
Разрез: Не упорядочено, Открыто от value:type
Constraints: enc-1, enc-2
.... participant:Все разрезы Содержимое/правила для всех разрезов
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type ΣC 0..* CodeableConcept Role of participant in encounter
Привязка: ParticipantType (extensible): Role of participant in encounter.
..... actor ΣC 0..1 Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) The individual, device, or service participating in the encounter
.... participant:participantAttendant ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of participant in collision
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87286-1
..... actor SΣC 1..1 Reference(Practitioner) The doctor (paramedic or midwife) who issued the medical birth certificate
.... participant:participantCertifier ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of the certifier
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87287-9
..... period 0..1 Period Period of time during the encounter that the participant participated
...... start SΣC 0..1 dateTime Starting time with inclusive boundary
..... actor SΣC 1..1 Reference(Practitioner) The doctor who signed the medical birth certificate
... diagnosis SΣ 0..* BackboneElement The list of diagnosis relevant to this encounter
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... condition SΣ 0..* CodeableReference(Condition) Observed congenital problems (e.g., jaundice, congenital anomalies) Diagnostic conditions at birth (e.g., low birth weight, respiratory distress) Clinical assessments related to birth (e.g., signs of infection, abnormal Apgar scores)
Привязка: ConditionProblemDiagnosisCodes (example)
... location S 0..* BackboneElement List of locations where the patient has been
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... location S 1..1 Reference(UZ Core Location(0.3.0)) The place where the baby was born

doco Документация для этого формата

Привязки к терминологии

Путь Статус Использование ValueSet Версия Источник
Encounter.status Base required Encounter Status 📍5.0.0 Стандарт FHIR
Encounter.participant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantAttendant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantCertifier.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.diagnosis.​condition Base example Condition/Problem/Diagnosis Codes 📍5.0.0 Стандарт FHIR

Ограничения

Id Градация Путь(и) Описание Выражение
dom-2 error Encounter If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Encounter 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 Encounter 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 Encounter If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 лучшая практика Encounter A resource should have narrative for robust management text.`div`.exists()
ele-1 error Encounter.implicitRules, Encounter.modifierExtension, Encounter.status, Encounter.subject, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.actor, Encounter.participant:participantAttendant, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantAttendant.type, Encounter.participant:participantAttendant.type.coding, Encounter.participant:participantAttendant.type.coding.system, Encounter.participant:participantAttendant.type.coding.code, Encounter.participant:participantAttendant.actor, Encounter.participant:participantCertifier, Encounter.participant:participantCertifier.modifierExtension, Encounter.participant:participantCertifier.type, Encounter.participant:participantCertifier.type.coding, Encounter.participant:participantCertifier.type.coding.system, Encounter.participant:participantCertifier.type.coding.code, Encounter.participant:participantCertifier.period, Encounter.participant:participantCertifier.period.start, Encounter.participant:participantCertifier.actor, Encounter.diagnosis, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.location, Encounter.location.modifierExtension, Encounter.location.location All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
enc-1 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type must be provided when no explicit actor is specified actor.exists() or type.exists()
enc-2 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type cannot be provided for a patient or group participant actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
ext-1 error Encounter.modifierExtension, Encounter.participant.modifierExtension, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantCertifier.modifierExtension, Encounter.diagnosis.modifierExtension, Encounter.location.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

НаименованиеФлагиКарта.ТипОписание и ограничения    Filter: Filtersdoco
.. Encounter 0..* Encounter(5.0.0) An interaction during which services are provided to the patient
... subject S 0..1 Reference(Patient of Birth(0.1.0)) The infant associated with this encounter
... partOf S 0..1 Reference(Encounter) Link to Mother(Encounter)
... serviceProvider S 0..1 Reference(Organization) The organization (institution) responsible for this Encounter
.... participant:participantAttendant 0..* BackboneElement List of participants involved in the encounter
..... type S 1..1 CodeableConcept Role of participant in collision
...... coding S 1..* Coding A symbol in the syntax defined by the system
....... system S 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code S 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87286-1
..... actor S 1..1 Reference(Practitioner) The doctor (paramedic or midwife) who issued the medical birth certificate
.... participant:participantCertifier 0..* BackboneElement List of participants involved in the encounter
..... type S 1..1 CodeableConcept Role of the certifier
...... coding S 1..* Coding A symbol in the syntax defined by the system
....... system S 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code S 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87287-9
..... period
...... start S 0..1 dateTime Starting time with inclusive boundary
..... actor S 1..1 Reference(Practitioner) The doctor who signed the medical birth certificate
... diagnosis S 0..* BackboneElement The list of diagnosis relevant to this encounter
.... condition S 0..* CodeableReference(Condition) Observed congenital problems (e.g., jaundice, congenital anomalies) Diagnostic conditions at birth (e.g., low birth weight, respiratory distress) Clinical assessments related to birth (e.g., signs of infection, abnormal Apgar scores)
... location S 0..* BackboneElement List of locations where the patient has been
.... location S 1..1 Reference(UZ Core Location(0.3.0)) The place where the baby was born

doco Документация для этого формата
НаименованиеФлагиКарта.ТипОписание и ограничения    Filter: Filtersdoco
.. Encounter 0..* Encounter(5.0.0) An interaction during which services are provided to the patient
... 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
Привязка: AllLanguages (required): IETF language tag for a human language
Дополнительные привязкиЦель
CommonLanguages Старт
... 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
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Identifier(s) by which this encounter is known
... status ?!Σ 1..1 code planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown
Привязка: EncounterStatus (required): Current state of the encounter.
... class Σ 0..* CodeableConcept Classification of patient encounter context - e.g. Inpatient, outpatient
Привязка: EncounterClass (2.0.1) (preferred): Classification of the encounter.
... priority 0..1 CodeableConcept Indicates the urgency of the encounter
Привязка: ActPriority (3.0.0) (example): Indicates the urgency of the encounter.
... type Σ 0..* CodeableConcept Specific type of encounter (e.g. e-mail consultation, surgical day-care, ...)
Привязка: EncounterType (example): A specific code indicating type of service provided
... serviceType Σ 0..* CodeableReference(HealthcareService) Specific type of service
Привязка: ServiceType (example): Broad categorization of the service that is to be provided.
... subject SΣ 0..1 Reference(Patient of Birth(0.1.0)) The infant associated with this encounter
... subjectStatus 0..1 CodeableConcept The current status of the subject in relation to the Encounter
Привязка: EncounterSubjectStatus (example): Current status of the subject within the encounter.
... episodeOfCare Σ 0..* Reference(EpisodeOfCare) Episode(s) of care that this encounter should be recorded against
... basedOn 0..* Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) The request that initiated this encounter
... careTeam 0..* Reference(CareTeam) The group(s) that are allocated to participate in this encounter
... partOf S 0..1 Reference(Encounter) Link to Mother(Encounter)
... serviceProvider S 0..1 Reference(Organization) The organization (institution) responsible for this Encounter
... Разрезы для participant ΣC 0..* BackboneElement List of participants involved in the encounter
Разрез: Не упорядочено, Открыто от value:type
Constraints: enc-1, enc-2
.... participant:Все разрезы Содержимое/правила для всех разрезов
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type ΣC 0..* CodeableConcept Role of participant in encounter
Привязка: ParticipantType (extensible): Role of participant in encounter.
..... period 0..1 Period Period of time during the encounter that the participant participated
..... actor ΣC 0..1 Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) The individual, device, or service participating in the encounter
.... participant:participantAttendant ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of participant in collision
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87286-1
....... display ΣC 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... period 0..1 Period Period of time during the encounter that the participant participated
..... actor SΣC 1..1 Reference(Practitioner) The doctor (paramedic or midwife) who issued the medical birth certificate
.... participant:participantCertifier ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of the certifier
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87287-9
....... display ΣC 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... period 0..1 Period Period of time during the encounter that the participant participated
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
...... start SΣC 0..1 dateTime Starting time with inclusive boundary
...... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
..... actor SΣC 1..1 Reference(Practitioner) The doctor who signed the medical birth certificate
... appointment Σ 0..* Reference(Appointment) The appointment that scheduled this encounter
... virtualService 0..* VirtualServiceDetail Connection details of a virtual service (e.g. conference call)
... actualPeriod 0..1 Period The actual start and end time of the encounter
... plannedStartDate 0..1 dateTime The planned start date/time (or admission date) of the encounter
... plannedEndDate 0..1 dateTime The planned end date/time (or discharge date) of the encounter
... length 0..1 Duration Actual quantity of time the encounter lasted (less time absent)
... reason Σ 0..* BackboneElement The list of medical reasons that are expected to be addressed during the episode of care
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... use Σ 0..* CodeableConcept What the reason value should be used for/as
Привязка: EncounterReasonUse (example)
.... value Σ 0..* CodeableReference(Condition | DiagnosticReport | Observation | ImmunizationRecommendation | Procedure) Reason the encounter takes place (core or reference)
Привязка: EncounterReasonCodes (preferred): Reason why the encounter takes place.
... diagnosis SΣ 0..* BackboneElement The list of diagnosis relevant to this encounter
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... condition SΣ 0..* CodeableReference(Condition) Observed congenital problems (e.g., jaundice, congenital anomalies) Diagnostic conditions at birth (e.g., low birth weight, respiratory distress) Clinical assessments related to birth (e.g., signs of infection, abnormal Apgar scores)
Привязка: ConditionProblemDiagnosisCodes (example)
.... use 0..* CodeableConcept Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)
Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents.
... account 0..* Reference(Account) The set of accounts that may be used for billing for this Encounter
... dietPreference 0..* CodeableConcept Diet preferences reported by the patient
Привязка: EncounterDiet (example): Medical, cultural or ethical food preferences to help with catering requirements.
... specialArrangement 0..* CodeableConcept Wheelchair, translator, stretcher, etc
Привязка: SpecialArrangements (preferred): Special arrangements.
... specialCourtesy 0..* CodeableConcept Special courtesies (VIP, board member)
Привязка: SpecialCourtesy (preferred): Special courtesies.
... admission 0..1 BackboneElement Details about the admission to a healthcare service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... preAdmissionIdentifier 0..1 Identifier Pre-admission identifier
.... origin 0..1 Reference(Location | Organization) The location/organization from which the patient came before admission
.... admitSource 0..1 CodeableConcept From where patient was admitted (physician referral, transfer)
Привязка: AdmitSource (preferred): From where the patient was admitted.
.... reAdmission 0..1 CodeableConcept Indicates that the patient is being re-admitted
Привязка: Hl7VSReAdmissionIndicator (3.0.0) (example): The reason for re-admission of this admission encounter.
.... destination 0..1 Reference(Location | Organization) Location/organization to which the patient is discharged
.... dischargeDisposition 0..1 CodeableConcept Category or kind of location after discharge
Привязка: DischargeDisposition (example): Discharge Disposition.
... location S 0..* BackboneElement List of locations where the patient has been
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... location S 1..1 Reference(UZ Core Location(0.3.0)) The place where the baby was born
.... status 0..1 code planned | active | reserved | completed
Привязка: EncounterLocationStatus (required): The status of the location.
.... form 0..1 CodeableConcept The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)
Привязка: LocationForm (example): Physical form of the location.
.... period 0..1 Period Time period during which the patient was present at the location

doco Документация для этого формата

Привязки к терминологии

Путь Статус Использование ValueSet Версия Источник
Encounter.language Base required All Languages 📍5.0.0 Стандарт FHIR
Encounter.status Base required Encounter Status 📍5.0.0 Стандарт FHIR
Encounter.class Base preferred Encounter class 📍2.0.1 THO v7.1
Encounter.priority Base example ActPriority 📍3.0.0 THO v7.1
Encounter.type Base example Encounter Type 📍5.0.0 Стандарт FHIR
Encounter.serviceType Base example Service Type 📍5.0.0 Стандарт FHIR
Encounter.subjectStatus Base example Encounter Subject Status 📍5.0.0 Стандарт FHIR
Encounter.participant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantAttendant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantCertifier.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.reason.use Base example Encounter Reason Use 📍5.0.0 Стандарт FHIR
Encounter.reason.value Base preferred Encounter Reason Codes 📍5.0.0 Стандарт FHIR
Encounter.diagnosis.​condition Base example Condition/Problem/Diagnosis Codes 📍5.0.0 Стандарт FHIR
Encounter.diagnosis.​use Base preferred Encounter Diagnosis Use 📍5.0.0 Стандарт FHIR
Encounter.dietPreference Base example Diet 📍5.0.0 Стандарт FHIR
Encounter.specialArrangement Base preferred Special Arrangements 📍5.0.0 Стандарт FHIR
Encounter.specialCourtesy Base preferred Special Courtesy 📍5.0.0 Стандарт FHIR
Encounter.admission.​admitSource Base preferred Admit Source 📍5.0.0 Стандарт FHIR
Encounter.admission.​reAdmission Base example hl7VS-re-admissionIndicator 📍3.0.0 THO v7.1
Encounter.admission.​dischargeDisposition Base example Discharge Disposition 📍5.0.0 Стандарт FHIR
Encounter.location.status Base required Encounter Location Status 📍5.0.0 Стандарт FHIR
Encounter.location.form Base example Location Form 📍5.0.0 Стандарт FHIR

Ограничения

Id Градация Путь(и) Описание Выражение
dom-2 error Encounter If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Encounter 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 Encounter 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 Encounter If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 лучшая практика Encounter A resource should have narrative for robust management text.`div`.exists()
ele-1 error Encounter.meta, Encounter.implicitRules, Encounter.language, Encounter.text, Encounter.extension, Encounter.modifierExtension, Encounter.identifier, Encounter.status, Encounter.class, Encounter.priority, Encounter.type, Encounter.serviceType, Encounter.subject, Encounter.subjectStatus, Encounter.episodeOfCare, Encounter.basedOn, Encounter.careTeam, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.period, Encounter.participant.actor, Encounter.participant:participantAttendant, Encounter.participant:participantAttendant.extension, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantAttendant.type, Encounter.participant:participantAttendant.type.extension, Encounter.participant:participantAttendant.type.coding, Encounter.participant:participantAttendant.type.coding.extension, Encounter.participant:participantAttendant.type.coding.system, Encounter.participant:participantAttendant.type.coding.version, Encounter.participant:participantAttendant.type.coding.code, Encounter.participant:participantAttendant.type.coding.display, Encounter.participant:participantAttendant.type.coding.userSelected, Encounter.participant:participantAttendant.type.text, Encounter.participant:participantAttendant.period, Encounter.participant:participantAttendant.actor, Encounter.participant:participantCertifier, Encounter.participant:participantCertifier.extension, Encounter.participant:participantCertifier.modifierExtension, Encounter.participant:participantCertifier.type, Encounter.participant:participantCertifier.type.extension, Encounter.participant:participantCertifier.type.coding, Encounter.participant:participantCertifier.type.coding.extension, Encounter.participant:participantCertifier.type.coding.system, Encounter.participant:participantCertifier.type.coding.version, Encounter.participant:participantCertifier.type.coding.code, Encounter.participant:participantCertifier.type.coding.display, Encounter.participant:participantCertifier.type.coding.userSelected, Encounter.participant:participantCertifier.type.text, Encounter.participant:participantCertifier.period, Encounter.participant:participantCertifier.period.extension, Encounter.participant:participantCertifier.period.start, Encounter.participant:participantCertifier.period.end, Encounter.participant:participantCertifier.actor, Encounter.appointment, Encounter.virtualService, Encounter.actualPeriod, Encounter.plannedStartDate, Encounter.plannedEndDate, Encounter.length, Encounter.reason, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.reason.use, Encounter.reason.value, Encounter.diagnosis, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.diagnosis.use, Encounter.account, Encounter.dietPreference, Encounter.specialArrangement, Encounter.specialCourtesy, Encounter.admission, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.admission.preAdmissionIdentifier, Encounter.admission.origin, Encounter.admission.admitSource, Encounter.admission.reAdmission, Encounter.admission.destination, Encounter.admission.dischargeDisposition, Encounter.location, Encounter.location.extension, Encounter.location.modifierExtension, Encounter.location.location, Encounter.location.status, Encounter.location.form, Encounter.location.period All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
enc-1 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type must be provided when no explicit actor is specified actor.exists() or type.exists()
enc-2 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type cannot be provided for a patient or group participant actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
ext-1 error Encounter.extension, Encounter.modifierExtension, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.participant:participantAttendant.extension, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantAttendant.type.extension, Encounter.participant:participantAttendant.type.coding.extension, Encounter.participant:participantCertifier.extension, Encounter.participant:participantCertifier.modifierExtension, Encounter.participant:participantCertifier.type.extension, Encounter.participant:participantCertifier.type.coding.extension, Encounter.participant:participantCertifier.period.extension, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.location.extension, Encounter.location.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Обязательный: 0 элемент(10 вложенные обязательны элементs)
Обязательная поддержка: 18 элементs

Структуры

Эта структура относится к этим другим структурам:

Разрезы

Эта структура определяет следующие Разрезы:

  • Элемент 1 разрешен в зависимости от значения Encounter.participant

Просмотр ключевых элементов

НаименованиеФлагиКарта.ТипОписание и ограничения    Filter: Filtersdoco
.. Encounter 0..* Encounter(5.0.0) An interaction during which services are provided to the patient
... 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
Constraints: ext-1
... subject SΣ 0..1 Reference(Patient of Birth(0.1.0)) The infant associated with this encounter
... partOf S 0..1 Reference(Encounter) Link to Mother(Encounter)
... serviceProvider S 0..1 Reference(Organization) The organization (institution) responsible for this Encounter
... Разрезы для participant ΣC 0..* BackboneElement List of participants involved in the encounter
Разрез: Не упорядочено, Открыто от value:type
Constraints: enc-1, enc-2
.... participant:Все разрезы Содержимое/правила для всех разрезов
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type ΣC 0..* CodeableConcept Role of participant in encounter
Привязка: ParticipantType (extensible): Role of participant in encounter.
..... actor ΣC 0..1 Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) The individual, device, or service participating in the encounter
.... participant:participantAttendant ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of participant in collision
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87286-1
..... actor SΣC 1..1 Reference(Practitioner) The doctor (paramedic or midwife) who issued the medical birth certificate
.... participant:participantCertifier ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of the certifier
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87287-9
..... period 0..1 Period Period of time during the encounter that the participant participated
...... start SΣC 0..1 dateTime Starting time with inclusive boundary
..... actor SΣC 1..1 Reference(Practitioner) The doctor who signed the medical birth certificate
... diagnosis SΣ 0..* BackboneElement The list of diagnosis relevant to this encounter
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... condition SΣ 0..* CodeableReference(Condition) Observed congenital problems (e.g., jaundice, congenital anomalies) Diagnostic conditions at birth (e.g., low birth weight, respiratory distress) Clinical assessments related to birth (e.g., signs of infection, abnormal Apgar scores)
Привязка: ConditionProblemDiagnosisCodes (example)
... location S 0..* BackboneElement List of locations where the patient has been
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... location S 1..1 Reference(UZ Core Location(0.3.0)) The place where the baby was born

doco Документация для этого формата

Привязки к терминологии

Путь Статус Использование ValueSet Версия Источник
Encounter.status Base required Encounter Status 📍5.0.0 Стандарт FHIR
Encounter.participant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantAttendant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantCertifier.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.diagnosis.​condition Base example Condition/Problem/Diagnosis Codes 📍5.0.0 Стандарт FHIR

Ограничения

Id Градация Путь(и) Описание Выражение
dom-2 error Encounter If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Encounter 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 Encounter 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 Encounter If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 лучшая практика Encounter A resource should have narrative for robust management text.`div`.exists()
ele-1 error Encounter.implicitRules, Encounter.modifierExtension, Encounter.status, Encounter.subject, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.actor, Encounter.participant:participantAttendant, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantAttendant.type, Encounter.participant:participantAttendant.type.coding, Encounter.participant:participantAttendant.type.coding.system, Encounter.participant:participantAttendant.type.coding.code, Encounter.participant:participantAttendant.actor, Encounter.participant:participantCertifier, Encounter.participant:participantCertifier.modifierExtension, Encounter.participant:participantCertifier.type, Encounter.participant:participantCertifier.type.coding, Encounter.participant:participantCertifier.type.coding.system, Encounter.participant:participantCertifier.type.coding.code, Encounter.participant:participantCertifier.period, Encounter.participant:participantCertifier.period.start, Encounter.participant:participantCertifier.actor, Encounter.diagnosis, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.location, Encounter.location.modifierExtension, Encounter.location.location All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
enc-1 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type must be provided when no explicit actor is specified actor.exists() or type.exists()
enc-2 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type cannot be provided for a patient or group participant actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
ext-1 error Encounter.modifierExtension, Encounter.participant.modifierExtension, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantCertifier.modifierExtension, Encounter.diagnosis.modifierExtension, Encounter.location.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Дифференциальный вид

НаименованиеФлагиКарта.ТипОписание и ограничения    Filter: Filtersdoco
.. Encounter 0..* Encounter(5.0.0) An interaction during which services are provided to the patient
... subject S 0..1 Reference(Patient of Birth(0.1.0)) The infant associated with this encounter
... partOf S 0..1 Reference(Encounter) Link to Mother(Encounter)
... serviceProvider S 0..1 Reference(Organization) The organization (institution) responsible for this Encounter
.... participant:participantAttendant 0..* BackboneElement List of participants involved in the encounter
..... type S 1..1 CodeableConcept Role of participant in collision
...... coding S 1..* Coding A symbol in the syntax defined by the system
....... system S 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code S 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87286-1
..... actor S 1..1 Reference(Practitioner) The doctor (paramedic or midwife) who issued the medical birth certificate
.... participant:participantCertifier 0..* BackboneElement List of participants involved in the encounter
..... type S 1..1 CodeableConcept Role of the certifier
...... coding S 1..* Coding A symbol in the syntax defined by the system
....... system S 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... code S 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87287-9
..... period
...... start S 0..1 dateTime Starting time with inclusive boundary
..... actor S 1..1 Reference(Practitioner) The doctor who signed the medical birth certificate
... diagnosis S 0..* BackboneElement The list of diagnosis relevant to this encounter
.... condition S 0..* CodeableReference(Condition) Observed congenital problems (e.g., jaundice, congenital anomalies) Diagnostic conditions at birth (e.g., low birth weight, respiratory distress) Clinical assessments related to birth (e.g., signs of infection, abnormal Apgar scores)
... location S 0..* BackboneElement List of locations where the patient has been
.... location S 1..1 Reference(UZ Core Location(0.3.0)) The place where the baby was born

doco Документация для этого формата

Обзор моментальных снимковView

НаименованиеФлагиКарта.ТипОписание и ограничения    Filter: Filtersdoco
.. Encounter 0..* Encounter(5.0.0) An interaction during which services are provided to the patient
... 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
Привязка: AllLanguages (required): IETF language tag for a human language
Дополнительные привязкиЦель
CommonLanguages Старт
... 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
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Identifier(s) by which this encounter is known
... status ?!Σ 1..1 code planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown
Привязка: EncounterStatus (required): Current state of the encounter.
... class Σ 0..* CodeableConcept Classification of patient encounter context - e.g. Inpatient, outpatient
Привязка: EncounterClass (2.0.1) (preferred): Classification of the encounter.
... priority 0..1 CodeableConcept Indicates the urgency of the encounter
Привязка: ActPriority (3.0.0) (example): Indicates the urgency of the encounter.
... type Σ 0..* CodeableConcept Specific type of encounter (e.g. e-mail consultation, surgical day-care, ...)
Привязка: EncounterType (example): A specific code indicating type of service provided
... serviceType Σ 0..* CodeableReference(HealthcareService) Specific type of service
Привязка: ServiceType (example): Broad categorization of the service that is to be provided.
... subject SΣ 0..1 Reference(Patient of Birth(0.1.0)) The infant associated with this encounter
... subjectStatus 0..1 CodeableConcept The current status of the subject in relation to the Encounter
Привязка: EncounterSubjectStatus (example): Current status of the subject within the encounter.
... episodeOfCare Σ 0..* Reference(EpisodeOfCare) Episode(s) of care that this encounter should be recorded against
... basedOn 0..* Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) The request that initiated this encounter
... careTeam 0..* Reference(CareTeam) The group(s) that are allocated to participate in this encounter
... partOf S 0..1 Reference(Encounter) Link to Mother(Encounter)
... serviceProvider S 0..1 Reference(Organization) The organization (institution) responsible for this Encounter
... Разрезы для participant ΣC 0..* BackboneElement List of participants involved in the encounter
Разрез: Не упорядочено, Открыто от value:type
Constraints: enc-1, enc-2
.... participant:Все разрезы Содержимое/правила для всех разрезов
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type ΣC 0..* CodeableConcept Role of participant in encounter
Привязка: ParticipantType (extensible): Role of participant in encounter.
..... period 0..1 Period Period of time during the encounter that the participant participated
..... actor ΣC 0..1 Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) The individual, device, or service participating in the encounter
.... participant:participantAttendant ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of participant in collision
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87286-1
....... display ΣC 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... period 0..1 Period Period of time during the encounter that the participant participated
..... actor SΣC 1..1 Reference(Practitioner) The doctor (paramedic or midwife) who issued the medical birth certificate
.... participant:participantCertifier ΣC 0..* BackboneElement List of participants involved in the encounter
Constraints: enc-1, enc-2
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type SΣC 1..1 CodeableConcept Role of the certifier
Привязка: ParticipantType (extensible): Role of participant in encounter.
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
...... coding SΣ 1..* Coding A symbol in the syntax defined by the system
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
....... system SΣ 1..1 uri Identity of the terminological system
Требуемый шаблон: http://loinc.org
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣC 1..1 code Symbol in syntax defined by the system
Требуемый шаблон: 87287-9
....... display ΣC 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... period 0..1 Period Period of time during the encounter that the participant participated
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Разрез: Не упорядочено, Открыто от value:url
Constraints: ext-1
...... start SΣC 0..1 dateTime Starting time with inclusive boundary
...... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
..... actor SΣC 1..1 Reference(Practitioner) The doctor who signed the medical birth certificate
... appointment Σ 0..* Reference(Appointment) The appointment that scheduled this encounter
... virtualService 0..* VirtualServiceDetail Connection details of a virtual service (e.g. conference call)
... actualPeriod 0..1 Period The actual start and end time of the encounter
... plannedStartDate 0..1 dateTime The planned start date/time (or admission date) of the encounter
... plannedEndDate 0..1 dateTime The planned end date/time (or discharge date) of the encounter
... length 0..1 Duration Actual quantity of time the encounter lasted (less time absent)
... reason Σ 0..* BackboneElement The list of medical reasons that are expected to be addressed during the episode of care
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... use Σ 0..* CodeableConcept What the reason value should be used for/as
Привязка: EncounterReasonUse (example)
.... value Σ 0..* CodeableReference(Condition | DiagnosticReport | Observation | ImmunizationRecommendation | Procedure) Reason the encounter takes place (core or reference)
Привязка: EncounterReasonCodes (preferred): Reason why the encounter takes place.
... diagnosis SΣ 0..* BackboneElement The list of diagnosis relevant to this encounter
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... condition SΣ 0..* CodeableReference(Condition) Observed congenital problems (e.g., jaundice, congenital anomalies) Diagnostic conditions at birth (e.g., low birth weight, respiratory distress) Clinical assessments related to birth (e.g., signs of infection, abnormal Apgar scores)
Привязка: ConditionProblemDiagnosisCodes (example)
.... use 0..* CodeableConcept Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)
Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents.
... account 0..* Reference(Account) The set of accounts that may be used for billing for this Encounter
... dietPreference 0..* CodeableConcept Diet preferences reported by the patient
Привязка: EncounterDiet (example): Medical, cultural or ethical food preferences to help with catering requirements.
... specialArrangement 0..* CodeableConcept Wheelchair, translator, stretcher, etc
Привязка: SpecialArrangements (preferred): Special arrangements.
... specialCourtesy 0..* CodeableConcept Special courtesies (VIP, board member)
Привязка: SpecialCourtesy (preferred): Special courtesies.
... admission 0..1 BackboneElement Details about the admission to a healthcare service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... preAdmissionIdentifier 0..1 Identifier Pre-admission identifier
.... origin 0..1 Reference(Location | Organization) The location/organization from which the patient came before admission
.... admitSource 0..1 CodeableConcept From where patient was admitted (physician referral, transfer)
Привязка: AdmitSource (preferred): From where the patient was admitted.
.... reAdmission 0..1 CodeableConcept Indicates that the patient is being re-admitted
Привязка: Hl7VSReAdmissionIndicator (3.0.0) (example): The reason for re-admission of this admission encounter.
.... destination 0..1 Reference(Location | Organization) Location/organization to which the patient is discharged
.... dischargeDisposition 0..1 CodeableConcept Category or kind of location after discharge
Привязка: DischargeDisposition (example): Discharge Disposition.
... location S 0..* BackboneElement List of locations where the patient has been
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... location S 1..1 Reference(UZ Core Location(0.3.0)) The place where the baby was born
.... status 0..1 code planned | active | reserved | completed
Привязка: EncounterLocationStatus (required): The status of the location.
.... form 0..1 CodeableConcept The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)
Привязка: LocationForm (example): Physical form of the location.
.... period 0..1 Period Time period during which the patient was present at the location

doco Документация для этого формата

Привязки к терминологии

Путь Статус Использование ValueSet Версия Источник
Encounter.language Base required All Languages 📍5.0.0 Стандарт FHIR
Encounter.status Base required Encounter Status 📍5.0.0 Стандарт FHIR
Encounter.class Base preferred Encounter class 📍2.0.1 THO v7.1
Encounter.priority Base example ActPriority 📍3.0.0 THO v7.1
Encounter.type Base example Encounter Type 📍5.0.0 Стандарт FHIR
Encounter.serviceType Base example Service Type 📍5.0.0 Стандарт FHIR
Encounter.subjectStatus Base example Encounter Subject Status 📍5.0.0 Стандарт FHIR
Encounter.participant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantAttendant.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.participant:participantCertifier.​type Base extensible Participant Type 📍5.0.0 Стандарт FHIR
Encounter.reason.use Base example Encounter Reason Use 📍5.0.0 Стандарт FHIR
Encounter.reason.value Base preferred Encounter Reason Codes 📍5.0.0 Стандарт FHIR
Encounter.diagnosis.​condition Base example Condition/Problem/Diagnosis Codes 📍5.0.0 Стандарт FHIR
Encounter.diagnosis.​use Base preferred Encounter Diagnosis Use 📍5.0.0 Стандарт FHIR
Encounter.dietPreference Base example Diet 📍5.0.0 Стандарт FHIR
Encounter.specialArrangement Base preferred Special Arrangements 📍5.0.0 Стандарт FHIR
Encounter.specialCourtesy Base preferred Special Courtesy 📍5.0.0 Стандарт FHIR
Encounter.admission.​admitSource Base preferred Admit Source 📍5.0.0 Стандарт FHIR
Encounter.admission.​reAdmission Base example hl7VS-re-admissionIndicator 📍3.0.0 THO v7.1
Encounter.admission.​dischargeDisposition Base example Discharge Disposition 📍5.0.0 Стандарт FHIR
Encounter.location.status Base required Encounter Location Status 📍5.0.0 Стандарт FHIR
Encounter.location.form Base example Location Form 📍5.0.0 Стандарт FHIR

Ограничения

Id Градация Путь(и) Описание Выражение
dom-2 error Encounter If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Encounter 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 Encounter 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 Encounter If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 лучшая практика Encounter A resource should have narrative for robust management text.`div`.exists()
ele-1 error Encounter.meta, Encounter.implicitRules, Encounter.language, Encounter.text, Encounter.extension, Encounter.modifierExtension, Encounter.identifier, Encounter.status, Encounter.class, Encounter.priority, Encounter.type, Encounter.serviceType, Encounter.subject, Encounter.subjectStatus, Encounter.episodeOfCare, Encounter.basedOn, Encounter.careTeam, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.period, Encounter.participant.actor, Encounter.participant:participantAttendant, Encounter.participant:participantAttendant.extension, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantAttendant.type, Encounter.participant:participantAttendant.type.extension, Encounter.participant:participantAttendant.type.coding, Encounter.participant:participantAttendant.type.coding.extension, Encounter.participant:participantAttendant.type.coding.system, Encounter.participant:participantAttendant.type.coding.version, Encounter.participant:participantAttendant.type.coding.code, Encounter.participant:participantAttendant.type.coding.display, Encounter.participant:participantAttendant.type.coding.userSelected, Encounter.participant:participantAttendant.type.text, Encounter.participant:participantAttendant.period, Encounter.participant:participantAttendant.actor, Encounter.participant:participantCertifier, Encounter.participant:participantCertifier.extension, Encounter.participant:participantCertifier.modifierExtension, Encounter.participant:participantCertifier.type, Encounter.participant:participantCertifier.type.extension, Encounter.participant:participantCertifier.type.coding, Encounter.participant:participantCertifier.type.coding.extension, Encounter.participant:participantCertifier.type.coding.system, Encounter.participant:participantCertifier.type.coding.version, Encounter.participant:participantCertifier.type.coding.code, Encounter.participant:participantCertifier.type.coding.display, Encounter.participant:participantCertifier.type.coding.userSelected, Encounter.participant:participantCertifier.type.text, Encounter.participant:participantCertifier.period, Encounter.participant:participantCertifier.period.extension, Encounter.participant:participantCertifier.period.start, Encounter.participant:participantCertifier.period.end, Encounter.participant:participantCertifier.actor, Encounter.appointment, Encounter.virtualService, Encounter.actualPeriod, Encounter.plannedStartDate, Encounter.plannedEndDate, Encounter.length, Encounter.reason, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.reason.use, Encounter.reason.value, Encounter.diagnosis, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.diagnosis.use, Encounter.account, Encounter.dietPreference, Encounter.specialArrangement, Encounter.specialCourtesy, Encounter.admission, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.admission.preAdmissionIdentifier, Encounter.admission.origin, Encounter.admission.admitSource, Encounter.admission.reAdmission, Encounter.admission.destination, Encounter.admission.dischargeDisposition, Encounter.location, Encounter.location.extension, Encounter.location.modifierExtension, Encounter.location.location, Encounter.location.status, Encounter.location.form, Encounter.location.period All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
enc-1 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type must be provided when no explicit actor is specified actor.exists() or type.exists()
enc-2 error Encounter.participant, Encounter.participant:participantAttendant, Encounter.participant:participantCertifier A type cannot be provided for a patient or group participant actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
ext-1 error Encounter.extension, Encounter.modifierExtension, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.participant:participantAttendant.extension, Encounter.participant:participantAttendant.modifierExtension, Encounter.participant:participantAttendant.type.extension, Encounter.participant:participantAttendant.type.coding.extension, Encounter.participant:participantCertifier.extension, Encounter.participant:participantCertifier.modifierExtension, Encounter.participant:participantCertifier.type.extension, Encounter.participant:participantCertifier.type.coding.extension, Encounter.participant:participantCertifier.period.extension, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.location.extension, Encounter.location.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Обязательный: 0 элемент(10 вложенные обязательны элементs)
Обязательная поддержка: 18 элементs

Структуры

Эта структура относится к этим другим структурам:

Разрезы

Эта структура определяет следующие Разрезы:

  • Элемент 1 разрешен в зависимости от значения Encounter.participant

 

Другие представления профиля: CSV, Excel, Schematron