Situational Awareness for Novel Epidemic Response
0.1.0 - CI Build

Situational Awareness for Novel Epidemic Response - Local Development build (v0.1.0). See the Directory of published versions

Rate Aggregation Coding System - TTL Representation

(back to description)

Raw ttl

Source view

@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 "MeasureRateAggregation"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Rate Aggregation Coding System</h2><div><p>This Coding System Identifies methods of rate aggregation</p>\n</div><p>This code system http://hl7.org/fhir/us/saner/CodeSystem/MeasureRateAggregation 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\">aggregable-by-period<a name=\"MeasureRateAggregation-aggregable-by-period\"> </a></td><td>Aggregable</td><td>Rates can be accumulated over consecutive periods</td></tr><tr><td style=\"white-space:nowrap\">point-in-time<a name=\"MeasureRateAggregation-point-in-time\"> </a></td><td>Point in Time</td><td>Rates are point in time measures during the reporting period</td></tr><tr><td style=\"white-space:nowrap\">cumulative<a name=\"MeasureRateAggregation-cumulative\"> </a></td><td>Cumulative</td><td>Rates are point in time measures showing cumulative values over all reporting periods</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/saner/CodeSystem/MeasureRateAggregation"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "MeasureRateAggregation"];
  fhir:CodeSystem.title [ fhir:value "Rate Aggregation Coding System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2020-04-27T07:08:50-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Patient Administration Workgroup" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/pafm/index.cfm" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Audacious Inquiry" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ainq.com" ]     ]
  ], [
     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 "This Coding System Identifies methods of rate aggregation"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "aggregable-by-period" ];
     fhir:CodeSystem.concept.display [ fhir:value "Aggregable" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Rates can be accumulated over consecutive periods" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "point-in-time" ];
     fhir:CodeSystem.concept.display [ fhir:value "Point in Time" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Rates are point in time measures during the reporting period" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "cumulative" ];
     fhir:CodeSystem.concept.display [ fhir:value "Cumulative" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Rates are point in time measures showing cumulative values over all reporting periods" ]
  ].

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

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