AU Base Implementation Guide
4.2.2-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: AllergyIntolerance - self-reported allergy to eggs - TTL Representation

Page standards status: Informative

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

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance>     ] )
  ] ; # 
  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 example1</b></p><a name=\"example1\"> </a><a name=\"hcexample1\"> </a><a name=\"hcexample1-en-AU\"> </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 unconfirmed}\">Unconfirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 213020009}\">Allergy to egg protein</span></p><p><b>patient</b>: <a href=\"Patient-example2.html\">Sally Grant</a></p><p><b>onset</b>: No display for Age <ul><li>value: 4</li><li>unit: year</li><li>system: http://unitsofmeasure.org</li><li>code: a</li></ul></p><p><b>recordedDate</b>: 2018-03-07</p><p><b>asserter</b>: <a href=\"Patient-example2.html\">Sally Grant</a></p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 247472004}\">Hives</span>, <span title=\"Codes:{http://snomed.info/sct 422587007}\">Nausea</span>, <span title=\"Codes:{http://snomed.info/sct 422400008}\">Vomiting</span></p></blockquote></div>"
  ] ; # 
  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 "unconfirmed" ] ;
fhir:display [ fhir:v "Unconfirmed" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "food"] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:213020009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "213020009" ] ;
fhir:display [ fhir:v "Allergy to egg protein" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example2" ] ;
fhir:display [ fhir:v "Sally Grant" ]
  ] ; # 
  fhir:onset [
a fhir:Age ;
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "year" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2018-03-07"^^xsd:date] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Patient/example2" ] ;
fhir:display [ fhir:v "Sally Grant" ]
  ] ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:247472004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "247472004" ] ;
fhir:display [ fhir:v "Hives" ]       ] )     ] [
      ( fhir:coding [
a sct:422587007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "422587007" ] ;
fhir:display [ fhir:v "Nausea" ]       ] )     ] [
      ( fhir:coding [
a sct:422400008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "422400008" ] ;
fhir:display [ fhir:v "Vomiting" ]       ] )     ] )
  ] ) . #