Smart Bear Implementation Guide
0.3.4 - ci-build
Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions
Active as of 2024-04-22 |
@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 "CategoryAdverseEventCS"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/CategoryAdverseEventCS</code> 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\">Adverse_Event<a name=\"CategoryAdverseEventCS-Adverse_Event\"> </a></td><td>Adverse Event (AE)</td><td>Any untoward medical occurrence, unintended disease or injury, or untoward clinical signs (including abnormal laboratory findings) in subjects, users or other persons, whether or not related to the investigational medical device</td></tr><tr><td style=\"white-space:nowrap\">Adverse_Device_Effect<a name=\"CategoryAdverseEventCS-Adverse_Device_Effect\"> </a></td><td>Adverse Device Effect (ADE)</td><td/></tr><tr><td style=\"white-space:nowrap\">Serious_Adverse_Event<a name=\"CategoryAdverseEventCS-Serious_Adverse_Event\"> </a></td><td>Serious Adverse Event (SAE)</td><td/></tr><tr><td style=\"white-space:nowrap\">Serious_Adverse_Device_Effect<a name=\"CategoryAdverseEventCS-Serious_Adverse_Device_Effect\"> </a></td><td>Serious Adverse Device Effect (SADE)</td><td/></tr><tr><td style=\"white-space:nowrap\">Unanticipated_Serious_Adverse_Device_Effect<a name=\"CategoryAdverseEventCS-Unanticipated_Serious_Adverse_Device_Effect\"> </a></td><td>Unanticipated Serious Adverse Device Effect (USADE)</td><td/></tr><tr><td style=\"white-space:nowrap\">Device_Deficiency<a name=\"CategoryAdverseEventCS-Device_Deficiency\"> </a></td><td>Device Deficiency (DD)</td><td/></tr></table></div>"
]; #
fhir:CodeSystem.url [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/CategoryAdverseEventCS"]; #
fhir:CodeSystem.version [ fhir:value "0.3.4"]; #
fhir:CodeSystem.name [ fhir:value "CategoryAdverseEventCS"]; #
fhir:CodeSystem.title [ fhir:value "Category of Adverse Events in Smart Bear"]; #
fhir:CodeSystem.status [ fhir:value "active"]; #
fhir:CodeSystem.date [ fhir:value "2024-04-22T12:34:38+02:00"^^xsd:dateTime]; #
fhir:CodeSystem.description [ fhir:value "Category codes for adverse events in Smart Bear"]; #
fhir:CodeSystem.content [ fhir:value "complete"]; #
fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger]; #
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "Adverse_Event" ];
fhir:CodeSystem.concept.display [ fhir:value "Adverse Event (AE)" ];
fhir:CodeSystem.concept.definition [ fhir:value "Any untoward medical occurrence, unintended disease or injury, or untoward clinical signs (including abnormal laboratory findings) in subjects, users or other persons, whether or not related to the investigational medical device" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "Adverse_Device_Effect" ];
fhir:CodeSystem.concept.display [ fhir:value "Adverse Device Effect (ADE)" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "Serious_Adverse_Event" ];
fhir:CodeSystem.concept.display [ fhir:value "Serious Adverse Event (SAE)" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "Serious_Adverse_Device_Effect" ];
fhir:CodeSystem.concept.display [ fhir:value "Serious Adverse Device Effect (SADE)" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "Unanticipated_Serious_Adverse_Device_Effect" ];
fhir:CodeSystem.concept.display [ fhir:value "Unanticipated Serious Adverse Device Effect (USADE)" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "Device_Deficiency" ];
fhir:CodeSystem.concept.display [ fhir:value "Device Deficiency (DD)" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ . Package smartbear#0.3.4 based on FHIR 4.0.1. Generated 2024-04-22
Links: Table of Contents |
QA Report