{
  "resourceType": "ValueSet",
  "id": "shr-core-CurrencyVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR CurrencyVS ValueSet</b></p>\n<p>Value set containing ISO 4217 currency codes.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/core/vs/CurrencyVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.CurrencyVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR CurrencyVS ValueSet",
  "title": "SHR CurrencyVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Value set containing ISO 4217 currency codes.",
  "compose": {
    "include": [
      {
        "system": "urn:iso:std:iso:4217"
      }
    ]
  }
}