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

Group 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 "GroupSystem"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Group System</h2><div><p>A Code System for Groups defined by The SANER Project</p>\n</div><p>This code system http://hl7.org/fhir/us/saner/CodeSystem/GroupSystem 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=\"GroupSystem-Beds\"> </a></td><td>Beds</td><td/></tr><tr><td style=\"white-space:nowrap\">Ventilators<a name=\"GroupSystem-Ventilators\"> </a></td><td>Ventilators</td><td/></tr><tr><td style=\"white-space:nowrap\">Encounters<a name=\"GroupSystem-Encounters\"> </a></td><td>Encounters</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/saner/CodeSystem/GroupSystem"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "GroupSystem"];
  fhir:CodeSystem.title [ fhir:value "Group 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 "A Code System for Groups defined by The SANER Project"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "Beds" ];
     fhir:CodeSystem.concept.display [ fhir:value "Beds" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "Ventilators" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ventilators" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "Encounters" ];
     fhir:CodeSystem.concept.display [ fhir:value "Encounters" ]
  ].

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

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