HL7AU - FHIR WG : Commonwealth Seniors Health Concession Card

  • require type as identifier is using the same system as other card types
  • code suggestions for type? Can't see any in HL7 203 nor 4700.1 - added code 'SEN' - 'Commonwealth Seniors Health Card' to table 203 for this purpose
  • assume CRN has all separators removed '-'

Example:

<Patient>
    ...
    <identifier>
        
        <type> 
            <coding> 
                <system value="http://hl7.org.au/fhir/v2/0203"/>
                <code value="SEN"/>
                <display value="Commonwealth Seniors Health Card"/>
             </coding>
             <text value="Seniors Card Number"/> 
         </type>
         <system value="http://ns.electronichealth.net.au/id/hi/crn"/>
         <value value="307111942H"/>
         
         
    </identifier>
    ...
</patient>

Comments:

suggest align with Medicare Number with something like

http://ns.electronichealth.net.au/id/customer-reference-number

applies to Healthcare Concession Card; Pensioner Concession Card

Posted by b_esler at 09 Jan, 2017 09:28