Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build
Guía de Implementación cl core FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions
Official URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-reporte-diagnostico | Version: 2.0.0 | |||
Standards status: Draft | Maturity Level: 1 | Computable Name: CLReporteDiagnostico | ||
Copyright/Legal: Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional. |
El CL Perfil Reporte Diagnóstico para el Intercambio de Informes y Notas hereda del recurso DiagnosticReport de FHIR; consulte dicho recurso para conocer su alcance y definiciones de uso. Este perfil establece las expectativas mínimas para la búsqueda y recuperación de Informes Diagnósticos y Notas utilizando el recurso DiagnosticReport. Especifica qué elementos centrales, extensiones, vocabularios y conjuntos de valores DEBEN estar presentes en el recurso y restringe cómo deben utilizarse dichos elementos. Establecer esta base mínima para el desarrollo de estándares en casos de uso específicos promueve la interoperabilidad y la adopción.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
SΣ | 0..* | Identifier | Identificador del Informe |
![]() ![]() ![]() |
S | 0..1 | Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Solicitud de Biopsia |
![]() ![]() ![]() |
?!SΣ | 1..1 | code | Estado del Informe Binding: DiagnosticReportStatus (required): The status of the diagnostic report. |
![]() ![]() ![]() |
SΣ | 1..* | CodeableConcept | Categoría del Informe Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections. |
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Código del Informe Binding: Set de Valores de Tipo de Reporte (preferred) |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(CL Paciente) | Paciente del Informe |
![]() ![]() ![]() |
SΣ | 0..1 | instant | Fecha de Emisión del Informe |
![]() ![]() ![]() |
SΣ | 0..* | Reference(CL Prestador | CL RolClinico | CL Organización) | Profesional o Entidad que emite el Informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Perfil de Muestra) | Muestra utilizada para el informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Observación) | Resultados del Informe como Observaciones |
![]() ![]() ![]() |
S | 0..1 | string | Conclusión narrativa del informe |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Código de conclusión del informe Binding: Diagnósticos SNOMED y Ausente o Desconocido (example) |
![]() ![]() ![]() |
S | 0..* | Attachment | Representación del Informe de Anatomía Patológica |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Tipo de Contenido Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. Example General: text/plain; charset=UTF-8, image/png |
![]() ![]() ![]() ![]() |
S | 0..1 | base64Binary | Informe de Anatomía Patológica en base64 |
![]() |
Path | Conformance | ValueSet | URI |
DiagnosticReport.status | required | DiagnosticReportStatushttp://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1 From the FHIR Standard | |
DiagnosticReport.category | example | DiagnosticServiceSectionCodeshttp://hl7.org/fhir/ValueSet/diagnostic-service-sections From the FHIR Standard | |
DiagnosticReport.code | preferred | VsTipoReporteCLhttps://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte From this IG | |
DiagnosticReport.conclusionCode | example | VSDiagnosticosSCThttps://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT From this IG | |
DiagnosticReport.presentedForm.contentType | required | Mime Types(a valid code from urn:ietf:bcp:13 )http://hl7.org/fhir/ValueSet/mimetypes|4.0.1 From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | DiagnosticReport | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | DiagnosticReport | 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().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-4 | error | DiagnosticReport | 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 | DiagnosticReport | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | DiagnosticReport | 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() |
This structure is derived from DiagnosticReport
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | |
![]() ![]() ![]() |
S | 0..* | Identifier | Identificador del Informe |
![]() ![]() ![]() |
S | 0..1 | Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Solicitud de Biopsia |
![]() ![]() ![]() |
S | 1..1 | code | Estado del Informe |
![]() ![]() ![]() |
S | 1..* | CodeableConcept | Categoría del Informe |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Código del Informe Binding: Set de Valores de Tipo de Reporte (preferred) |
![]() ![]() ![]() |
S | 1..1 | Reference(CL Paciente) | Paciente del Informe |
![]() ![]() ![]() |
S | 0..1 | instant | Fecha de Emisión del Informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Prestador | CL RolClinico | CL Organización) | Profesional o Entidad que emite el Informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Perfil de Muestra) | Muestra utilizada para el informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Observación) | Resultados del Informe como Observaciones |
![]() ![]() ![]() |
S | 0..1 | string | Conclusión narrativa del informe |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Código de conclusión del informe Binding: Diagnósticos SNOMED y Ausente o Desconocido (example) |
![]() ![]() ![]() |
S | 0..* | Attachment | Representación del Informe de Anatomía Patológica |
![]() ![]() ![]() ![]() |
S | 0..1 | code | Tipo de Contenido |
![]() ![]() ![]() ![]() |
S | 0..1 | base64Binary | Informe de Anatomía Patológica en base64 |
![]() |
Path | Conformance | ValueSet | URI |
DiagnosticReport.code | preferred | VsTipoReporteCLhttps://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte From this IG | |
DiagnosticReport.conclusionCode | example | VSDiagnosticosSCThttps://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT From this IG |
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣ | 0..* | Identifier | Identificador del Informe | ||||
![]() ![]() ![]() |
S | 0..1 | Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Solicitud de Biopsia | ||||
![]() ![]() ![]() |
?!SΣ | 1..1 | code | Estado del Informe Binding: DiagnosticReportStatus (required): The status of the diagnostic report. | ||||
![]() ![]() ![]() |
SΣ | 1..* | CodeableConcept | Categoría del Informe Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections. | ||||
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Código del Informe Binding: Set de Valores de Tipo de Reporte (preferred) | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(CL Paciente) | Paciente del Informe | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Health care event when test ordered | ||||
![]() ![]() ![]() |
Σ | 0..1 | Clinically relevant time/time-period for report | |||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | instant | Fecha de Emisión del Informe | ||||
![]() ![]() ![]() |
SΣ | 0..* | Reference(CL Prestador | CL RolClinico | CL Organización) | Profesional o Entidad que emite el Informe | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam) | Primary result interpreter | ||||
![]() ![]() ![]() |
S | 0..* | Reference(CL Perfil de Muestra) | Muestra utilizada para el informe | ||||
![]() ![]() ![]() |
S | 0..* | Reference(CL Observación) | Resultados del Informe como Observaciones | ||||
![]() ![]() ![]() |
0..* | Reference(ImagingStudy) | Reference to full details of imaging associated with the diagnostic report | |||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Key images associated with this report | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Comment about the image (e.g. explanation) | |||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(Media) | Reference to the image source | ||||
![]() ![]() ![]() |
S | 0..1 | string | Conclusión narrativa del informe | ||||
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Código de conclusión del informe Binding: Diagnósticos SNOMED y Ausente o Desconocido (example) | ||||
![]() ![]() ![]() |
S | 0..* | Attachment | Representación del Informe de Anatomía Patológica | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Tipo de Contenido Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. Example General: text/plain; charset=UTF-8, image/png | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Human language of the content (BCP-47) Binding: CommonLanguages (preferred): A human language.
Example General: en-AU | ||||
![]() ![]() ![]() ![]() |
S | 0..1 | base64Binary | Informe de Anatomía Patológica en base64 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | url | Uri where the data can be found Example General: http://www.acme.com/logo-small.png | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | unsignedInt | Number of bytes of content (if url provided) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Hash of the data (sha-1, base64ed) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Label to display in place of the data Example General: Official Corporate Logo | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date attachment was first created | ||||
![]() |
Path | Conformance | ValueSet | URI | |||
DiagnosticReport.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages From the FHIR Standard
| ||||
DiagnosticReport.status | required | DiagnosticReportStatushttp://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1 From the FHIR Standard | ||||
DiagnosticReport.category | example | DiagnosticServiceSectionCodeshttp://hl7.org/fhir/ValueSet/diagnostic-service-sections From the FHIR Standard | ||||
DiagnosticReport.code | preferred | VsTipoReporteCLhttps://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte From this IG | ||||
DiagnosticReport.conclusionCode | example | VSDiagnosticosSCThttps://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT From this IG | ||||
DiagnosticReport.presentedForm.contentType | required | Mime Types(a valid code from urn:ietf:bcp:13 )http://hl7.org/fhir/ValueSet/mimetypes|4.0.1 From the FHIR Standard | ||||
DiagnosticReport.presentedForm.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages From the FHIR Standard
|
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | DiagnosticReport | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | DiagnosticReport | 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().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-4 | error | DiagnosticReport | 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 | DiagnosticReport | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | DiagnosticReport | 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() |
This structure is derived from DiagnosticReport
Summary
Mandatory: 2 elements
Must-Support: 15 elements
Structures
This structure refers to these other structures:
Maturity: 1
Key Elements View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
SΣ | 0..* | Identifier | Identificador del Informe |
![]() ![]() ![]() |
S | 0..1 | Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Solicitud de Biopsia |
![]() ![]() ![]() |
?!SΣ | 1..1 | code | Estado del Informe Binding: DiagnosticReportStatus (required): The status of the diagnostic report. |
![]() ![]() ![]() |
SΣ | 1..* | CodeableConcept | Categoría del Informe Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections. |
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Código del Informe Binding: Set de Valores de Tipo de Reporte (preferred) |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(CL Paciente) | Paciente del Informe |
![]() ![]() ![]() |
SΣ | 0..1 | instant | Fecha de Emisión del Informe |
![]() ![]() ![]() |
SΣ | 0..* | Reference(CL Prestador | CL RolClinico | CL Organización) | Profesional o Entidad que emite el Informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Perfil de Muestra) | Muestra utilizada para el informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Observación) | Resultados del Informe como Observaciones |
![]() ![]() ![]() |
S | 0..1 | string | Conclusión narrativa del informe |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Código de conclusión del informe Binding: Diagnósticos SNOMED y Ausente o Desconocido (example) |
![]() ![]() ![]() |
S | 0..* | Attachment | Representación del Informe de Anatomía Patológica |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Tipo de Contenido Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. Example General: text/plain; charset=UTF-8, image/png |
![]() ![]() ![]() ![]() |
S | 0..1 | base64Binary | Informe de Anatomía Patológica en base64 |
![]() |
Path | Conformance | ValueSet | URI |
DiagnosticReport.status | required | DiagnosticReportStatushttp://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1 From the FHIR Standard | |
DiagnosticReport.category | example | DiagnosticServiceSectionCodeshttp://hl7.org/fhir/ValueSet/diagnostic-service-sections From the FHIR Standard | |
DiagnosticReport.code | preferred | VsTipoReporteCLhttps://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte From this IG | |
DiagnosticReport.conclusionCode | example | VSDiagnosticosSCThttps://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT From this IG | |
DiagnosticReport.presentedForm.contentType | required | Mime Types(a valid code from urn:ietf:bcp:13 )http://hl7.org/fhir/ValueSet/mimetypes|4.0.1 From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | DiagnosticReport | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | DiagnosticReport | 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().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-4 | error | DiagnosticReport | 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 | DiagnosticReport | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | DiagnosticReport | 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() |
Differential View
This structure is derived from DiagnosticReport
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | |
![]() ![]() ![]() |
S | 0..* | Identifier | Identificador del Informe |
![]() ![]() ![]() |
S | 0..1 | Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Solicitud de Biopsia |
![]() ![]() ![]() |
S | 1..1 | code | Estado del Informe |
![]() ![]() ![]() |
S | 1..* | CodeableConcept | Categoría del Informe |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Código del Informe Binding: Set de Valores de Tipo de Reporte (preferred) |
![]() ![]() ![]() |
S | 1..1 | Reference(CL Paciente) | Paciente del Informe |
![]() ![]() ![]() |
S | 0..1 | instant | Fecha de Emisión del Informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Prestador | CL RolClinico | CL Organización) | Profesional o Entidad que emite el Informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Perfil de Muestra) | Muestra utilizada para el informe |
![]() ![]() ![]() |
S | 0..* | Reference(CL Observación) | Resultados del Informe como Observaciones |
![]() ![]() ![]() |
S | 0..1 | string | Conclusión narrativa del informe |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Código de conclusión del informe Binding: Diagnósticos SNOMED y Ausente o Desconocido (example) |
![]() ![]() ![]() |
S | 0..* | Attachment | Representación del Informe de Anatomía Patológica |
![]() ![]() ![]() ![]() |
S | 0..1 | code | Tipo de Contenido |
![]() ![]() ![]() ![]() |
S | 0..1 | base64Binary | Informe de Anatomía Patológica en base64 |
![]() |
Path | Conformance | ValueSet | URI |
DiagnosticReport.code | preferred | VsTipoReporteCLhttps://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte From this IG | |
DiagnosticReport.conclusionCode | example | VSDiagnosticosSCThttps://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT From this IG |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣ | 0..* | Identifier | Identificador del Informe | ||||
![]() ![]() ![]() |
S | 0..1 | Reference(CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Solicitud de Biopsia | ||||
![]() ![]() ![]() |
?!SΣ | 1..1 | code | Estado del Informe Binding: DiagnosticReportStatus (required): The status of the diagnostic report. | ||||
![]() ![]() ![]() |
SΣ | 1..* | CodeableConcept | Categoría del Informe Binding: DiagnosticServiceSectionCodes (example): Codes for diagnostic service sections. | ||||
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Código del Informe Binding: Set de Valores de Tipo de Reporte (preferred) | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(CL Paciente) | Paciente del Informe | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Health care event when test ordered | ||||
![]() ![]() ![]() |
Σ | 0..1 | Clinically relevant time/time-period for report | |||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | instant | Fecha de Emisión del Informe | ||||
![]() ![]() ![]() |
SΣ | 0..* | Reference(CL Prestador | CL RolClinico | CL Organización) | Profesional o Entidad que emite el Informe | ||||
![]() ![]() ![]() |
Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam) | Primary result interpreter | ||||
![]() ![]() ![]() |
S | 0..* | Reference(CL Perfil de Muestra) | Muestra utilizada para el informe | ||||
![]() ![]() ![]() |
S | 0..* | Reference(CL Observación) | Resultados del Informe como Observaciones | ||||
![]() ![]() ![]() |
0..* | Reference(ImagingStudy) | Reference to full details of imaging associated with the diagnostic report | |||||
![]() ![]() ![]() |
Σ | 0..* | BackboneElement | Key images associated with this report | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Comment about the image (e.g. explanation) | |||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(Media) | Reference to the image source | ||||
![]() ![]() ![]() |
S | 0..1 | string | Conclusión narrativa del informe | ||||
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Código de conclusión del informe Binding: Diagnósticos SNOMED y Ausente o Desconocido (example) | ||||
![]() ![]() ![]() |
S | 0..* | Attachment | Representación del Informe de Anatomía Patológica | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Tipo de Contenido Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. Example General: text/plain; charset=UTF-8, image/png | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Human language of the content (BCP-47) Binding: CommonLanguages (preferred): A human language.
Example General: en-AU | ||||
![]() ![]() ![]() ![]() |
S | 0..1 | base64Binary | Informe de Anatomía Patológica en base64 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | url | Uri where the data can be found Example General: http://www.acme.com/logo-small.png | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | unsignedInt | Number of bytes of content (if url provided) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Hash of the data (sha-1, base64ed) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Label to display in place of the data Example General: Official Corporate Logo | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date attachment was first created | ||||
![]() |
Path | Conformance | ValueSet | URI | |||
DiagnosticReport.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages From the FHIR Standard
| ||||
DiagnosticReport.status | required | DiagnosticReportStatushttp://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1 From the FHIR Standard | ||||
DiagnosticReport.category | example | DiagnosticServiceSectionCodeshttp://hl7.org/fhir/ValueSet/diagnostic-service-sections From the FHIR Standard | ||||
DiagnosticReport.code | preferred | VsTipoReporteCLhttps://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte From this IG | ||||
DiagnosticReport.conclusionCode | example | VSDiagnosticosSCThttps://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT From this IG | ||||
DiagnosticReport.presentedForm.contentType | required | Mime Types(a valid code from urn:ietf:bcp:13 )http://hl7.org/fhir/ValueSet/mimetypes|4.0.1 From the FHIR Standard | ||||
DiagnosticReport.presentedForm.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages From the FHIR Standard
|
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | DiagnosticReport | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | DiagnosticReport | 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().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-4 | error | DiagnosticReport | 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 | DiagnosticReport | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | DiagnosticReport | 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() |
This structure is derived from DiagnosticReport
Summary
Mandatory: 2 elements
Must-Support: 15 elements
Structures
This structure refers to these other structures:
Maturity: 1
Other representations of profile: CSV, Excel, Schematron