@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/img/AdverseEvent/0bd84e75-9c5e-406b-90a8-e39a615e9cf6> a fhir:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "0bd84e75-9c5e-406b-90a8-e39a615e9cf6"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.cz/fhir/img/StructureDefinition/cz-adverseEvent"^^xsd:anyURI ;
       fhir:l <https://hl7.cz/fhir/img/StructureDefinition/cz-adverseEvent>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "additional" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Lokální zčervenání pokožky po podání Fludeoxythymidinu</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:actuality [ fhir:v "actual"] ; # 
  fhir:event [
     fhir:coding ( [
       a sct:863892004 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/11000279109" ] ;
       fhir:code [ fhir:v "863892004" ] ;
       fhir:display [ fhir:v "Application site erythema" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da> ;
     fhir:reference [ fhir:v "urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da" ]
  ] ; # 
  fhir:detected [ fhir:v "2022-10-07T08:30:00+01:00"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

