TEHIK FHIR IG Allergy
0.1.0 - draft Estonia flag

TEHIK FHIR IG Allergy, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-allergy/ and changes regularly. See the Directory of published versions

: Example Allergy - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  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 example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><p><b>Allergy probability</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/valu-esinemise-sagedus 02}\">Esines 1-2 päeva vältel viimase 3 päeva jooksul</span></p><p><b>code</b>: <span title=\"Codes:\">allergeen</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">John Doe  Male, DoB: 1980-01-01</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.ee/allergy/StructureDefinition/ee-allergy-probability-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/valu-esinemise-sagedus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Esines 1-2 päeva vältel viimase 3 päeva jooksul" ]       ] )     ]
  ] ) ; # 
  fhir:code [
fhir:text [ fhir:v "allergeen" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example" ]
  ] . #