{
  "resourceType": "ValueSet",
  "id": "observation-category",
  "url": "http://smis.ch/fhir/ValueSet/observation-category",
  "version": "1.0",
  "name": "observationCategory",
  "title": "Observation Category Codes",
  "status": "draft",
  "date": "2018-08-22",
  "publisher": "Arpage AG",
  "contact": [
    {
      "name": "Patrick Husi",
      "telecom": [
        {
          "system": "email",
          "value": "patrick.husi@arpage.ch"
        }
      ]
    }
  ],
  "description": "Valueset with all allowed observation category codes",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/observation-category",
        "concept": [
          {
            "code": "vital-signs",
            "display": "Vital Signs"
          }
        ]
      },
      {
        "system": "http://smis.ch/fhir/CodeSystem/smis-observation-category-codes",
        "concept": [
          {
            "code": "open-type",
            "display": "Open Type"
          }
        ]
      }
    ]
  }
}