HL7 Terminology
2.0.0 - Publication

This page is part of the HL7 Terminology (v2.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: equipmentState - 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 "v2-0365"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>status</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#status</td><td>Status of the concept</td><td>code</td></tr><tr><td>deprecated</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated</td><td>Version of HL7 in which the code was deprecated</td><td>code</td></tr></table><p>This code system http://terminology.hl7.org/CodeSystem/v2-0365 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><td><b>deprecated</b></td></tr><tr><td style=\"white-space:nowrap\">IN<a name=\"v2-0365-IN\"> </a></td><td>Initializing</td><td>Software is ready, hardware not yet</td><td/></tr><tr><td style=\"white-space:nowrap\">CO<a name=\"v2-0365-CO\"> </a></td><td>Configuring</td><td>Configuring</td><td/></tr><tr><td style=\"white-space:nowrap\">PU<a name=\"v2-0365-PU\"> </a></td><td>Powered Up</td><td>Software and hardware are not yet ready</td><td/></tr><tr><td style=\"white-space:nowrap\">RS<a name=\"v2-0365-RS\"> </a></td><td>Ready to start</td><td>Software and hardware are ready, but user action is required to start</td><td/></tr><tr><td style=\"white-space:nowrap\">ID<a name=\"v2-0365-ID\"> </a></td><td>Idle</td><td>Successfully started, new orders can be accepted, currently no orders are present</td><td/></tr><tr><td style=\"white-space:nowrap\">OP<a name=\"v2-0365-OP\"> </a></td><td>Normal Operation</td><td>Successfully started, new orders can be accepted</td><td/></tr><tr><td style=\"white-space:nowrap\">CL<a name=\"v2-0365-CL\"> </a></td><td>Clearing</td><td>Clearing</td><td/></tr><tr><td style=\"white-space:nowrap\">PA<a name=\"v2-0365-PA\"> </a></td><td>Pausing</td><td>Pausing</td><td/></tr><tr><td style=\"white-space:nowrap\">PD<a name=\"v2-0365-PD\"> </a></td><td>Paused</td><td>User action is required to continue</td><td/></tr><tr><td style=\"white-space:nowrap\">ES<a name=\"v2-0365-ES\"> </a></td><td>E-stopped</td><td>Error, remaining orders can be finished, new orders cannot be accepted</td><td/></tr><tr><td style=\"white-space:nowrap\">…<a name=\"v2-0365-.8230\"> </a></td><td>(null) No state change</td><td>(null) No state change</td><td>2.9</td></tr><tr><td style=\"white-space:nowrap\">TS<a name=\"v2-0365-TS\"> </a></td><td>Transport stopped</td><td>Transport stopped</td><td/></tr><tr><td style=\"white-space:nowrap\">SS<a name=\"v2-0365-SS\"> </a></td><td>Sampling stopped</td><td>Sampling stopped</td><td/></tr><tr><td style=\"white-space:nowrap\">SD<a name=\"v2-0365-SD\"> </a></td><td>Shutting down</td><td>Shutting down</td><td/></tr><tr><td style=\"white-space:nowrap\">DI<a name=\"v2-0365-DI\"> </a></td><td>Diagnose</td><td>Diagnose</td><td/></tr><tr><td style=\"white-space:nowrap\">...<a name=\"v2-0365-.46.46.46\"> </a></td><td>(null) No state change</td><td>(null) No state change</td><td>2.9</td></tr><tr><td style=\"white-space:nowrap\">MA<a name=\"v2-0365-MA\"> </a></td><td>Maintenance</td><td>Maintenance</td><td/></tr><tr><td style=\"white-space:nowrap\">FL<a name=\"v2-0365-FL\"> </a></td><td>Failure</td><td>Failure, remaining orders are aborted, new orders cannot be accepted</td><td/></tr><tr><td style=\"white-space:nowrap\">UNK<a name=\"v2-0365-UNK\"> </a></td><td>Unknown</td><td>Unknown</td><td/></tr><tr><td style=\"white-space:nowrap\">LT<a name=\"v2-0365-LT\"> </a></td><td>Limited test menu</td><td>For diagnostic instruments: some test types are unavailable</td><td/></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "oo" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0365"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.18.223" ]
  ];
  fhir:CodeSystem.version [ fhir:value "2.3.0"];
  fhir:CodeSystem.name [ fhir:value "EquipmentState"];
  fhir:CodeSystem.title [ fhir:value "equipmentState"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-12-01"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7, Inc"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "HL7-defined code system of concepts that identify the status the equipment was in at the time the transaction was initiated.  Used in HL7 Version 2.x messaging in the EQU segment."];
  fhir:CodeSystem.purpose [ fhir:value "Underlying Master Code System for V2 table 0365 (Equipment State)"];
  fhir:CodeSystem.copyright [ fhir:value "Copyright HL7. Licensed under creative commons public domain"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/v2-0365";
     fhir:link <http://terminology.hl7.org/ValueSet/v2-0365>
  ];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.property [
     fhir:index 0;
     fhir:CodeSystem.property.code [ fhir:value "status" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#status" ];
     fhir:CodeSystem.property.description [ fhir:value "Status of the concept" ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.property.code [ fhir:value "deprecated" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated" ];
     fhir:CodeSystem.property.description [ fhir:value "Version of HL7 in which the code was deprecated" ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:Element.id [ fhir:value "3663" ];
     fhir:CodeSystem.concept.code [ fhir:value "IN" ];
     fhir:CodeSystem.concept.display [ fhir:value "Initializing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Software is ready, hardware not yet" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 1;
     fhir:Element.id [ fhir:value "3664" ];
     fhir:CodeSystem.concept.code [ fhir:value "CO" ];
     fhir:CodeSystem.concept.display [ fhir:value "Configuring" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Configuring" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 2;
     fhir:Element.id [ fhir:value "3665" ];
     fhir:CodeSystem.concept.code [ fhir:value "PU" ];
     fhir:CodeSystem.concept.display [ fhir:value "Powered Up" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Software and hardware are not yet ready" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 3;
     fhir:Element.id [ fhir:value "3666" ];
     fhir:CodeSystem.concept.code [ fhir:value "RS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ready to start" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Software and hardware are ready, but user action is required to start" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 4;
     fhir:Element.id [ fhir:value "3667" ];
     fhir:CodeSystem.concept.code [ fhir:value "ID" ];
     fhir:CodeSystem.concept.display [ fhir:value "Idle" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Successfully started, new orders can be accepted, currently no orders are present" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 5;
     fhir:Element.id [ fhir:value "3668" ];
     fhir:CodeSystem.concept.code [ fhir:value "OP" ];
     fhir:CodeSystem.concept.display [ fhir:value "Normal Operation" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Successfully started, new orders can be accepted" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 6;
     fhir:Element.id [ fhir:value "3669" ];
     fhir:CodeSystem.concept.code [ fhir:value "CL" ];
     fhir:CodeSystem.concept.display [ fhir:value "Clearing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Clearing" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 7;
     fhir:Element.id [ fhir:value "3670" ];
     fhir:CodeSystem.concept.code [ fhir:value "PA" ];
     fhir:CodeSystem.concept.display [ fhir:value "Pausing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Pausing" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 8;
     fhir:Element.id [ fhir:value "3671" ];
     fhir:CodeSystem.concept.code [ fhir:value "PD" ];
     fhir:CodeSystem.concept.display [ fhir:value "Paused" ];
     fhir:CodeSystem.concept.definition [ fhir:value "User action is required to continue" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 9;
     fhir:Element.id [ fhir:value "3672" ];
     fhir:CodeSystem.concept.code [ fhir:value "ES" ];
     fhir:CodeSystem.concept.display [ fhir:value "E-stopped" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Error, remaining orders can be finished, new orders cannot be accepted" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 10;
     fhir:Element.id [ fhir:value "3673" ];
     fhir:CodeSystem.concept.code [ fhir:value "…" ];
     fhir:CodeSystem.concept.display [ fhir:value "(null) No state change" ];
     fhir:CodeSystem.concept.definition [ fhir:value "(null) No state change" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "deprecated" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "2.9" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "D" ]     ]
  ], [
     fhir:index 11;
     fhir:Element.id [ fhir:value "3674" ];
     fhir:CodeSystem.concept.code [ fhir:value "TS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Transport stopped" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Transport stopped" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 12;
     fhir:Element.id [ fhir:value "3675" ];
     fhir:CodeSystem.concept.code [ fhir:value "SS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sampling stopped" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Sampling stopped" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 13;
     fhir:Element.id [ fhir:value "3676" ];
     fhir:CodeSystem.concept.code [ fhir:value "SD" ];
     fhir:CodeSystem.concept.display [ fhir:value "Shutting down" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Shutting down" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 14;
     fhir:Element.id [ fhir:value "3677" ];
     fhir:CodeSystem.concept.code [ fhir:value "DI" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnose" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Diagnose" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 15;
     fhir:Element.id [ fhir:value "3678" ];
     fhir:CodeSystem.concept.code [ fhir:value "..." ];
     fhir:CodeSystem.concept.display [ fhir:value "(null) No state change" ];
     fhir:CodeSystem.concept.definition [ fhir:value "(null) No state change" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "deprecated" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "2.9" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "D" ]     ]
  ], [
     fhir:index 16;
     fhir:Element.id [ fhir:value "3679" ];
     fhir:CodeSystem.concept.code [ fhir:value "MA" ];
     fhir:CodeSystem.concept.display [ fhir:value "Maintenance" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Maintenance" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 17;
     fhir:Element.id [ fhir:value "3680" ];
     fhir:CodeSystem.concept.code [ fhir:value "FL" ];
     fhir:CodeSystem.concept.display [ fhir:value "Failure" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Failure, remaining orders are aborted, new orders cannot be accepted" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 18;
     fhir:Element.id [ fhir:value "3681" ];
     fhir:CodeSystem.concept.code [ fhir:value "UNK" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unknown" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ], [
     fhir:index 19;
     fhir:Element.id [ fhir:value "3682" ];
     fhir:CodeSystem.concept.code [ fhir:value "LT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Limited test menu" ];
     fhir:CodeSystem.concept.definition [ fhir:value "For diagnostic instruments: some test types are unavailable" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "A" ]     ]
  ].

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

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