Guías de Implementación FHIR | Ministerio de Salud de Costa Rica
0.2.0 - ci-build Costa Rica flag

Guías de Implementación FHIR | Ministerio de Salud de Costa Rica - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Perfil de recurso: CR Resultado de Laboratorio

Official URL: https://www.ministeriodesalud.go.cr/fhir/StructureDefinition/DiagnosticReportCR Version: 0.2.0
Draft a partir de 2023-11-30 Computable Name: DiagnosticReportCR

Recurso para el intercambio de resultados de laboratorio

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

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

This structure is derived from DiagnosticReport

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*DiagnosticReportA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... meta 1..1MetaSe establece con la fecha y hora de la última actualización del recurso.
... identifier 0..1IdentifierSe utiliza para identificar el recurso en el sistema de información de origen.
... status 1..1codeSe establece en final.
... code 1..1CodeableConceptSe establece en el código de la prueba de laboratorio.
... subject 1..1Reference(Patient)Se establece en el paciente.
... effective[x] 1..1dateTime, PeriodSe establece en la fecha y hora de la toma de la muestra.
... issued 1..1instantSe establece en la fecha y hora de la emisión del resultado.
... performer S0..*Reference(Practitioner)Se establece en el laboratorio que realizó el análisis.
... resultsInterpreter S0..*Reference(Practitioner)Se establece en el profesional de la salud que interpreta el resultado.
... result S0..*Reference(Observation)Se establece el resultado.
... conclusion 1..1stringSe establece en la conclusión del resultado.

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*DiagnosticReportA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... meta Σ1..1MetaSe establece con la fecha y hora de la última actualización del recurso.
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codeSe establece en final.
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category Σ1..1CodeableConceptSe establece en laboratory.
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.


... code Σ1..1CodeableConceptSe establece en el código de la prueba de laboratorio.
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.

... subject Σ1..1Reference(Patient)Se establece en el paciente.
... effective[x] Σ1..1Se establece en la fecha y hora de la toma de la muestra.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... issued Σ1..1instantSe establece en la fecha y hora de la emisión del resultado.
... performer SΣ0..*Reference(Practitioner)Se establece en el laboratorio que realizó el análisis.
... resultsInterpreter SΣ0..*Reference(Practitioner)Se establece en el profesional de la salud que interpreta el resultado.
... result S0..*Reference(Observation)Se establece el resultado.
... conclusion 1..1stringSe establece en la conclusión del resultado.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categoryexampleDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredLOINCDiagnosticReportCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/report-codes
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA 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()
NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*DiagnosticReportA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... id Σ0..1idLogical id of this artifact
... meta Σ1..1MetaSe establece con la fecha y hora de la última actualización del recurso.
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..1IdentifierSe utiliza para identificar el recurso en el sistema de información de origen.
... basedOn 0..*Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)What was requested
... status ?!Σ1..1codeSe establece en final.
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category Σ1..1CodeableConceptSe establece en laboratory.
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.


... code Σ1..1CodeableConceptSe establece en el código de la prueba de laboratorio.
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.

... subject Σ1..1Reference(Patient)Se establece en el paciente.
... encounter Σ0..1Reference(Encounter)Health care event when test ordered
... effective[x] Σ1..1Se establece en la fecha y hora de la toma de la muestra.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... issued Σ1..1instantSe establece en la fecha y hora de la emisión del resultado.
... performer SΣ0..*Reference(Practitioner)Se establece en el laboratorio que realizó el análisis.
... resultsInterpreter SΣ0..*Reference(Practitioner)Se establece en el profesional de la salud que interpreta el resultado.
... specimen 0..*Reference(Specimen)Specimens this report is based on
... result S0..*Reference(Observation)Se establece el resultado.
... imagingStudy 0..*Reference(ImagingStudy)Reference to full details of imaging associated with the diagnostic report
... media Σ0..*BackboneElementKey images associated with this report
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... comment 0..1stringComment about the image (e.g. explanation)
.... link Σ1..1Reference(Media)Reference to the image source
... conclusion 1..1stringSe establece en la conclusión del resultado.
... conclusionCode 0..*CodeableConceptCodes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.


... presentedForm 0..*AttachmentEntire report as issued

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categoryexampleDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredLOINCDiagnosticReportCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/report-codes
from the FHIR Standard
DiagnosticReport.conclusionCodeexampleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA 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()

This structure is derived from DiagnosticReport

Summary

Mandatory: 6 elements
Must-Support: 3 elements

Differential View

This structure is derived from DiagnosticReport

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*DiagnosticReportA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... meta 1..1MetaSe establece con la fecha y hora de la última actualización del recurso.
... identifier 0..1IdentifierSe utiliza para identificar el recurso en el sistema de información de origen.
... status 1..1codeSe establece en final.
... code 1..1CodeableConceptSe establece en el código de la prueba de laboratorio.
... subject 1..1Reference(Patient)Se establece en el paciente.
... effective[x] 1..1dateTime, PeriodSe establece en la fecha y hora de la toma de la muestra.
... issued 1..1instantSe establece en la fecha y hora de la emisión del resultado.
... performer S0..*Reference(Practitioner)Se establece en el laboratorio que realizó el análisis.
... resultsInterpreter S0..*Reference(Practitioner)Se establece en el profesional de la salud que interpreta el resultado.
... result S0..*Reference(Observation)Se establece el resultado.
... conclusion 1..1stringSe establece en la conclusión del resultado.

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*DiagnosticReportA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... meta Σ1..1MetaSe establece con la fecha y hora de la última actualización del recurso.
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codeSe establece en final.
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category Σ1..1CodeableConceptSe establece en laboratory.
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.


... code Σ1..1CodeableConceptSe establece en el código de la prueba de laboratorio.
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.

... subject Σ1..1Reference(Patient)Se establece en el paciente.
... effective[x] Σ1..1Se establece en la fecha y hora de la toma de la muestra.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... issued Σ1..1instantSe establece en la fecha y hora de la emisión del resultado.
... performer SΣ0..*Reference(Practitioner)Se establece en el laboratorio que realizó el análisis.
... resultsInterpreter SΣ0..*Reference(Practitioner)Se establece en el profesional de la salud que interpreta el resultado.
... result S0..*Reference(Observation)Se establece el resultado.
... conclusion 1..1stringSe establece en la conclusión del resultado.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categoryexampleDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredLOINCDiagnosticReportCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/report-codes
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA 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()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*DiagnosticReportA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports
... id Σ0..1idLogical id of this artifact
... meta Σ1..1MetaSe establece con la fecha y hora de la última actualización del recurso.
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..1IdentifierSe utiliza para identificar el recurso en el sistema de información de origen.
... basedOn 0..*Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)What was requested
... status ?!Σ1..1codeSe establece en final.
Binding: DiagnosticReportStatus (required): The status of the diagnostic report.

... category Σ1..1CodeableConceptSe establece en laboratory.
Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections.


... code Σ1..1CodeableConceptSe establece en el código de la prueba de laboratorio.
Binding: LOINCDiagnosticReportCodes (preferred): Codes that describe Diagnostic Reports.

... subject Σ1..1Reference(Patient)Se establece en el paciente.
... encounter Σ0..1Reference(Encounter)Health care event when test ordered
... effective[x] Σ1..1Se establece en la fecha y hora de la toma de la muestra.
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... issued Σ1..1instantSe establece en la fecha y hora de la emisión del resultado.
... performer SΣ0..*Reference(Practitioner)Se establece en el laboratorio que realizó el análisis.
... resultsInterpreter SΣ0..*Reference(Practitioner)Se establece en el profesional de la salud que interpreta el resultado.
... specimen 0..*Reference(Specimen)Specimens this report is based on
... result S0..*Reference(Observation)Se establece el resultado.
... imagingStudy 0..*Reference(ImagingStudy)Reference to full details of imaging associated with the diagnostic report
... media Σ0..*BackboneElementKey images associated with this report
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... comment 0..1stringComment about the image (e.g. explanation)
.... link Σ1..1Reference(Media)Reference to the image source
... conclusion 1..1stringSe establece en la conclusión del resultado.
... conclusionCode 0..*CodeableConceptCodes for the clinical conclusion of test results
Binding: SNOMEDCTClinicalFindings (example): Diagnosis codes provided as adjuncts to the report.


... presentedForm 0..*AttachmentEntire report as issued

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DiagnosticReport.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
DiagnosticReport.statusrequiredDiagnosticReportStatus
http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1
from the FHIR Standard
DiagnosticReport.categoryexampleDiagnosticServiceSectionCodes
http://hl7.org/fhir/ValueSet/diagnostic-service-sections
from the FHIR Standard
DiagnosticReport.codepreferredLOINCDiagnosticReportCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/report-codes
from the FHIR Standard
DiagnosticReport.conclusionCodeexampleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDiagnosticReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDiagnosticReportIf 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-4errorDiagnosticReportIf 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-5errorDiagnosticReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDiagnosticReportA 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()

This structure is derived from DiagnosticReport

Summary

Mandatory: 6 elements
Must-Support: 3 elements

 

Other representations of profile: CSV, Excel, Schematron