This page is part of the HL7 FHIR Implementation Guide for Military Service History and Status (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
QUERY: VeteranStatus
The official URL for this operation definition is:
http://hl7.org/fhir/us/military-service/OperationDefinition/VeteranStatus
The Veteran Status Operation returns 'true' or 'false' based on the known veteran status of the patient. The API should be used as part of use cases needing general veteran status and not neccesarily be used as part of eligibilty.
URL: [base]/$veteranStatus
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | firstName | 1..1 | string | ||
IN | last | 1..1 | string | ||
IN | middleName | 0..1 | string | ||
IN | veteranSSN | 1..1 | Identifier | ||
IN | dateOfBirth | 1..1 | date | ||
IN | gender | 0..1 | code | ||
OUT | veterandateStatus | 1..1 | boolean |