{
  "resourceType": "ValueSet",
  "id": "shr-vital-HeartRateQualifierVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR HeartRateQualifierVS ValueSet</b></p>\n<p>Details of a heart rate measurement.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/vital/vs/HeartRateQualifierVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.vital.HeartRateQualifierVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR HeartRateQualifierVS ValueSet",
  "title": "SHR HeartRateQualifierVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Details of a heart rate measurement.",
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/vital/cs/HeartRateQualifierCS",
        "concept": [
          {
            "code": "rest",
            "display": "resting or pre-exercise"
          },
          {
            "code": "post_exercise",
            "display": "post exercise"
          },
          {
            "code": "apgar_1",
            "display": "1 minute Apgar heart rate"
          },
          {
            "code": "apgar_5",
            "display": "5 minute Apgar heart rate"
          },
          {
            "code": "apgar_10",
            "display": "10 minute Apgar heart rate"
          }
        ]
      }
    ]
  }
}