Resumen Clínico del Paciente de Chile
0.4.0 - STU2 Chile flag

Resumen Clínico del Paciente de Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/IPS-CL/ and changes regularly. See the Directory of published versions

Resource Profile: Alergias e Intolerancias

Official URL: https://hl7chile.cl/fhir/ig/clips/StructureDefinition/AllergiaInt-cl-ips Version: 0.4.0
Standards status: Draft Maturity Level: 1 Computable Name: AlergiaIntClIps

Este perfil restringe el recurso de Alergias e Intolerancias para representar este modelo a nivel nacional

Usage:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. AllergyIntolerance C 0..* AlergiaIntCL Allergy or Intolerance (generally: Risk of adverse reaction to a substance)
ait-1: AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error.
ait-2: AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: 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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... abatement 0..1 dateTime, Age, Period, Range, string Cuando la alergia o intolerancia se resuelve.
URL: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... verificationStatus ?!SΣC 0..1 CodeableConceptIPS Concepto - referencia a una terminología o sólo texto
Binding: AllergyIntoleranceVerificationStatusCodes (required)
ele-1: All FHIR elements must have a @value or children
... type SΣ 0..1 code allergy | intolerance
Binding: AllergyIntoleranceType (required)
ele-1: All FHIR elements must have a @value or children
... criticality SΣ 0..1 code low | high | unable-to-assess
Binding: AllergyIntoleranceCriticality (required)
ele-1: All FHIR elements must have a @value or children
... code SΣ 1..1 CodeableConceptIPS Código Relacionado con la Substancia o condición generada
Binding: Allergy Intolerance - IPS (preferred)
Additional BindingsPurpose
WHO ATC - IPS candidate

ele-1: All FHIR elements must have a @value or children
... patient SΣ 1..1 Reference(Paciente) Paciente afectado
ele-1: All FHIR elements must have a @value or children
.... reference SΣC 1..1 string Referencia literal, interna o url absoluta
ele-1: All FHIR elements must have a @value or children
... onset[x] S 0..1 Cuando la alergia fue identificada
ele-1: All FHIR elements must have a @value or children
.... onsetDateTime dateTime
... reaction S 0..* BackboneElement Descripción del evento adverso
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... manifestation S 1..* CodeableConceptIPS Concepto - referencia a una terminología o sólo texto
Binding: Allergy Reaction - IPS (preferred): Código para la manifestación de alergia o reacción de intolerancia del subconjunto SNOMED International Patient Set (IPS) de SNOMED CT (IPS Free Set).


ele-1: All FHIR elements must have a @value or children
.... severity S 0..1 code mild | moderate | severe
Binding: AllergyIntoleranceSeverity (required)
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
AllergyIntolerance.clinicalStatusrequiredAllergyIntoleranceClinicalStatusCodes
http://hl7.org/fhir/ValueSet/allergyintolerance-clinical
from the FHIR Standard
AllergyIntolerance.verificationStatusrequiredAllergyIntoleranceVerificationStatusCodes
http://hl7.org/fhir/ValueSet/allergyintolerance-verification
from the FHIR Standard
AllergyIntolerance.typerequiredAllergyIntoleranceType
http://hl7.org/fhir/ValueSet/allergy-intolerance-type
from the FHIR Standard
AllergyIntolerance.criticalityrequiredAllergyIntoleranceCriticality
http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality
from the FHIR Standard
AllergyIntolerance.codepreferredAllergyIntoleranceUvIps
http://hl7.org/fhir/uv/ips/ValueSet/allergy-intolerance-uv-ips
AllergyIntolerance.reaction.manifestationpreferredAllergyReactionUvIps
http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-uv-ips
AllergyIntolerance.reaction.severityrequiredAllergyIntoleranceSeverity
http://hl7.org/fhir/ValueSet/reaction-event-severity
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ait-1errorAllergyIntoleranceAllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error.
: verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()
ait-2errorAllergyIntoleranceAllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error
: verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()
dom-2errorAllergyIntoleranceIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorAllergyIntoleranceIf 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorAllergyIntoleranceIf 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-5errorAllergyIntoleranceIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceAllergyIntoleranceA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron