Food Allergies FHIR Implementation Guide, published by fnovillo. This guide is not an authorized publication; it is the continuous build for version 0.1.0-test built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/novillof/foodAllergy and changes regularly. See the Directory of published versions
: null - 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 "MyPeanutAllergy"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.com/fhir/example/StructureDefinition/FoodAllergy"^^xsd:anyURI ;
fhir:link <http://example.com/fhir/example/StructureDefinition/FoodAllergy> ] )
] ; #
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 MyPeanutAllergy</b></p><a name=\"MyPeanutAllergy\"> </a><a name=\"hcMyPeanutAllergy\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FoodAllergy.html\">Food Allergy</a></p></div><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>code</b>: <span title=\"Codes:{http://snomed.info/sct 91935009}\">Allergy to peanut</span></p><p><b>patient</b>: Paul Peters (Identifier: 8936584955)</p><p><b>recordedDate</b>: 2021-07-28</p><p><b>recorder</b>: Daniel Davis (Identifier: 8936584955)</p><p><b>asserter</b>: Paul Peters (Identifier: 8936584955)</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:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unconfirmed" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:91935009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91935009" ] ;
fhir:display [ fhir:v "Allergy to peanut" ] ] )
] ; #
fhir:patient [
fhir:identifier [
fhir:value [ fhir:v "8936584955" ] ] ;
fhir:display [ fhir:v "Paul Peters" ]
] ; #
fhir:recordedDate [ fhir:v "2021-07-28"^^xsd:date] ; #
fhir:recorder [
fhir:identifier [
fhir:value [ fhir:v "8936584955" ] ] ;
fhir:display [ fhir:v "Daniel Davis" ]
] ; #
fhir:asserter [
fhir:identifier [
fhir:value [ fhir:v "8936584955" ] ] ;
fhir:display [ fhir:v "Paul Peters" ]
] . #