FHIR Chat · DocumentReference status · implementers

Stream: implementers

Topic: DocumentReference status


view this post on Zulip Pedro Salazar (Apr 30 2020 at 10:31):

Hi,

I am trying to map a MDM-TO2 message into DocumentReference STU3 resource. I have some issues mapping the DocumentReference.Status from the TXA.19 because of TXA.19 refers to 0272 HL7 table (Document confidentiality table), which values are: RE (Restricted); UC (Usual Control); VR(Very Restricted) but DocumentReference refers to this values: current, superseded and entered-in-error. So, could someone helps?

Values required by DocumentReference:
<DocumentReference xmlns="http://hl7.org/fhir"> doco
<status value="[code]"/><!-- 1..1 current | superseded | entered-in-error -->

Mapping suggested to HL7 (https://www.hl7.org/fhir/stu3/documentreference-mappings.html)
DocumentReference
masterIdentifier TXA-12
identifier TXA-16?
status TXA-19
docStatus TXA-17

view this post on Zulip René Spronk (Apr 30 2020 at 11:57):

Codes from table 0272 should end up in http://build.fhir.org/documentreference-definitions.html#DocumentReference.securityLabel .

However, I see that TXA-19 is associated with table 0273 (not 0272). So the mapping to 'status' is fine.

view this post on Zulip John Moehrke (Apr 30 2020 at 12:57):

DocumentReference.securityLabel is for all codes of security/privacy tagging metadata of the document bits. You are not restricted to the HL7 codes. the .securityLabel is bound 'extensible' with the defined valueset.

view this post on Zulip Pedro Salazar (Apr 30 2020 at 13:01):

Thank so much, René! My apologies, I didn't read fine.


Last updated: Apr 12 2022 at 19:14 UTC