Publication Build: This will be filled in by the publication tooling
: IPA AllergyIntolerance Example - 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 "AllIntExample1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-allergyintolerance"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-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 AllIntExample1</b></p><a name=\"AllIntExample1\"> </a><a name=\"hcAllIntExample1\"> </a><a name=\"AllIntExample1-en-US\"> </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-ipa-allergyintolerance.html\">IPA-AllergyIntolerance</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 confirmed}\">Confirmed</span></p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 833082}, {http://fdasis.nlm.nih.gov 4SV59689SK}\">SMALLPOX VACCINE</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample1.html\">Lufhir, Meiko</a></p><p><b>recordedDate</b>: 2019-04-19</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:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ] ] )
] ; #
fhir:category ( [ fhir:v "medication"] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "833082" ] ;
fhir:display [ fhir:v "smallpox (vaccinia) vaccine, live Injectable Solution" ] ] [
fhir:system [ fhir:v "http://fdasis.nlm.nih.gov"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4SV59689SK" ] ] ) ;
fhir:text [ fhir:v "SMALLPOX VACCINE" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample1" ] ;
fhir:display [ fhir:v "Lufhir, Meiko" ]
] ; #
fhir:recordedDate [ fhir:v "2019-04-19"^^xsd:date] . #