Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SBAdverseEvent003 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SBAdverseEvent003"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/SBAdverseEvent"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/SBAdverseEvent>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent SBAdverseEvent003</b></p><a name=\"SBAdverseEvent003\"> </a><a name=\"hcSBAdverseEvent003\"> </a><a name=\"SBAdverseEvent003-en-US\"> </a><p><b>actuality</b>: Adverse Event</p><p><b>category</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/CategoryAdverseEventCS Adverse_Event}\">Adverse Event (AE)</span></p><p><b>event</b>: <span title=\"Codes:{http://snomed.info/sct 222008}\">Example of valorization : obstruction ... </span></p><p><b>subject</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p><p><b>date</b>: 2021-02-20 09:29:23+0000</p><p><b>detected</b>: 2021-02-20 09:29:23+0000</p><p><b>severity</b>: <span title=\"Codes:\">mild</span></p><p><b>outcome</b>: <span title=\"Codes:\">ongoing</span></p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"Medication-Aspirin001.html\">Medication omeprazole, amoxicillin and metronidazole</a></p><h3>Causalities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Assessment</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/CausalityAdverseEventCS possibility}\">possibility</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:actuality [ fhir:v "actual"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/CategoryAdverseEventCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Adverse_Event" ]     ] )
  ] ) ; # 
  fhir:event [
    ( fhir:coding [
a sct:222008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "222008" ] ;
fhir:display [ fhir:v "Acute epiglottitis with obstruction" ]     ] ) ;
fhir:text [ fhir:v "Example of valorization : obstruction ... " ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient001" ]
  ] ; # 
  fhir:date [ fhir:v "2021-02-20T09:29:23.356+00:00"^^xsd:dateTime] ; # 
  fhir:detected [ fhir:v "2021-02-20T09:29:23.356+00:00"^^xsd:dateTime] ; # 
  fhir:severity [
    ( fhir:coding [
fhir:code [ fhir:v "mild" ]     ] )
  ] ; # 
  fhir:outcome [
    ( fhir:coding [
fhir:code [ fhir:v "ongoing" ]     ] )
  ] ; # 
  fhir:suspectEntity ( [
fhir:instance [
fhir:reference [ fhir:v "Medication/Aspirin001" ]     ] ;
    ( fhir:causality [
fhir:assessment [
        ( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/CausalityAdverseEventCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "possibility" ] ;
fhir:display [ fhir:v "possibility" ]         ] )       ]     ] )
  ] ) . #