MyHealth@Eu Vaccination
10.0.0-preview - qa-preview 150

MyHealth@Eu Vaccination - Downloaded Version 10.0.0-preview See the Directory of published versions

: Observation – Adverse Reaction Detail (EUVAC) - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/obs-adverse-euvac> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "obs-adverse-euvac"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:281647001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "281647001" ] ;
       fhir:Coding.display [ fhir:value "Adverse reaction (disorder)" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Mild local reaction at injection site" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-vachist-euvac> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-vachist-euvac" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-10-11"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/prac-vachist-euvac> ;
     fhir:Reference.reference [ fhir:value "Practitioner/prac-vachist-euvac" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Mild redness and swelling at injection site, resolved within 48 hours without intervention."] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "ICD-10: T88.1 – Other adverse effects of vaccination" ]
  ] .

<http://hl7.org/fhir/Patient/patient-vachist-euvac> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/prac-vachist-euvac> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/obs-adverse-euvac.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/obs-adverse-euvac.ttl> .