{
  "resourceType": "ValueSet",
  "id": "sub-observation-category-uv-ips",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://hl7.org/fhir/ips/ValueSet/sub-observation-category-uv-ips",
  "identifier": [
    {
      "use": "official",
      "system": "http://art-decor.org/ns/oids/vs",
      "value": "2.16.840.1.113883.11.22.64"
    }
  ],
  "version": "2018-03-20T16:05:46",
  "name": "ObservationSubCategories",
  "title": "Observation Sub Categories",
  "status": "draft",
  "experimental": false,
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "HL7 International",
      "telecom": [
        {
          "system": "phone",
          "value": "+1 734 677 7777"
        },
        {
          "system": "fax",
          "value": "+1 734 677 6622"
        },
        {
          "system": "email",
          "value": "info@hl7.org"
        }
      ]
    }
  ],
  "description": "Observation Sub Categories",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/observation-category",
        "concept": [
          {
            "code": "laboratory",
            "display": "observation produced by laboratory"
          },
          {
            "code": "vital-signs",
            "display": "observation of vital-signs"
          }
        ]
      }
    ]
  }
}