argonautproject / data-query

The Argonaut Data Query Implementation Guide is based upon the core FHIR DSTU2 API and it documents the security and authorization and the querying of the ONC Common Clinical Data Set and static documents.
http://build.fhir.org/ig/argonautproject/data-query
6 stars 4 forks source link

Device Profile: udi attribute incorrectly described in the profile description #58

Open avinashshanbhag opened 6 years ago

avinashshanbhag commented 6 years ago

I came across a small typo while reading the Argonaut Device Profile

http://www.fhir.org/guides/argonaut/r2/StructureDefinition-argo-device.html

--- From Text Summary --- One udicarrier string in Device.udicarrier • The Human Readable Form (HRF) representation of the barcode string as printed on the packaging of the device SHALL be used. The AIDC representation cannot be conveyed in FHIR, Because of limitations on character sets in XML and the need to round-trip JSON data through XML. • ---- Upto here ------

However, if you look at the actual “Snapshot” table, the actual attribute is called “udi” and not “udiCarrier”.

Device.udi Definition United States Food and Drug Administration mandated Unique Device Identifier (UDI). Use the human readable information (the content that the user sees, which is sometimes different to the exact syntax represented in the barcode) - see http://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/UniqueDeviceIdentification/default.htm.

I am assuming the correct attribute is “udi” since it is in the actual profile. Could you first verify if I am reading it correctly, and then confirm the correct name of the attribute. And, finally, if this is error in Argonaut IG, can you let me know who to request for correction.