{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "AllergyIntoleranceClinicalStatus",
  "id": "AllergyIntoleranceClinicalStatus",
  "title": "AllergyIntolerance Clinical Status",
  "url": "http://nhn.no/kj/fhir/ValueSet/AllergyIntoleranceClinicalStatus",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-12-02T07:38:27.673+00:00"
  },
  "version": "1.0",
  "date": "2019-12-02T07:38:27.5801924+00:00",
  "publisher": "Norsk Helsenett",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "concept": [
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "inactive",
            "display": "Inactive"
          }
        ]
      }
    ]
  }
}