GI Resumen IPS FALP, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions
: Ejemplo alergías - 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 "EjAlergia"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/AlergiasFalp"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/AlergiasFalp> ] )
] ; #
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 EjAlergia</b></p><a name=\"EjAlergia\"> </a><a name=\"hcEjAlergia\"> </a><a name=\"EjAlergia-es-CL\"> </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 confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1557002}\">Talc</span></p><p><b>patient</b>: <a href=\"Patient-EjPacienteinline.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>onset</b>: 2024-08-02</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 39579001}\">Anaphylactic reaction</span></td></tr></table></div>"
] ; #
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 "confirmed" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:1557002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1557002" ] ;
fhir:display [ fhir:v "Talc" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/EjPacienteinline" ]
] ; #
fhir:onset [ fhir:v "2024-08-02"^^xsd:date] ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
a sct:39579001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39579001" ] ;
fhir:display [ fhir:v "Anaphylactic reaction" ] ] ) ] )
] ) . #