HL7 Czech Base and Core Implementation Guide
0.3.0-ballot - ci-build Czechia flag

HL7 Czech Base and Core Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions

: Allergy to penicilin - 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 "AllergyToPenicilin"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyToPenicilin</b></p><a name=\"AllergyToPenicilin\"> </a><a name=\"hcAllergyToPenicilin\"> </a><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>category</b>: Biologic</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs J01CA}\">PENICILINY SE ŠIROKÝM SPEKTREM</span></p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena</a></p><blockquote><p><b>reaction</b></p><p><b>AllergyIntolerance Certainty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reaction-event-certainty confirmed}\">Confirmed</span></p><p><b>AllergyIntolerance ExposureDescription</b>: Oral route</p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 3145006}\">Penicillic acid</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 267038008}\">Edema (finding)</span></p><p><b>severity</b>: Mild</p></blockquote></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:display [ 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:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "biologic"] ) ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01CA" ] ;
fhir:display [ fhir:v "PENICILINY SE ŠIROKÝM SPEKTREM" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/Mracena" ] ;
fhir:display [ fhir:v "Mračena" ]
  ] ; # 
  fhir:reaction ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/reaction-event-certainty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]         ] )       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Oral route"       ]     ] ) ;
fhir:substance [
      ( fhir:coding [
a sct:3145006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3145006" ] ;
fhir:display [ fhir:v "Penicillic acid" ]       ] )     ] ;
    ( fhir:manifestation [
      ( fhir:coding [
a sct:267038008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "267038008" ] ;
fhir:display [ fhir:v "Edema (finding)" ]       ] )     ] ) ;
fhir:severity [ fhir:v "mild" ]
  ] ) . #