PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.military-service@0.1.0
    http://hl7.org/fhir/us/military-service/OperationDefinition/VeteranStatus
{
  "description": "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.",
  "_filename": "OperationDefinition-VeteranStatus.json",
  "package_name": "hl7.fhir.us.military-service",
  "date": "2021-08-13T16:25:22+00:00",
  "system": true,
  "publisher": "Cross Group Projects WG",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "VeteranStatus",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.1.0",
  "status": "draft",
  "id": "2f263d90-ee23-44c2-835f-af6eb009f99f",
  "resource": [ "Patient" ],
  "kind": "query",
  "url": "http://hl7.org/fhir/us/military-service/OperationDefinition/VeteranStatus",
  "code": "veteranStatus",
  "version": "0.1.0",
  "contact": [ {
    "name": "Cross Group Projects WG",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cgp",
      "system": "url"
    }, {
      "value": "cgp@lists.hl7.org",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "firstName",
    "type": "string"
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "last",
    "type": "string"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "middleName",
    "type": "string"
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "veteranSSN",
    "type": "Identifier"
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "dateOfBirth",
    "type": "date"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "gender",
    "type": "code"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "veterandateStatus",
    "type": "boolean"
  } ]
}