CCD ClinicalDocument.id: Каким должно быть значение root?

. В руководстве по внедрению CDA R2 CCD элемент ClinicalDocument (корневой элемент документ) должен иметь элемент id .

Этот элемент id имеет тип данных «II»: http://wiki.hl7.no/index .php / R1: II This states that the root attribute is to have an OID value, to identify the type of identification used in the extension attribute.

Now, when looking at the sample CCD document that HL7 provides we see:




...
   
...

The root value db734647-fc99-424c-a864-7e3cda82e703 is not an OID. I'm not sure what it is, but it looks like a UUID perhaps? Anyway, is this a static value for all CCD documents, or will it differ from document to another? Why is the extension attribute not used, isn't that what identifies the document?

Note that throughout that same sample document I also see things like


which seem to be OIDs (in the root attribute).

EDIT: The sample document I reference is from the HL7 CCD implementation guide, i.e it is from the official source, it is unlikely that they would have a glaring error in their sample file that nobody has noticed before.

10
задан Parixit 6 February 2015 в 15:16
поделиться