{
  "resourceType": "ValueSet",
  "id": "locationAddressType-stu3",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CRD Location Address Types</h2><div><p>Address codes allowed for CRD locations - those that are physical addresses</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=\"http://hl7.org/fhir/STU3/codesystem-address-type.html\"><code>http://hl7.org/fhir/address-type</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=\"http://hl7.org/fhir/STU3/codesystem-address-type.html#address-type-both\">both</a></td><td>Postal &amp; Physical</td><td>An address that is both physical and postal.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-address-type.html#address-type-physical\">physical</a></td><td>Physical</td><td>A physical address that can be visited.</td></tr></table></li></ul></div>"
  },
  "url": "http://hl7.org/fhir/us/davinci-crd/STU3/ValueSet/locationAddressType-stu3",
  "version": "0.1.0",
  "name": "CRD Location Address Types",
  "status": "draft",
  "date": "2018-08-21T16:01:31+10:00",
  "description": "Address codes allowed for CRD locations - those that are physical addresses",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "both"
          },
          {
            "code": "physical"
          }
        ]
      }
    ]
  }
}