This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "FHIR document Page"

From HL7Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== Mapping between CDA Narrative and FHIR text ==
 
== Mapping between CDA Narrative and FHIR text ==
 +
 +
=== CDA Narrative to FHIR Text
 +
{| class="wikitable"
 +
|-
 +
! CDA Narrative Element
 +
! FHIR Text equivalent
 +
! Comment
 +
|-
 +
| content
 +
|
 +
|
 +
|-
 +
| linkHtml
 +
|
 +
|
 +
|-
 +
| sub
 +
|
 +
|
 +
|-
 +
| sup
 +
|
 +
|
 +
|-
 +
| br
 +
|
 +
|
 +
|-
 +
| footnote
 +
|
 +
|
 +
|-
 +
| footnoteRef
 +
|
 +
|
 +
|-
 +
| renderMultiMedia
 +
|
 +
|
 +
|-
 +
| paragraph
 +
|
 +
|
 +
|-
 +
| list
 +
|
 +
|
 +
|-
 +
| table
 +
|
 +
|
 +
|-
 +
| @ID
 +
|
 +
|
 +
|-
 +
| @language
 +
|
 +
|
 +
|-
 +
| @stylecode
 +
|
 +
|
 +
|-
 +
| @mediaType
 +
|
 +
|
 +
|}
 +
 +
 +
{| class="wikitable"
 +
|-
 +
! header 1
 +
! header 2
 +
! header 3
 +
|-
 +
| row 1, cell 1
 +
| row 1, cell 2
 +
| row 1, cell 3
 +
|-
 +
| row 2, cell 1
 +
| row 2, cell 2
 +
| row 2, cell 3
 +
|}

Revision as of 22:25, 16 June 2013

Welcome to "Document" discussion page. Please put any comments about this page here. Contents will be reviewed periodically.

Discussion

  • MessageHeader.instant - why not call this "created" or "creationTime", "instant" does not carry meaning of what the instant is capturing.

Section vs. Resource disconnect and requirements for Organizer

CCDA has a number of sections that are essentially rooted in Organizer. The section represents a Collection of things, and thus the text rendering also reflects a collection rather than having separate text for each element in the collection. This rendering might be as a list with items or even as a table. With FHIR, we render resources individually and have not (yet) introduced the idea of Organizers. Introducing Organizers creates a number of issues in terms of ensuring consistency across paradigms.

One possible solution is to allow text to appear any place we allow a collection of resource references. This could either be handled by the tooling or by always referencing a particular construct whenever we reference a collection of resources.


Mapping between CDA Narrative and FHIR text

=== CDA Narrative to FHIR Text

CDA Narrative Element FHIR Text equivalent Comment
content
linkHtml
sub
sup
br
footnote
footnoteRef
renderMultiMedia
paragraph
list
table
@ID
@language
@stylecode
@mediaType


header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3