CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions
: Allergy Grass Pollen - 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 "AllergyIntoleranceGrassPollen"] ; #
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 AllergyIntoleranceGrassPollen</b></p><a name=\"AllergyIntoleranceGrassPollen\"> </a><a name=\"hcAllergyIntoleranceGrassPollen\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>type</b>: Allergy</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 418689008}\">Allergie auf Gräser Pollen</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample.html\">Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample.html\">Encounter: extension = wedding ring,billfold,pickup by EMS,; identifier = Einsatznummer: S89898989; status = finished; class = emergency (ActCode#EMER); serviceType = primary mission; priority = with siren; period = 2016-12-10 --> (ongoing); reasonCode = emergency mission</a></p></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:type [ fhir:v "allergy"] ; #
fhir:code [
( fhir:coding [
a sct:418689008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418689008" ] ;
fhir:display [ fhir:v "Allergy to grass pollen (finding)" ] ] ) ;
fhir:text [ fhir:v "Allergie auf Gräser Pollen" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample" ]
] . #