1.2.0 - STU 2 (Post-Ballot, Pre-Publication Draft)

VRDR - Local Development build (v1.2.0). See the Directory of published versions

: VRDR Jurisdictions - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "VRDR-Jurisdictions",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/vrdr/CodeSystem/VRDR-Jurisdictions defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">YC<a name=\"VRDR-Jurisdictions-YC\"> </a></td><td>New York City</td><td>New York City</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/vrdr/CodeSystem/VRDR-Jurisdictions",
  "version" : "1.2.0",
  "name" : "VRDRJurisdictionsCS",
  "title" : "VRDR Jurisdictions",
  "status" : "active",
  "date" : "2021-09-22T20:23:53+00:00",
  "publisher" : "HL7 Public Health Working Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "VRDR Jurisdictions that are not US States or Territories",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "YC",
      "display" : "New York City",
      "definition" : "New York City"
    }
  ]
}