MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: AllergyIntoleranceExample001 - TTL Representation
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 "AllergyIntoleranceExample001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/AllergyIntoleranceMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/AllergyIntoleranceMED> ] )
] ; #
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 AllergyIntoleranceExample001</b></p><a name=\"AllergyIntoleranceExample001\"> </a><a name=\"hcAllergyIntoleranceExample001\"> </a><a name=\"AllergyIntoleranceExample001-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 227493005}\">Cashew nuts</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample001.html\">Encounter: extension = No display for Extension ; identifier = http://www.acme.com/identifiers/EJEMPLO#v2222; status = finished; class = ambulatory (Encounter Class#AMB); period = 2023-11-29 00:00:00+0000 --> (ongoing); reasonCode = Acute bronchiolitis with obstruction</a></p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample001.html\">Practitioner Dr. Rene Favaloro</a></p><p><b>note</b>: The criticality is high becasue of the observed anaphylactic reaction when challenged with cashew extract.</p></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:code [
( fhir:coding [
a sct:227493005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "227493005" ] ;
fhir:display [ fhir:v "Cashew nuts" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample001" ]
] ; #
fhir:recorder [
fhir:reference [ fhir:v "Practitioner/PractitionerExample001" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "The criticality is high becasue of the observed anaphylactic reaction when challenged with cashew extract." ]
] ) . #