Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Clinical Document Architecture (previously "Patient Record Architecture") HL7 Meeting St. Louis, Missouri September 13, 2000 Bob D olin, MD Kaiser Permanente.

Similar presentations


Presentation on theme: "1 Clinical Document Architecture (previously "Patient Record Architecture") HL7 Meeting St. Louis, Missouri September 13, 2000 Bob D olin, MD Kaiser Permanente."— Presentation transcript:

1 1 Clinical Document Architecture (previously "Patient Record Architecture") HL7 Meeting St. Louis, Missouri September 13, 2000 Bob D olin, MD Kaiser Permanente

2 2 Objectives Overview of August 2000 Clinical Document Architecture ballot proposal Introduction What is the CDA? The "A" in "CDA" Relationship of CDA to HL7 Messaging Standards Technical Specifications CDA Header CDA Body HL7 V3 Data Types Outline

3 3 The models and examples presented here are based on the August 2000 membership-level ballot draft. While the ballot did pass, there will be some minor edits before finalizing the standard. The examples displayed in the slides leave out required components and introduce modifications to illustrate a point. The examples in the other handout are complete and accurate. The exact representation of CDA instances is contingent on the outcome of the HL7 V3 data type DTD ballot. Disclaimer

4 4 Introduction Objectives Overview of August 2000 Clinical Document Architecture ballot proposal Introduction What is the CDA? The "A" in "CDA" Relationship of CDA to HL7 Messaging Standards Technical Specifications CDA Header CDA Body HL7 V3 Data Types

5 5 Introduction What is the CDA? The CDA is a document markup standard for the structure and semantics of exchanged "clinical documents". A clinical document is a documentation of observations and other services with the following characteristics: Persistence Stewardship Potential for authentication Wholeness Human readability A CDA document is a defined and complete information object that can exist outside of a message, and can include text, images, sounds, and other multimedia content.

6 6 Introduction What is the CDA? (cont.) Key aspects of the CDA: CDA documents are encoded in Extensible Markup Language (XML). CDA documents derive their meaning from the HL7 Reference Information Model (RIM ) and use HL7 V3 data types. The complete CDA will include a hierarchical set of document specifications. This hierarchy is referred to as an "architecture".

7 7 Introduction The "A" in "CDA" CDA Level One DTD CDA Level Two DTD Level Two :: Progress Note DTD Level Two :: Cardiology Progress Note DTD Level Two :: Endocrine Progress Note DTD Level Two :: Diabetes Progress Note DTD CDA Level Three DTD Level Three :: Progress Note DTD Level Three :: Cardiology Progress Note DTD Level Three :: Endocrine Progress Note DTD Level Three :: Diabetes Progress Note DTD CDA "Levels" - Quantum sets of specializations, to which further constraints can be applied.

8 8 Introduction The "A" in "CDA" (cont.) Level One :: RIM-derived document header. Body is largely structural, although codes can be inserted. Level Two :: HL7 Templates can constrain the general Level One DTD, resulting in Level Two DTDs. Level Three :: Clinical content can be marked up to the extent that it is modeled in the RIM. CDA Level One DTD* CDA Level Two DTD CDA Level Three DTD *The current spec only includes CDA Level One. Higher levels are under development.

9 9 Introduction The "A" in "CDA" (cont.) Level One minimizes the technical barriers to entry, while providing a "gentle introduction" to the HL7 RIM. Levels provide a migration pathway for iteratively adding greater markup to clinical documents. Levels establish baselines for conformance claims. CDA Level One DTD CDA Level Two DTD CDA Level Three DTD

10 10 HL7 V3 HL7 V2.x MSH|... EVN|... PID|... PV1|... TXA|... OBX|1|ED|... |... Introduction Relationship of CDA to HL7 Messaging Standards CDA documents are encapsulated as MIME packages within HL7 messages

11 11 Objectives Overview of August 2000 Clinical Document Architecture ballot proposal Introduction What is the CDA? The "A" in "CDA" Relationship of CDA to HL7 Messaging Standards Technical Specifications CDA Header CDA Body HL7 V3 Data Types Outline

12 12 Introduction CDA Header :: Specified in the CDA Header DTD; derived using the V3 Message Development process. CDA Level One Body :: Specified in the CDA Level One DTD; derived from document analysis, building on the modeling employed by document markup standards. HL7 V3 Data Types :: An XML implementation of the abstract data type specification used by both the CDA and the HL7 Version 3 message specifications. A CDA Level One document references the CDA Level One DTD (which references the CDA Header DTD, which references the HL7 V3 data type DTD). Technical Specifications

13 13 Introduction :: Vocabulary Domains Vocabulary domains represent value sets for coded CDA components. HL7-defined or drawn from HL7-recognized coding systems. CNE (Coded, No Extensions) vs. CWE (Coded, With Extensions) Vocabulary terms are transmitted via special data types (CS, CE, CD) Technical Specifications

14 14 Technical Specifications Vocabulary domain for (CWE) <!ATTLIST confidentiality_cd T NMTOKEN #FIXED "CE" %CE-attrib.list;...> <confidentiality_cd V="N" S="2.16.840.1.113883.5.10228" DN="normal"/>

15 15 Technical Specifications Vocabulary domain for (CNE) <!ELEMENT document_relationship.type_cd %CS-cont.model;> <!ATTLIST document_relationship.type_cd T NMTOKEN #FIXED "CS" V (APND|RPLC) #REQUIRED... >

16 16 CDA Header Overview The CDA Header is specified by the CDA Header DTD which is derived from a Hierarchical Description (HD), using a method that closely parallels the V3 Message Development Framework. There are four logical components of the CDA Header: 1. Document information; 2. Encounter data; 3. Service actors (such as providers); 4. Service targets (such as patients).

17 17... HL7 CDA <service_cd V="6298-8" S="LOINC" DN="POTASSIUM:SCNC:PT:BLD"/> HL7 V3 Message HL7 Reference Information Model CDA Header

18 18 Reference Information Model Header Information Model Hierarchical Description <!ELEMENT birth_dttm %TS-cont.model;> <!ATTLIST birth_dttm %TS-attrib.list; %common-atts; HL7-NAME CDATA #FIXED 'birth_dttm'> XML DTD subset of RIM tighten constraints linearization additional constraints algorithm CDA Header

19 19 http://www.hl7.org/library/data-model/Rose_tooling/RoseTree_II.zip HL7 RIM (MS Access or Rational Rose) CDA Header

20 20 CDA Header <document_type_cd V="11488-4" S="2.16.840.1.113883.6.1" DN="Consultation note"/>

21 21 CDA Header RIM 0.98 :: CDA Header Information Model

22 22 CDA Header Document information

23 23 CDA Header Encounter data

24 24 CDA Header Service actors

25 25 CDA Header Service targets

26 26 CDA Header encounter data service actors service targets document information

27 27 CDA Header XML element identification Every XML element within a CDA document has an optional identifier, which must be unique within the document. The identifier is an XML "ID" data type. <!ATTLIST Every_CDA_ELEMENT... ID ID #IMPLIED...>

28 28 CDA Header Document identification (,,, ) Every document has a required, globally-unique instance identifier,, an identifier that remains constant across all document revisions that derive from a common root,, and a version number,. Every document has a required document type code,. The externally-defined vocabulary domain for is drawn from LOINC.

29 29 CDA Header Document time stamps (,,,, ) Some temporal events can be represented as a specific point in time (indicated by "_dttm" and using the HL7 V3 TS data type), while other temporal events include time intervals (indicated by "_tmr" and using the HL7 V3 IVL_TS or GTS data type).

30 30 CDA Header Document relationships (, ) The CDA Header enables the explicit representation of the relationship between documents. A clinical document can append or replace another clinical document. Documents may be generated in response to one or more orders. The element points to fulfilled orders.

31 31 CDA Header Encounter data (,,,, ) Encounter data include a globally-unique identifier, the time of the encounter, a location, and an optional practice setting code, which is a categorization of the clinical setting (e.g. cardiology clinic, primary care clinic, rehabilitation hospital, skilled nursing facility) in which care is delivered.

32 32 CDA Header Service actors (,,,,,,, ) Service actors include those who authenticate the document, those intended to receive a copy of the document, document originators and transcriptionists, and health care providers who participated in the service(s) being documented. Service actors are capable of and accountable for their independent decisions.

33 33 CDA Header Service actors (cont.)

34 34 CDA Header Service targets (,, ) Service targets are physical entities, including living subjects and inanimate material, that are typically the object of services being documented. Service targets include the patient, other significant participants (such as family members), and those devices that may have originated portions of the document.

35 35 CDA Header Service targets (cont.)

36 36 Localization (, ) The CDA adds markup declarations that enable localization. The element is an optionally repeating, recursive element tacked on to the end of every content model. The "descriptor" attribute describes the element, and the value can be drawn from a local vocabulary domain. The "ignore" attribute tells the receiver to ignore just the local_header tag (ignore="markup"), or to ignore the local_header tag and all contained content (ignore="all"). The "render" attribute indicates how the sender would render the contents. The value can be drawn from a local vocabulary domain. CDA Header

37 37 Localization (cont.) CDA Header <!ELEMENT authenticator ( authenticator.type_cd, participation_tmr, signature_cd, person, local_header* )> <!ELEMENT local_header (#PCDATA | local_header | local_attr)* > <!ATTLIST local_header ignore (all | markup) "markup" descriptor CDATA #IMPLIED render CDATA #IMPLIED ID ID #IMPLIED xml:lang NMTOKEN #IMPLIED > <!ATTLIST local_attr name NMTOKEN #REQUIRED value CDATA #REQUIRED ID ID #IMPLIED xml:lang NMTOKEN #IMPLIED>

38 38 <document_type_cd V="11488-4" S="2.16.840.1.113883.6.1" DN="Consultation note"/>... extra stuff that is only used locally...... CDA Header Sample CDA document* * Note that the exact representation is contingent on the outcome of the HL7 V3 data type DTD ballot.

39 39 CDA Level One Body Overview The CDA Level One Body is comprised of sections or a single non-XML block. A section can contain "structures", nested section's, and codes. CDA structures contain "entries". Document analysis was used to articulate requirements for the CDA Level One Body. These are expressed in XML using industry-standard constructs. The structural components themselves are not part of RIM 0.98. Where CDA entries are derivable from the RIM, they have an XML representation that follows the style used for the CDA Header.

40 40 CDA Level One Body Overview (cont.) CDA "structures" CDA "entries"

41 41 CDA Level One Body Shared XML Attributes These attributes are assigned to all XML elements in the CDA Level One Body. Their values are inherited by nested content, unless overridden. <!ATTLIST Every_CDA_Body_Element... ID ID #IMPLIED confidentiality IDREFS #IMPLIED originator IDREFS #IMPLIED xml:lang NMTOKEN #IMPLIED >

42 42 CDA Level One Body Non_xml body The CDA container represents a document body that is in some format other than XML. CDA's uses the HL7 V3 Encoded Data data type to reference data that is stored externally to the CDA Level One document (as opposed to encapsulating the data within the CDA document itself).

43 43 CDA Level One Body Captions The CDA is a label for a container. The element can occur in a,,,, or element. A contains plain text and may contain links, and can be coded using the element. The vocabulary domain for is externally-defined by LOINC.

44 44 CDA Level One Body CDA "structures" CDA "entries" CDA "structures" (,, )

45 45 CDA Level One Body CDA "structures" (cont.) Structures have optional captions. A contains CDA "entries". A contains one or more 's. An contains entries and nested structures. The CDA is a modification of the strict XHTML table model. In CDA Level One, any information can be presented as a table. The table markup is for presentation purposes only and, unlike a database table, does not possess meaningful field names.

46 46 CDA Level One Body CDA "structures" (cont.)

47 47 CDA Level One Body CDA "structures" CDA "entries" CDA "entries" (character data,,,,, )

48 48 CDA Level One Body Link The CDA is a generic referencing mechanism based on the HTML anchor tag. Multimedia that is part of the attestable content of the document requires the use of. Multimedia that is simply referenced should use. <!ATTLIST link_html name CDATA #IMPLIED href CDATA #IMPLIED rel CDATA #IMPLIED rev CDATA #IMPLIED title CDATA #IMPLIED >

49 49 CDA Level One Body Coded_entry The CDA uses the HL7 V3 Concept Descriptor data type to insert codes from HL7-recognized coding schemes into CDA documents. Where there are no suitable HL7-recognized codes available, locally-defined codes can be used. Asthma, with prior smoking history. Difficulty weaning off steroids. Will try gradual taper.

50 50 CDA Level One Body Content The element nests recursively, enabling wrapping a string of text down to as small a chunk as desired. These elements can serve as anchors to be referenced by elements to indicate the original text that supports the use of a code. Asthma, with prior smoking history. Difficulty weaning off steroids. Will try gradual taper.

51 51 CDA Level One Body Observation_media The element, derived from the RIM Observation class, represents media that is logically part of a CDA document, but is stored outside the document and incorporated by reference (using the HL7 V3 Encoded Data data type). Erythematous rash, palmar surface, left index finger. <observation_media.value MT="image/jpeg"> Physical Exam Erythematous rash, palmar surface, left index finger.

52 52 CDA Level One Body Localization The implementation of localization in the CDA Level One Body using the element parallels the approach used in the CDA Header.

53 53 Objectives Overview of August 2000 Clinical Document Architecture ballot proposal Introduction What is the CDA? The "A" in "CDA" Relationship of CDA to HL7 Messaging Standards Technical Specifications CDA Header CDA Body HL7 V3 Data Types Outline


Download ppt "1 Clinical Document Architecture (previously "Patient Record Architecture") HL7 Meeting St. Louis, Missouri September 13, 2000 Bob D olin, MD Kaiser Permanente."

Similar presentations


Ads by Google