Evidence Based Medicine on FHIR Implementation Guide
2.0.0-ballot - ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: ConceptualCohortDefinition: Oxygen saturation < 96% on Boots Finger Pulse Oximeter with Ranges - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "179900",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2024-11-16T19:35:23.543Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/conceptual-cohort-definition"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail" : {
        "name" : "Brian S. Alper"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact",
      "valueRelatedArtifact" : {
        "type" : "cite-as",
        "citation" : "ConceptualCohortDefinition: Oxygen saturation < 96% on Boots Finger Pulse Oximeter with Ranges [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 179900. Revised 2024-11-16. Available at: https://fevir.net/resources/Group/179900. Computable resource at: https://fevir.net/resources/Group/179900."
      }
    }
  ],
  "url" : "https://fevir.net/resources/Group/179900",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ],
        "text" : "FEvIR Object Identifier"
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "https://fevir.net/FOI/179900",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "name" : "ConceptualCohortDefinition_Oxygen_saturation_96_on_Boots_Finger_Pulse_Oximeter_with_Ranges",
  "title" : "ConceptualCohortDefinition: Oxygen saturation < 96% on Boots Finger Pulse Oximeter with Ranges",
  "status" : "active",
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description" : "A characteristic of oxygen saturation < 96% on Boots Finger Pulse Oximeter is shown here, specifically 2-4 episodes lasting 10-15 minutes. LOINC Code for oxygen saturation does not specify the device used. If defining a Group characteristic by the device used, for example, in research comparing devices, one needs to reference the DeviceDefinition, Device, or DeviceMetric Resources. This example uses Group.characteristic.determinedByReference to show where the device may be reported, Group.characteristic.instancesRange to express 2-4 episodes, and Group.characteristic.durationRange to express 10-15 minutes.",
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "type" : "person",
  "membership" : "conceptual",
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "20564-1",
            "display" : "Oxygen saturation in Blood"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 96,
        "comparator" : "<",
        "unit" : "%",
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      },
      "exclude" : false,
      "description" : "Oxygen saturation < 96% on Boots Finger Pulse Oximeter at least 3 times lasting at least 5 minutes",
      "determinedByReference" : {
        🔗 "reference" : "DeviceDefinition/179899",
        "type" : "DeviceDefinition",
        "display" : "Boots Finger Pulse Oximeter"
      },
      "instancesRange" : {
        "low" : {
          "value" : 2
        },
        "high" : {
          "value" : 4
        }
      },
      "durationRange" : {
        "low" : {
          "value" : 10,
          "unit" : "minutes",
          "system" : "http://unitsofmeasure.org",
          "code" : "min"
        },
        "high" : {
          "value" : 15,
          "unit" : "minutes",
          "system" : "http://unitsofmeasure.org",
          "code" : "min"
        }
      }
    }
  ]
}