- DVA colour not in this profile
- allowed use of http://ns.electronichealth.net.au/ for DVA?
- allow spaces in DVA number? the are allowed on the card. often omitted on entry
- validation of number?
- Recommended IdentifierSystem is now http://ns.electronichealth.net.au/id/dva
Example:
<Patient>
...
<identifier>
<type>
<coding>
<system value="http://hl7.org.au/fhir/v2/0203"/>
<code value="DV"/>
<display value="Department of Veterans Affairs Number"/>
</coding>
<text value="DVA Number"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/dva"/>
<value value="N 908030D"/>
</identifier>
...
</patient>
Additions for specific colour card where available; suggest including the more specific code as another type coding
<identifier>
<type>
<coding>
<system value="http://hl7.org.au/fhir/v2/0203"/>
<code value="DV"/>
<display value="Department of Veterans Affairs Number"/>
</coding>
<text value="DVA Number"/>
</type>
<type>
<coding>
<system value="http://hl7.org.au/fhir/v2/0203"/>
<code value="DVG"/>
<display value="DVA Card - Gold"/>
</coding>
<text value="DVA Card - Gold"/>
</type>
</identifier>Value Set - AS4700.1 PID-3
- DVW : DVA Card- White
- DVG : DVA Card - Gold
- DVO : DVA Card - Orange
We also have possibly NCTIS: Admin Codes - Entitlement Type (1.2.36.1.2001.1001.101.104.16047)
- 5 :Repatriation Health Gold Benefits
- 6: Repatriation Health White Benefits
- 7: Repatriation Health Orange Benefits
Comments:
|
Would like to collect some use cases for storing the card color in this profile, and vendors that actually store this currently. |
|
http://meteor.aihw.gov.au/content/index.phtml/itemId/339127 Also considerations could be made on formatting representations could be considered for presentation. However the actual store/message format should be as per the above representation. A regular expression could be created to define the validation for the field. Would desire not to have spaces included in the profile. |
|
The card colors are in the 4700.1 PID definitions and should be drafted for use, and can then add additional codings to the type. |
|
Suggest alignment with Medicare number namespace; dva-number or department-of-verterans-affairs-number? http://ns.electronichealth.net.au/id/dva-number
|