teleassistenza
0.2.0 - trial-use

teleassistenza - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EsempioAllergyIntoleranceTeleassistenza - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1360bd6a-3855-48d3-aa33-96a9d961bb94"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/teleassistenza/StructureDefinition/AllergyIntoleranceTeleassistenza"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/teleassistenza/StructureDefinition/AllergyIntoleranceTeleassistenza>     ] )
  ] ; # 
  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: AllergyIntolerance 1360bd6a-3855-48d3-aa33-96a9d961bb94</b></p><a name=\"1360bd6a-3855-48d3-aa33-96a9d961bb94\"> </a><a name=\"hc1360bd6a-3855-48d3-aa33-96a9d961bb94\"> </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-AllergyIntoleranceTeleassistenza.html\">AllergyIntolerance teleassistenza</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91936005}\">Allergia alla penicillina</span></p><p><b>patient</b>: <a href=\"Patient-patient-mrossi.html\">Maria Rossi  Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</a></p><p><b>recordedDate</b>: 2025-10-02 10:30:00+0100</p><p><b>recorder</b>: <a href=\"Practitioner-pract-bianchi.html\">Dr. Bianchi (Telemedicina)</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 271807003}\">Eruzione cutanea</span></td><td>Severe</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:91936005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91936005" ] ;
fhir:display [ fhir:v "Allergy to penicillin" ]     ] ) ;
fhir:text [ fhir:v "Allergia alla penicillina" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient-mrossi" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2025-10-02T10:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/pract-bianchi" ] ;
fhir:display [ fhir:v "Dr. Bianchi (Telemedicina)" ]
  ] ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:271807003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271807003" ] ;
fhir:display [ fhir:v "Rash" ]       ] ) ;
fhir:text [ fhir:v "Eruzione cutanea" ]     ] ) ;
fhir:severity [ fhir:v "severe" ]
  ] ) . #