Birth And Fetal Death (BFDR) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

This page is part of the Vital Records Birth and Fetal Death Reporting (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) 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

: Location Types - JSON Representation

Active as of 2024-10-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ValueSet-location-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ValueSet-location-types</b></p><a name=\"ValueSet-location-types\"> </a><a name=\"hcValueSet-location-types\"> </a><a name=\"ValueSet-location-types-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-CodeSystem-local-bfdr-codes.html\"><code>http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes</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-CodeSystem-local-bfdr-codes.html#CodeSystem-local-bfdr-codes-loc_birth\">loc_birth</a></td><td>Birth Location</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-local-bfdr-codes.html#CodeSystem-local-bfdr-codes-loc_transfer-from\">loc_transfer-from</a></td><td>Transfer-from Location</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-local-bfdr-codes.html#CodeSystem-local-bfdr-codes-loc_transfer-to\">loc_transfer-to</a></td><td>Transfer-to Location</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/bfdr/ValueSet/ValueSet-location-types",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.13.48.16"
    }
  ],
  "version" : "2.0.0",
  "name" : "LocationTypeVS",
  "title" : "Location Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-15T14:34:26+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 codes used to differentate transfer and birth locations",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes",
        "concept" : [
          {
            "code" : "loc_birth",
            "display" : "Birth Location"
          },
          {
            "code" : "loc_transfer-from",
            "display" : "Transfer-from Location"
          },
          {
            "code" : "loc_transfer-to",
            "display" : "Transfer-to Location"
          }
        ]
      }
    ]
  }
}