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

Active as of 2023-12-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ValueSet-usstates-territories-vr"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-usstates-territories-vr"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "ValueSetUSStatesAndTerritoriesVitalRecords"] ; # 
  fhir:title [ fhir:v "ValueSet - US States, Territories Vital Records"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-16T22:11:04+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This valueset contains the set of codes used to represent 2 Letter States and Territories"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state>       ] )     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "https://www.usps.com/"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "FM" ]       ] [
fhir:code [ fhir:v "MH" ]       ] [
fhir:code [ fhir:v "PW" ]       ] [
fhir:code [ fhir:v "AP" ]       ] [
fhir:code [ fhir:v "AE" ]       ] [
fhir:code [ fhir:v "AA" ]       ] )     ] )
  ] . #