{
  "resourceType": "ValueSet",
  "id": "vs-p2r-creatinine-clearance",
  "url": "https://healthopenterminologies.org/vs/vs-p2r-creatinine-clearance",
  "identifier": [
    {
      "system": "https://healthopenterminologies.org/vs",
      "value": "vs-p2r-creatinine-clearance"
    }
  ],
  "version": "1",
  "name": "P2R ValueSet for Creatinine clearance",
  "title": "P2R ValueSet for Creatinine clearance",
  "status": "active",
  "publisher": "RTI International",
  "contact": [
    {
      "name": "Daniel J. Vreeman, PT, DPT, MS, FACMI",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.rti.org/expert/daniel-vreeman"
        }
      ]
    }
  ],
  "description": "Includes terms that have Creatinine in the Component and a Property of VRat or ArVRat. Excludes panel terms.",
  "useContext": [
    {
      "code": {
        "system": "http://hl7.org/fhir/usage-context-type"
      },
      "valueCodeableConcept": {
        "text": "Exemplar"
      }
    }
  ],
  "copyright": "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc.",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "COMPONENT",
            "op": "regex",
            "value": "^Creatinine*"
          },
          {
            "property": "PROPERTY",
            "op": "regex",
            "value": "VRat"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "CLASS",
            "op": "regex",
            "value": "PANEL.*"
          }
        ]
      }
    ]
  }
}