Skip to content

Commit

Permalink
Added documentation about confidentialityCode in NEMSIS 3.5.0 to C-CD…
Browse files Browse the repository at this point in the history
…A R2.1 Unstructured Document transformation.
  • Loading branch information
joshualegler committed Aug 20, 2024
1 parent cc3f32c commit dbc2969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ This transformation generates an HL7 C-CDA R2.1 Unstructured Document, filling i
Uses `@UUID`. `eRecord.01 Patient Care Report Number` could be used, but `@UUID` is guaranteed to be universally unique. This should be an id that changes each time the document is re-generated from the underlying data, but such information is not available in the NEMSIS document.
* **code**
Uses LOINC code `67796-3` ("EMS patient care report").
**confidentialityCode**
`confidentialityCode` is not supported in NEMSIS. It is set to `N` ("normal").
* **effectiveTime**
Uses the current date/time. The C-CDA US Realm Header specifies that effectiveTime "signifies the document creation time, when the document first came into being. Where the CDA document is a transform from an original document in some other format, the ClinicalDocument.effectiveTime is the time the original document is created. The time when the transform occurred is not currently represented in CDA." However, the NEMSIS document contains no information about when the original document was created or modified.
* **setId**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ of the patient.
This stylesheet assumes the document to be transformed is a NEMSIS EMSDataSet Document containing a
single PCR. If the document contains multiple PCRs, only the first PCR is transformed.
Version: 3.5.0.230317CP4_2.1.2022Sep_240815
Revision Date: August 15, 2024
Version: 3.5.0.230317CP4_2.1.2022Sep_240820
Revision Date: August 20, 2024
-->

Expand Down Expand Up @@ -112,6 +112,7 @@ Revision Date: August 15, 2024
<code code="67796-3" codeSystem="2.16.840.1.113883.6.1" displayName="EMS patient care report"/>
<title>EMS Patient Care Report</title>
<effectiveTime value="{$currentDateTime}"/>
<!-- confidentialityCode not supported in NEMSIS -->
<confidentialityCode codeSystem="2.16.840.1.113883.5.25" code="N" displayName="normal"/>
<languageCode code="en-US"/>
<!-- setId: eRecord.01 Patient Care Report Number could be used instead, but @UUID is
Expand Down

0 comments on commit dbc2969

Please sign in to comment.