428607008All discussions: https://chat.fhir.org/#narrow/stream/179191-cda-to.20fhir
This is a long list: you probably want to filter on Status and possibly Domain.
Domain: Sentence Case = clinical domain (~ resource, template name), lower case = cross-cutting topic (terminology, roles).
Domain | Date Opened | Name | Issue description | Resolution/Decision | Status |
---|---|---|---|---|---|
Allergy | 18 Oct 21 | Jay Lyle | What does the effectiveTime element of the Allergy - Intolerance Observation mean? | "The clinically or operationally relevant time of an act, exclusive of administrative activity." I.e., low = time of first reaction, whether witnessed or reported. High is typically not recorded: the current instruction in CCDA to use high = not null => status = resolved is incorrect. Use status observation for status. | Closed |
Concern | 18 Oct 21 | Lisa Nelson | What does it mean when an entry is composed of multiple acts? | When a Concern Act contains multiple Observations of the root type (allergy or problem), the only safe approach is to assume each a separate phenomenon. This has not been seen and may never happen. | Closed |
Concern | 18 Oct 21 | Jay Lyle | What resource in FHIR should be used to represent a Problem Concern, Health Concern, or Allergy Concern in CDA? | None. Presence in section implies concern act. ID or context may be applicable to the child object. | Closed |
Allergy | 18 Oct 21 | Jay Lyle | Is severity a property of the allergy or the reaction in CDA? What about in FHIR? | In C-CDA, Severity is a property of a Reaction. It is forbidden to be used as a property of the allergy itself. Criticality is a property of the allergy. In FHIR, severity also is associated with the reaction. Resolved | Closed |
statusCode | 18 Oct 21 | Lisa Nelson | What does the statusCode element mean in CDA and how should it be handled when mapping information from C-CDA to US Core FHIR? | In the RIM, the Act.statusCode element represents the status of the act (of observing, e.g.) and it is usually "complete" for a recorded observation. It does not describe the clinical subject. There are only a handful of C-CDA templates where the statusCode supports expression of a state machine model other than simply "completed". Those templates were designed for data for which an EMRs typically maintains a state-machine for internal representation, and where including the machine state is relevant for exchanging the information with another system. FHIR APIs follow the REST paradigm which is stateless. If the statusCodes over than completed should be generalized to Active or Completed in the high-order act of the entry. EffectiveTime/high SHALL be populated if Completed. Only EffectiveTime/low SHALL be populated if Active. Review all C-CDA templates where statusCode supports a more complex state model, and reduce the complexity of the value set to just Active or Completed. Add guidance saying "Don't send information entered in error" in standard clinical note documents. Tranforming to FHIR could simply rely on the effectiveTime. | Closed |
roles | 18 Oct 21 | Jay Lyle | What are the definitions for various roles expressed within a resource in FHIR and how do they relate to the roles used in C-CDA for various templates? | Under discussion at SD: see work product here | Open |
Allergy | 19 Oct 21 | Jay Lyle | CDA Allergy Concern & Observation both (may) have authors; FHIR only has one recorder. Which one should be used? | Follow context conduction. If Obs has author, use that; if not, use Concern, or Section, or Document, unless CC defaults have been modified. | Closed |
Allergy | 19 Oct 21 | Jay Lyle | In CDA the cardinality for authors allows multiple authors to be included. How do we handle the mapping when FHIR resources only permit 0..1 reporter? | Duplicate: See 20211019-01 | Closed |
format | 19 Oct 21 | Jay Lyle | When documenting an Allergy reaction in C-CDA the template allows multiple medications and multiple procedures to be included. These are large and deep templates, and possibly recursive. How do we manage this? | Decouple maps, so references don't tangle things. Only inline maps if child is very short and not reused elsewhere. | Closed |
Context Conduction | 25 Oct 21 | David Riddle | Does ContextConduction apply inside a complex entry that has entryRelationships to nested acts? | Based on the entryRelationship participation having a contextConduction element, we believe context conduction does apply within a complex entry. The ConcernAct may offer (author, informant, subject) information that will conduct into lower levels of the clinical statement. https://pubwiki.hl7.org/CDA_Design#Overview_of_CDA_Context Resolved | Closed |
author references | 25 Oct 21 | David | How can you reduce the file size of a document by using an id to reference the author information already contained elsewhere in the document? | The Companion Guide is added guidance to make it clear that authors can be referenced by id. How does this affect maps? When creating an author or other referenced object in FHIR, follow the reference to fully populate the resource; don't just use the reference ID. When creating an author in CDA, it's up to the implementer whether to create author inline or as a reference is up to the implementer How to handle multiple representations (e.g., one author with different names) is up to the implementer. | Proposed |
CDA patterns | 25 Oct 21 | Jay | When mapping from US Core to C-CDA, can additional modeling defined in the base CDA standard be used, even if it is not mentioned in the target template? CDA patterns support data not specified in C-CDA - e.g., Informant. Are these in scope? | Yes. Open CDA templates do not prohibit the use of available modeling defined by the base CDA standard. Closed | Closed |
CDA patterns | 26 Oct 21 | Jay | What about language? CCDA specifies in Document only. Clinical statement Acts (& specializations) may assert language, per RIM, but there isn't an option to support that in CDA R2.0. How do we handle that? | Note that FtC conversions only support language assertion for resource representation at the document level. Conversions from FtC must use resources represented all in one single language. CtF: all FHIR resources would be represented in the language established at the document level. | Closed |
CDA patterns | 26 Oct 21 | Jay | Resources have text, which seems appropriate to section.text. How to should we record section.text for the collection of multiple resources into one section? | CtF: Text representation and referencing should be handled in the same way. ACTION NEEDED: What is the html mechanism in FHIR for doing text linking to entries? C-CDA on FHIR IG needs to provide this guidance. FtC: Text representation and referencing should be handled in the same way. This is a document construction question, not a mapping question. Both document formalisms have text. - JL | Closed |
CDA patterns | 26 Oct 21 | Jay | A resource may refer to an encounter. This could be equivalent to a document encompassing encounter or a separate encounter (in Encounters section). How should this be handled? | This is a document construction question, not a mapping question. Both document formalisms have Encounters. - JL | Closed |
Provenance | 31 Oct 21 | Lisa | Scenario: A patient or related person asserts a health concern, complaint, or symptom the patient has been or is experiencing. The practitioner listens, asks questions, listens to the person's clarifications, then documents the issue that was communicated by the patient or related person. At the moment when the practitioner is documenting the patient's or related person's expressed concerns in her EHR:
|
ACTION NEEDED: Condition should have an extention added for .type which would allow us to distinguish a problem from a symptom or complaint, etc. C-CDA has a well established value set for Problem type) This is an instance of the general question of roles, q.v. (20211031-01) | Closed |
Provenance | 31 Oct 21 | Lisa | Scenario: Adding to the scenario described in 20211031-01, After examining the patient the practitioner comes to the conclusion (based on her judgement of the situation and the information she has considered) that the patient has or might have a specific "named" condition. At the moment when the practitioner is documenting her judgement of the patient's condition (diagnosis) in her EHR: What resource would be used in FHIR to represent this information? (Any specific details?) Who is the recorder? Who is the asserter? Who is the author? Who is the informant? Who is the performer? |
This is an instance of the general question of roles, q.v. (20211031-01) | Closed |
Provenance | 31 Oct 21 | Lisa | Scenario: Adding to the scenario described in 20211031-01, After examining the patient the practitioner comes to the conclusion (based on her judgement of the situation and the information she has considered) that the patient has or might have a specific "named" condition. At this practice, the doctor focuses solely on interacting with the patient and family members at the visit and the physician's assistant interacts with the EHR. At the moment when the practitioner's assistant is documenting the practitioner's judgement of the patient's condition (diagnosis) in her EHR: What resource would be used in FHIR to represent this information? (Any specific details?) Who is the recorder? Who is the asserter? Who is the author? Who is the informant? Who is the performer? |
This is an instance of the general question of roles, q.v. (20211031-01) | Closed |
Provenance | 31 Oct 21 | Lisa | Scenario: A patient or related person is using an app to maintain a record of personal health issues. In that system of record, the patient or a related person asserts a health concern, complaint, or symptom the patient has been or is experiencing. The practitioner receives a document generated by that system, reads it, and uses that information to enter encounter information into her own EHR. She reads what the person or related person wrote, then documents the issue that was communicated in the document by the patient or related person. At the moment when the practitioner is documenting the patient's or related person's expressed concerns in her EHR: What resource would be used in FHIR to represent this information? (Any specific details?) Who is the recorder? Who is the asserter? Who is the author? Who is the informant? Who is the performer? |
This is an instance of the general question of roles, q.v. (20211031-01) | Closed |
Provenance | 31 Oct 21 | Lisa | Scenario: Adding to the scenario described in 20211031-02, Before the conclusion of the visit, the practitioner decides, based on her diagnosis of the patient's condition at this visit, that the patient should get some physical therapy for to minimize the symptoms the patient's is experiencing and potentially resolve the problem. The office staff get an appointment scheduled for the patient at a Physical Therapy practice. The staff person clicks on a button which causes the EHR to generate a referral note summarizing the patient's situation and requesting physical therapy services to be performed. She sends it to the Physical Therapy practice. At the moment when the digital Referral Note document is generated by EHR and focusing only on the representation of the patient's main problem to be addressed: What resource would be used in FHIR to represent this information? (Any specific details?) Who is the recorder? Who is the asserter? Who is the author? Who is the informant? Who is the performer? |
This is an instance of the general question of roles, q.v. (20211031-01) | Closed |
Provenance | 31 Oct 21 | Lisa | Scenario: Adding to the scenario described in 20211031-05, At the practice of the Physical Therapist, the digital Referral Note document is received and ingested by the EHR used by that practice. A staff member reviews the Referral Note and imports it into the patient's chart. At the moment when Referral Note document is imported into the patient's chart within the Physical Therapist's EHR and focusing only on the representation of the patient's main problem to be addressed: What resource would be used in FHIR to represent this information? (Any specific details?) Who is the recorder? Who is the asserter? Who is the author? Who is the informant? Who is the performer? |
Also note, the Condition would point to an Encounter Resource that help the information about the Encounter where this condition was diagnosed. This is an instance of the general question of roles, q.v. (20211031-01) | Closed |
Allergy | 31 Oct 21 | What is the definition of Onset Time? | Date(/time) when allergy or intolerance first manifest itself in the patient. Definitions are in the spec | Closed | |
Allergy | 31 Oct 21 | What is the definition of Recorded Date? PC notes on FHIR-27808 - Getting issue details... STATUS : "If the recordedDate is known via a sending system, it is preferred that the receiving system preserve the date." | Date(/time) when the condition was recorded in this organization's medical record for the patient. Definitions are in the spec Topic revisited, reaffirmed at PC 8/4 link | Closed | |
Allergy | 31 Oct 21 | What is the definition of last occurrence? | Date(/time) of last known occurrence of a reaction Definitions are in the spec | Closed | |
Allergy | 31 Oct 21 | What is the definition of Reaction.onset? | The start-time Date(/time) of a particular manifestation of the allergy or intolerance. Definitions are in the spec | Closed | |
Allergy | 31 Oct 21 | What is the definition of Reaction.effectiveTime? | The relevant time when the reaction manifest itself in the patient. Definitions are in the spec | Closed | |
Concern | 31 Oct 21 | What is the definition of a concern? | An issue that has risen to the level of concern to the point it should be documented and/or tracked as a healthConcern or a problem on the patient's problem list. Definitions are in the spec | Closed | |
Provenance | 31 Oct 21 | What is the definition of author.time? | The time when the information is recorded/updated in the record. Definitions are in the spec | Closed | |
Provenance | 31 Oct 21 | What is the definition of author? | Represents the humans and/or machines that entered the information into the medical record which now is being exchanged in the format of a [document/section/entry/act]. Definitions are in the spec | Closed | |
Provenance | 31 Oct 21 | What is the definition of informant? | An informant (or source of information) is a person that provides relevant information. Definitions are in the spec | Closed | |
Provenance | 31 Oct 21 | What is the definition of performer? | A person who actually and principally carries out an action. In the case of an Observation, it is the person (or organization in the case of a laboratory test result) who makes the observation/diagnosis/assertion of a problem Definitions are in the spec | Closed | |
Allergy | 01 Nov 21 | Lisa | Is the the Allergies Data Concepts sheet from 20211111 complete? accurate? anything else needed? | The Allergies Data Concepts sheet from 20211111 is complete and accurate. No other Data Concepts need to be clarified at this time. | Closed |
Allergy | 01 Nov 21 | Natalee | How do we handle mapping FHIR AllergyIntolerance.code values that represent 'negations' (e.g. SNOMED-CT 1003774007 | No known Hevea brasiliensis latex allergy (situation) ) and converting those to a combination of the underlying substance (e.g. Hevea brasiliensis latex) in the C-CDA value set and a C-CDA observation/@ negationInd = 'true'? FC allergy, line 27. | Terminology map is included | Closed |
Allergy | 04 Jan 2022 | Jay | No substance concept found to negate & translate "No known environmental allergy (situation) 428607008"; using "426232007 |Environmental allergy (finding)|" | SD: does this work? | Open |
Allergy | 04 Jan 2022 | Jay | Substance concept found in value set to negate & translate "No known allergy (situation) 716186003" ("260769002 |Material (substance)|") is not most general in axis | Open | |
Condition | 08 Feb 2022 | Jay | Mapping Condition verification status from CDA to FHIR: how do we populate verification status? Unconfirmed? Confirmed? Chat:V-Status | Verification status is not required. Omit. | Closed |
Condition | 08 Feb 2022 | Jay | Code hierarchy: If a FHIR CC has multiple codes, how do we determine which should be the root CD and which the Translation? | This case tells us: SCT in root & LOINC in translation. Are there other cases? This will be harder going the other direction. | Open |
Condition | 08 Feb 2022 | Jay | We are mapping ProblemObservation.code to Condition.category. They are both classifications of disorder, but there is no clear mapping between the values. We propose to not map, as both bindings are permissive. chat: category | Open | |
terminology | 08 Feb 2022 | Jay | We see limited implementation of CD qualifiers, and inconsistent assumptions where present. We believe we have no option but to ignore these in translating to FHIR. | Open | |
context Conduction | 11 Feb 2022 | Jay | Specify context conduction approach | Translating from CDA, use context conduction as specified to infer context for resources. E.g., if author is missing on entry, get it from above & write to FHIR. (Determine whether anyone is actually using the exception allowing mods to entryRelationship.contextConductionInd.) Translating from FHIR, assign context to CDA entries as explicitly asserted by FHIR. If FHIR does not assign context, specify null context values per CDA 4.4.2. | Open |
Condition | 15 Feb 2022 | Jay | Does inclusion in the CDA Problem Section imply membership in a Problem List, or is it a collection of all known problem observations? | General Principle: The document assembler decides what goes in the sections. The map (this effort) merely assigns targets for the values in the source; it does not attempt to determine appropriate allocation of statements to sections. | Open |
Condition | 22 Feb 2022 | Jay | CCDA has a Severity observation template with values that match FHIR condition severity. But the template specifies it's for reactions. Can we use it? | Open | |
Section | 22 Feb 2022 | Jay | The CCDA "no known problems" example of the problem section has an explicit observation of a "problem" with the negation indicator set to true. The CDA on FHIR guide includes an "emptyReason" property for indicating, e.g., "no known problems" (coded as "nilknown"). These patterns are equivalent. | Open | |
Condition | 24 Feb 2022 | Jay | Problem code map (chat) CCDA has a SHOULD binding to the Problem value set in SCT, with a supported translation to ICD. US Core FHIR has a CodeableConcept (set of codes + 1 text), with an extensible binding to several SNOMED axes. Going from CCDA to FHIR, we propose Going from FHIR to CCDA, we propose | Open | |
Allergy | 24 Aug 2022 | Jay | Put Allergy concern act id or allergy observation id in FHIR allergy identifier? | Observation. It's more common. Don't use both: equating distinct objects will cause confusion Possible future option: add extension to identifier for act identifier. Seems unnecessary and contrary to assumption that we are not designing new functionality to address gaps. | Closed |
Allergy | 24 Aug 2022 | Jay | Put CDA allergy participant substance in FHIR allergy code or reaction substance? | Follow graph structure: CDA allergy participant is at level of sensitivity, so map to allergy code.
| Closed |
Immunization | 11 Dec 2022 | Jay | Is CCDA ImmunzationActivity.effectiveTime (INT) request time or expected admin time? | Open | |
Med Activity | 2 Jan 2023 | Jay | Do implementers ever use both Free Text Sig and Instructions templates? If so, should they be concatenated into PatientInstructions? | Open | |
Med Activity | 2 Jan 2023 | Jay | Does CDA Max Dose map to FHIR Max per admin, period, or lifetime? | Open | |
Procedure | 9 Jan 2023 | Jay | FHIR Specimen relation to Procedure, for Biopsy case. R5 has Procedure in Collection: pre-adopt as extension? Or use Processing? | Open | |
Procedure | 9 Jan 2023 | Jay | how often do we need to address PIVL, EIVL? | Open | |
Procedure | 9 Jan 2023 | Jay | Do we need to infer SR to represent Procedure priority? | Open | |
Procedure | 9 Jan 2023 | Jay | is followUp an appropriate target for Instruction? | Open | |
Procedure | 9 Jan 2023 | Jay | is complication an appropriate target for reaction? | Open | |
Procedure | 9 Jan 2023 | Jay | How to associate Obs value with diagnostic Procedure that produced it: partOf? | Open | |
Procedure | 13 Jan 2023 | Jay | Should Procedure/indication use Procedure.reasonCode or Procedure.reasonReference? Options: 1. if there's an effectiveTime, use reference; else use code. 2. Just use code | Open | |
Format | 15 Jan | Jay | Include elements with no map (mood, e.g.)? | Target: yes Source: if not supported Mood should be reflected even if not mapped | Open |
Text | 15 Jan | Jay | Desire to populate Resource.text irrespective of whether entry.text has content. Retrieve all referenced text and put it in resource.text. If entry.text is populated, use both. If DRV, this may be perfectly redundant; does this matter? Note that tabular section text won't reproduce in a table unless we do something fancy. | Open | |
Medications | 15 Jan | Jay | Meds repeated in Med Section & Procedures; repeat in FHIR? If dedup possible, do so; define "which section" rules (unless already done). If not, no problem. | Open |