Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

Turtle Format: CodeSystem-APCTemporaryCodeSystem

Raw ttl

@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 "APCTemporaryCodeSystem"];
  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/us/vitals/CodeSystem/APCTemporaryCodeSystem 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\">AFAN<a name=\"APCTemporaryCodeSystem-AFAN\"> </a></td><td>After anesthesia</td><td>An indication that a procedure, event, or other took place after the administration of anesthesia.</td></tr><tr><td style=\"white-space:nowrap\">BFAN<a name=\"APCTemporaryCodeSystem-BFAN\"> </a></td><td>Before anesthesia</td><td>An indication that a procedure, event, or other took place before the administration of anesthesia.</td></tr><tr><td style=\"white-space:nowrap\">DUAN<a name=\"APCTemporaryCodeSystem-DUAN\"> </a></td><td>During anesthesia</td><td>An indication that a procedure, event, or other took place during the administration of anesthesia.</td></tr><tr><td style=\"white-space:nowrap\">AFAE<a name=\"APCTemporaryCodeSystem-AFAE\"> </a></td><td>After apneic episode</td><td>An indication that a procedure, event, or other took place after an episode of apnea.</td></tr><tr><td style=\"white-space:nowrap\">BFAE<a name=\"APCTemporaryCodeSystem-BFAE\"> </a></td><td>Before apneic episode</td><td>An indication that a procedure, event, or other took place before an episode of apnea.</td></tr><tr><td style=\"white-space:nowrap\">DUAE<a name=\"APCTemporaryCodeSystem-DUAE\"> </a></td><td>During apneic episode</td><td>An indication that a procedure, event, or other took place during an episode of apnea.</td></tr><tr><td style=\"white-space:nowrap\">AFCV<a name=\"APCTemporaryCodeSystem-AFCV\"> </a></td><td>After cardioversion</td><td>An indication that a procedure, event, or other took place after a cardioversion procedure.</td></tr><tr><td style=\"white-space:nowrap\">BFCV<a name=\"APCTemporaryCodeSystem-BFCV\"> </a></td><td>Before cardioversion</td><td>An indication that a procedure, event, or other took place just prior to a cardioversion procedure.</td></tr><tr><td style=\"white-space:nowrap\">AFCN<a name=\"APCTemporaryCodeSystem-AFCN\"> </a></td><td>After Condition</td><td>An indication that a procedure, event, or other took place after an identified condition.</td></tr><tr><td style=\"white-space:nowrap\">BFCN<a name=\"APCTemporaryCodeSystem-BFCN\"> </a></td><td>Before Condition</td><td>An indication that a procedure, event, or other took place before an identified condition.</td></tr><tr><td style=\"white-space:nowrap\">DUCN<a name=\"APCTemporaryCodeSystem-DUCN\"> </a></td><td>During Condition</td><td>An indication that a procedure, event, or other took place during an identified condition.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/vitals/CodeSystem/APCTemporaryCodeSystem"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "APCTemporaryCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Associated Precondition Temporary Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-10-07"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Logica"];
  fhir:CodeSystem.description [ fhir:value "This is a temporary code system for terms that are not yet defined in either SNOMED CT nor Solor.  This will be deprecated when the terms are defined in either of those systems."];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "AFAN" ];
     fhir:CodeSystem.concept.display [ fhir:value "After anesthesia" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place after the administration of anesthesia." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "BFAN" ];
     fhir:CodeSystem.concept.display [ fhir:value "Before anesthesia" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place before the administration of anesthesia." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "DUAN" ];
     fhir:CodeSystem.concept.display [ fhir:value "During anesthesia" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place during the administration of anesthesia." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "AFAE" ];
     fhir:CodeSystem.concept.display [ fhir:value "After apneic episode" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place after an episode of apnea." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "BFAE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Before apneic episode" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place before an episode of apnea." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "DUAE" ];
     fhir:CodeSystem.concept.display [ fhir:value "During apneic episode" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place during an episode of apnea." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "AFCV" ];
     fhir:CodeSystem.concept.display [ fhir:value "After cardioversion" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place after a cardioversion procedure." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "BFCV" ];
     fhir:CodeSystem.concept.display [ fhir:value "Before cardioversion" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place just prior to a cardioversion procedure." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "AFCN" ];
     fhir:CodeSystem.concept.display [ fhir:value "After Condition" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place after an identified condition." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "BFCN" ];
     fhir:CodeSystem.concept.display [ fhir:value "Before Condition" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place before an identified condition." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "DUCN" ];
     fhir:CodeSystem.concept.display [ fhir:value "During Condition" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indication that a procedure, event, or other took place during an identified condition." ]
  ].

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

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