@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.ehdsi.eu/euvac/Observation/obs-adverse-euvac> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obs-adverse-euvac"] ; # 
  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: Observation obs-adverse-euvac</b></p><a name=\"obs-adverse-euvac\"> </a><a name=\"hcobs-adverse-euvac\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 281647001}\">Mild local reaction at injection site</span></p><p><b>subject</b>: <a href=\"Patient-patient-vachist-euvac.html\">John Smith  Male, DoB: 1985-03-15 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#BE-SMTJHN-19850315)</a></p><p><b>effective</b>: 2024-10-11</p><p><b>performer</b>: <a href=\"Practitioner-prac-vachist-euvac.html\">Practitioner Alice Johnson </a></p><p><b>value</b>: Mild redness and swelling at injection site, resolved within 48 hours without intervention.</p><p><b>note</b>: </p><blockquote><div><p>ICD-10: T88.1 – Other adverse effects of vaccination</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:281647001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "281647001" ] ;
       fhir:display [ fhir:v "Adverse reaction (disorder)" ]
     ] ) ;
     fhir:text [ fhir:v "Mild local reaction at injection site" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.ehdsi.eu/euvac/Patient/patient-vachist-euvac> ;
     fhir:reference [ fhir:v "Patient/patient-vachist-euvac" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2024-10-11"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <http://fhir.ehdsi.eu/euvac/Practitioner/prac-vachist-euvac> ;
     fhir:reference [ fhir:v "Practitioner/prac-vachist-euvac" ]
  ] ) ; # 
  fhir:value [
     a fhir:String ;
     fhir:v "Mild redness and swelling at injection site, resolved within 48 hours without intervention."
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "ICD-10: T88.1 – Other adverse effects of vaccination" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

