{
  "resourceType": "ValueSet",
  "id": "cimi-statement-AbsenceContextVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SW AbsenceContextVS ValueSet</b></p>\n<p>A code describing whether the finding is question is absent, unknown, or not suspected.</p>\n</div>"
  },
  "url": "http://hl7.org/fhir/us/sw/ValueSet/cimi-statement-AbsenceContextVS",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/sw",
      "value": "cimi.statement.AbsenceContextVS"
    }
  ],
  "version": "1.0.0",
  "name": "AbsenceContextVS",
  "title": "SW AbsenceContextVS ValueSet",
  "status": "draft",
  "date": "2018-08-17T00:00:00-04:00",
  "publisher": "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "A code describing whether the finding is question is absent, unknown, or not suspected.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "410516002",
            "display": "Known absent"
          },
          {
            "code": "410594000",
            "display": "Definitely not present"
          },
          {
            "code": "410593006",
            "display": "Probably not present"
          },
          {
            "code": "428263003",
            "display": "NOT suspected"
          }
        ]
      }
    ]
  }
}