Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Measure Group System - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MeasureGroupSystem"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/saner/CodeSystem/MeasureGroupSystem defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Beds<a name=\"MeasureGroupSystem-Beds\"> </a></td><td>Beds</td><td>This group reports on Bed availability</td></tr><tr><td style=\"white-space:nowrap\">Ventilators<a name=\"MeasureGroupSystem-Ventilators\"> </a></td><td>Ventilators</td><td>This group reports on Ventilator availability</td></tr><tr><td style=\"white-space:nowrap\">Encounters<a name=\"MeasureGroupSystem-Encounters\"> </a></td><td>Encounters</td><td>This group reports on COVID-19 Patient Encounters</td></tr><tr><td style=\"white-space:nowrap\">CovidDeaths<a name=\"MeasureGroupSystem-CovidDeaths\"> </a></td><td>COVID-19 Deaths</td><td>This group reports on COVID-19 Patient Deaths</td></tr><tr><td style=\"white-space:nowrap\">AcquiredCovid<a name=\"MeasureGroupSystem-AcquiredCovid\"> </a></td><td>Acquired COVID-19 in Hospital</td><td>This group reports on Hospital Acquired COVID-19 Infections</td></tr><tr><td style=\"white-space:nowrap\">VentilatorSupplies<a name=\"MeasureGroupSystem-VentilatorSupplies\"> </a></td><td>Ventilator supplies (any, including tubing)</td><td/></tr><tr><td style=\"white-space:nowrap\">N95Masks<a name=\"MeasureGroupSystem-N95Masks\"> </a></td><td>N95 masks</td><td/></tr><tr><td style=\"white-space:nowrap\">OtherRespirators<a name=\"MeasureGroupSystem-OtherRespirators\"> </a></td><td>Other respirators including PAPRs</td><td/></tr><tr><td style=\"white-space:nowrap\">SurgicalMasks<a name=\"MeasureGroupSystem-SurgicalMasks\"> </a></td><td>Surgical masks</td><td/></tr><tr><td style=\"white-space:nowrap\">EyeProtection<a name=\"MeasureGroupSystem-EyeProtection\"> </a></td><td>Eye protection including face shields or goggles</td><td/></tr><tr><td style=\"white-space:nowrap\">Gown<a name=\"MeasureGroupSystem-Gown\"> </a></td><td>Gowns (single use)</td><td/></tr><tr><td style=\"white-space:nowrap\">Glove<a name=\"MeasureGroupSystem-Glove\"> </a></td><td>Gloves</td><td/></tr><tr><td style=\"white-space:nowrap\">positiveIncreasePercent<a name=\"MeasureGroupSystem-positiveIncreasePercent\"> </a></td><td>Percent Positive among Newly Resulted Tests</td><td/></tr><tr><td style=\"white-space:nowrap\">positivePercent<a name=\"MeasureGroupSystem-positivePercent\"> </a></td><td>Cumulative Percent Positive among Resulted Tests</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/saner/CodeSystem/MeasureGroupSystem"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "MeasureGroupSystem"];
  fhir:CodeSystem.title [ fhir:value "Measure Group System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-09-07T19:08:29+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International Public Health Workgroup"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/pher" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "pher@lists.hl7.org" ]     ]
  ], [
     fhir:index 2;
     fhir:ContactDetail.name [ fhir:value "Keith W. Boone" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:kboone@ainq.com" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A Code System for Groups"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "14"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "Beds" ];
     fhir:CodeSystem.concept.display [ fhir:value "Beds" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This group reports on Bed availability" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "Ventilators" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ventilators" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This group reports on Ventilator availability" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "Encounters" ];
     fhir:CodeSystem.concept.display [ fhir:value "Encounters" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This group reports on COVID-19 Patient Encounters" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "CovidDeaths" ];
     fhir:CodeSystem.concept.display [ fhir:value "COVID-19 Deaths" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This group reports on COVID-19 Patient Deaths" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "AcquiredCovid" ];
     fhir:CodeSystem.concept.display [ fhir:value "Acquired COVID-19 in Hospital" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This group reports on Hospital Acquired COVID-19 Infections" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "VentilatorSupplies" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ventilator supplies (any, including tubing)" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "N95Masks" ];
     fhir:CodeSystem.concept.display [ fhir:value "N95 masks" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "OtherRespirators" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other respirators including PAPRs" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "SurgicalMasks" ];
     fhir:CodeSystem.concept.display [ fhir:value "Surgical masks" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "EyeProtection" ];
     fhir:CodeSystem.concept.display [ fhir:value "Eye protection including face shields or goggles" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "Gown" ];
     fhir:CodeSystem.concept.display [ fhir:value "Gowns (single use)" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "Glove" ];
     fhir:CodeSystem.concept.display [ fhir:value "Gloves" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "positiveIncreasePercent" ];
     fhir:CodeSystem.concept.display [ fhir:value "Percent Positive among Newly Resulted Tests" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "positivePercent" ];
     fhir:CodeSystem.concept.display [ fhir:value "Cumulative Percent Positive among Resulted Tests" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.