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.

Posted by brian_pos at 19 Jul, 2016 13:02

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.

Posted by brian_pos at 03 Aug, 2016 11:54

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.

Posted by brian_pos at 03 Aug, 2016 12:01

Suggest alignment with Medicare number namespace; dva-number or department-of-verterans-affairs-number?

http://ns.electronichealth.net.au/id/dva-number
Posted by b_esler at 09 Jan, 2017 09:30