Vital Records Common Library (VRCL) STU2-ballot
2.0.0-ballot - ballot United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: ValueSet - US States, Territories Vital Records - JSON Representation

Active as of 2023-12-16

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ValueSet-usstates-territories-vr",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/ValueSet-us-core-usps-state.html\">USPS Two Letter Alphabetic Codes</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <code>https://www.usps.com/</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>FM</td><td style=\"color: #cccccc\">Federated States of Micronesia</td></tr><tr><td>MH</td><td style=\"color: #cccccc\">Marshall Islands</td></tr><tr><td>PW</td><td style=\"color: #cccccc\">Palau</td></tr><tr><td>AP</td><td style=\"color: #cccccc\">Armed Forces Pacific</td></tr><tr><td>AE</td><td style=\"color: #cccccc\">Armed Forces Europe, the Middle East, and Canada</td></tr><tr><td>AA</td><td style=\"color: #cccccc\">Armed Forces Americas (except Canada)</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-usstates-territories-vr",
  "version" : "2.0.0-ballot",
  "name" : "ValueSetUSStatesAndTerritoriesVitalRecords",
  "title" : "ValueSet - US States, Territories Vital Records",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-12-16T22:11:04+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This valueset contains the set of codes used to represent 2 Letter States and Territories",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          🔗 "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state"
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "https://www.usps.com/",
        "concept" : [
          {
            "code" : "FM"
          },
          {
            "code" : "MH"
          },
          {
            "code" : "PW"
          },
          {
            "code" : "AP"
          },
          {
            "code" : "AE"
          },
          {
            "code" : "AA"
          }
        ]
      }
    ]
  }
}