FHIR Core Implementation Guide (CO)
0.1.0 - STU1 Colombia flag

FHIR Core Implementation Guide (CO) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AllergyIntoleranceCO: Record of a coded environment allergy or intolerance - 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 "9b5c0ec6-f4d1-4961-bfba-b1a5005a38db"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/AllergyIntoleranceCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/AllergyIntoleranceCO>     ] )
  ] ; # 
  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 9b5c0ec6-f4d1-4961-bfba-b1a5005a38db</b></p><a name=\"9b5c0ec6-f4d1-4961-bfba-b1a5005a38db\"> </a><a name=\"hc9b5c0ec6-f4d1-4961-bfba-b1a5005a38db\"> </a><a name=\"9b5c0ec6-f4d1-4961-bfba-b1a5005a38db-es-CO\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Environment</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 300910009}\">alergia a polen</span></p><p><b>patient</b>: <a href=\"Patient-92a8e277-af20-4854-a3fb-02cbe9fb8d49.html\">Mónica Mora Female, DoB: 1995-04-05 ( Medical record number: HC-324283476 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-47b7e0b5-25cc-43d3-a3a8-ee34ff1687fe.html\">Encounter: identifier = http://co.fhir.guide/NamingSystem/Invoices#21a87645-0653-4ea1-8e11 (use: official, ),http://co.fhir.guide/NamingSystem/Encounters#ADT-4234889-98 (use: usual, ),http://co.fhir.guide/NamingSystem/EncounterAuthorization#AUT-42348768-BF-48 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = No aplica; serviceType = CONSULTA DE PRIMERA VEZ POR MEDICINA GENERAL; period = 2024-02-19 09:30:00-0500 --&gt; 2024-02-19 09:59:00-0500; reasonCode = Enfermedad general</a></p><p><b>recordedDate</b>: 2024-02-19 09:30:00-0500</p><p><b>recorder</b>: <a href=\"Practitioner-feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a.html\">Practitioner Gregorio José Casas Hernandez (official)</a></p><p><b>asserter</b>: <a href=\"Practitioner-feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a.html\">Practitioner Gregorio José Casas Hernandez (official)</a></p><p><b>lastOccurrence</b>: 2024-02-17 14:24:00-0500</p><p><b>note</b>: Cupidatat cillum culpa duis cillum nisi.</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 68235000}\">congestión nasal</span></td></tr></table></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "environment"] ) ; # 
  fhir:criticality [ fhir:v "low"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:300910009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "300910009" ] ;
fhir:display [ fhir:v "alergia a polen" ]     ] ) ;
fhir:text [ fhir:v "alergia a polen" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/92a8e277-af20-4854-a3fb-02cbe9fb8d49" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/47b7e0b5-25cc-43d3-a3a8-ee34ff1687fe" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2024-02-19T09:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a" ]
  ] ; # 
  fhir:lastOccurrence [ fhir:v "2024-02-17T14:24:00-05:00"^^xsd:dateTime] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Cupidatat cillum culpa duis cillum nisi." ]
  ] ) ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:68235000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68235000" ] ;
fhir:display [ fhir:v "congestión nasal" ]       ] ) ;
fhir:text [ fhir:v "congestión nasal" ]     ] )
  ] ) . #