Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. 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/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions
: Alergias - Ejemplo - 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 "Alergias-Emb-Ejemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Alergias-embarazo-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Alergias-embarazo-cl-ips> ] )
] ; #
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 Alergias-Emb-Ejemplo</b></p><a name=\"Alergias-Emb-Ejemplo\"> </a><a name=\"hcAlergias-Emb-Ejemplo\"> </a><a name=\"Alergias-Emb-Ejemplo-es-CL\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Activo</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmado</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3829006}\">Hierro</span></p><p><b>patient</b>: <a href=\"Patient-Paciente-Emb-Ejemplo.html\">Susy Female, DoB: 1995-05-01 ( Chile: 14.241.432-8 (use: official, ))</a></p><p><b>onset</b>: 15 años<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codea = 'a')</span></p><p><b>recorder</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><p><b>note</b>: ### NOTA:\nEl cuadro clínico que suele presentar la paciente ante la exposición a Hierro es **intenso picor en manos y cuero cabelludo.**\nAdemás, presenta **taquitardia y dificultad respiratoria.**</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}\">Anafilaxia</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:display [ fhir:v "Active" ] ] ) ;
fhir:text [ fhir:v "Activo" ]
] ; #
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:text [ fhir:v "Confirmado" ]
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:3829006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3829006" ] ;
fhir:display [ fhir:v "Iron" ] ] ) ;
fhir:text [ fhir:v "Hierro" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Paciente-Emb-Ejemplo" ]
] ; #
fhir:onset [
a fhir:Age ;
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "años" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ; #
fhir:recorder [
fhir:reference [ fhir:v "Practitioner/Prestador-Emb-Ejemplo" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "### NOTA:\nEl cuadro clínico que suele presentar la paciente ante la exposición a Hierro es **intenso picor en manos y cuero cabelludo.**\nAdemás, presenta **taquitardia y dificultad respiratoria.**" ]
] ) ; #
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 "Anaphylaxis" ] ] ) ;
fhir:text [ fhir:v "Anafilaxia" ] ] )
] ) . #