{
  "resourceType": "ValueSet",
  "id": "shr-encounter-ReferralSourceTypeVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR ReferralSourceTypeVS ValueSet</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/encounter/vs/ReferralSourceTypeVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.encounter.ReferralSourceTypeVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR ReferralSourceTypeVS ValueSet",
  "title": "SHR ReferralSourceTypeVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/encounter/cs/ReferralSourceTypeCS",
        "concept": [
          {
            "code": "self",
            "display": "Self, or personal associated, such as family or friend"
          },
          {
            "code": "pcp",
            "display": "General Practitioner or Primary Care Physician"
          },
          {
            "code": "specialist",
            "display": "Provider other than Primary Care Physician"
          },
          {
            "code": "fed",
            "display": "Federal agency"
          },
          {
            "code": "cps",
            "display": "Child Protective Service"
          },
          {
            "code": "court",
            "display": "Criminal justice"
          },
          {
            "code": "comm",
            "display": "Community agency"
          },
          {
            "code": "hp",
            "display": "Health Plan"
          },
          {
            "code": "employer",
            "display": "Employer"
          }
        ]
      }
    ]
  }
}