HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting
1.0.1 - STU 1 Technical Correction United States of America flag

This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v1.0.1: STU 1 Update) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patient Military Status - JSON Representation

Draft as of 2023-08-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PatientMilitaryStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/PatientMilitaryStatus",
  "version" : "1.0.1",
  "name" : "PatientMilitaryStatus",
  "title" : "Patient Military Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-08-29T21:18:01+00:00",
  "publisher" : "Biomedical Research & Regulation WG",
  "contact" : [
    {
      "name" : "Biomedical Research & Regulation WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    },
    {
      "name" : "Jean Duteau",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:jean.duteau@ibm.com"
        }
      ]
    }
  ],
  "description" : "Codes that represent a patient's military status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "concept" : [
          {
            "code" : "C114854",
            "display" : "Active Duty"
          },
          {
            "code" : "C114857",
            "display" : "Reserve"
          },
          {
            "code" : "C114858",
            "display" : "National Guard"
          },
          {
            "code" : "C114859",
            "display" : "TRICARE Beneficiary"
          }
        ]
      }
    ]
  }
}