- 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>