HL7 Europe Patient Summary
1.0.0-ci-build - ci-build 150

HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions

: AllergyIntolerance: Penicillin V - 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/AllergyIntolerance/d5cab1c1-382d-418c-a1b6-1c21408fcfe5> a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "d5cab1c1-382d-418c-a1b6-1c21408fcfe5"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/allergyIntolerance-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/allergyIntolerance-eu-core>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Penicillin V</td><td><span class=\"nb\">1978-10-26</span></td><td>active</td><td>medication</td><td/></tr></table></div>"
  ] ;
  fhir:AllergyIntolerance.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:AllergyIntolerance.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
  fhir:AllergyIntolerance.category [
     fhir:value "medication" ;
     fhir:index 0
  ] ;
  fhir:AllergyIntolerance.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:372725003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "372725003" ] ;
       fhir:Coding.display [ fhir:value "Penicillin V" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Penicillin V" ]
  ] ;
  fhir:AllergyIntolerance.patient [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ;
     fhir:Reference.display [ fhir:value "Petra Schwartz" ]
  ] ;
  fhir:AllergyIntolerance.onsetDateTime [ fhir:value "1978-10-26"^^xsd:date] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

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

<http://hl7.org/fhir/AllergyIntolerance/d5cab1c1-382d-418c-a1b6-1c21408fcfe5.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/AllergyIntolerance/d5cab1c1-382d-418c-a1b6-1c21408fcfe5.ttl> .