Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First ValueSet/omb-ethnicity-category - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "omb-ethnicity-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>OMB Ethnicity Categories</h2><div><p>The codes for the ethnicity categories - 'Hispanic or Latino' and 'Non Hispanic or Latino' - as defined by the <a href=\"https://www.whitehouse.gov/omb/fedreg_1997standards\">OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997</a>.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-cdcrec.html\"><code>urn:oid:2.16.840.1.113883.6.238</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-cdcrec.html#cdcrec-2135-2\">2135-2</a></td><td>Hispanic or Latino</td><td>Hispanic or Latino</td></tr><tr><td><a href=\"CodeSystem-cdcrec.html#cdcrec-2186-5\">2186-5</a></td><td>Non Hispanic or Latino</td><td>Note that this term remains in the table for completeness, even though within HL7, the notion of &quot;not otherwise coded&quot; term is deprecated.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity-category",
  "version" : "0.1.0",
  "name" : "OmbEthnicityCategories",
  "title" : "OMB Ethnicity Categories",
  "status" : "active",
  "date" : "2019-05-20T14:00:00+00:00",
  "publisher" : "Kids First DRC",
  "contact" : [
    {
      "name" : "Kids First DRC",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:support@kidsfirstdrc.org"
        }
      ]
    }
  ],
  "description" : "The codes for the ethnicity categories - 'Hispanic or Latino' and 'Non Hispanic or Latino' - as defined by the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.6.238",
        "concept" : [
          {
            "code" : "2135-2",
            "display" : "Hispanic or Latino"
          },
          {
            "code" : "2186-5",
            "display" : "Non Hispanic or Latino"
          }
        ]
      }
    ]
  }
}