@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<http://fhir.org/guides/onc/us-quality-core/AdverseEvent/example> a fhir:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-adverseevent"^^xsd:anyURI ;
       fhir:l <http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-adverseevent>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-adverseevent.html\">US Quality Core AdverseEvent</a></p></div><p><b>identifier</b>: 49476534</p><p><b>actuality</b>: Adverse Event</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-category product-use-error}\">Product Use Error</span></p><p><b>event</b>: <span title=\"Codes:{http://snomed.info/sct 725119006}\">Generalized rash (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Jim Chalmers  Male, DoB: 1974-12-25 ( Social Security number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>date</b>: 2017-01-29 12:34:56+0000</p><p><b>detected</b>: 2017-01-29 12:34:56+0000</p><p><b>recordedDate</b>: 2017-01-29 13:10:00+0000</p><p><b>seriousness</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-seriousness non-serious}\">Non-serious</span></p><p><b>recorder</b>: <a href=\"Practitioner-example.html\">Practitioner Adam Careful </a></p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"Medication-example.html\">alemtuzumab 10 MG/ML [Lemtrada]</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:{http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess possible}\">Possible</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier [
     fhir:value [ fhir:v "49476534" ]
  ] ; # 
  fhir:actuality [ fhir:v "actual"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/adverse-event-category>
       ] ;
       fhir:version [ fhir:v "4.0.1" ] ;
       fhir:code [ fhir:v "product-use-error" ] ;
       fhir:display [ fhir:v "Product Use Error" ]
     ] )
  ] ) ; # 
  fhir:event [
     fhir:coding ( [
       a sct:725119006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "725119006" ] ;
       fhir:display [ fhir:v "Generalized rash (disorder)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.org/guides/onc/us-quality-core/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:date [ fhir:v "2017-01-29T12:34:56+00:00"^^xsd:dateTime] ; # 
  fhir:detected [ fhir:v "2017-01-29T12:34:56+00:00"^^xsd:dateTime] ; # 
  fhir:recordedDate [ fhir:v "2017-01-29T13:10:00+00:00"^^xsd:dateTime] ; # 
  fhir:seriousness [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/adverse-event-seriousness>
       ] ;
       fhir:code [ fhir:v "non-serious" ] ;
       fhir:display [ fhir:v "Non-serious" ]
     ] )
  ] ; # 
  fhir:recorder [
     fhir:l <http://fhir.org/guides/onc/us-quality-core/Practitioner/example> ;
     fhir:reference [ fhir:v "Practitioner/example" ]
  ] ; # 
  fhir:suspectEntity ( [
     fhir:instance [
       fhir:l <http://fhir.org/guides/onc/us-quality-core/Medication/example> ;
       fhir:reference [ fhir:v "Medication/example" ] ;
       fhir:display [ fhir:v "alemtuzumab 10 MG/ML [Lemtrada]" ]
     ] ;
     fhir:causality ( [
       fhir:assessment [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess>
           ] ;
           fhir:code [ fhir:v "possible" ] ;
           fhir:display [ fhir:v "Possible" ]
         ] )
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

