Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia, published by MSP Colombia. This guide is not an authorized publication; it is the continuous build for version 0.4.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/IG-ihce-co/ and changes regularly. See the Directory of published versions

: ConditionColombia - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ConditionColombia"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/ConditionCo"^^xsd:anyURI ;
fhir:link <https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/ConditionCo>     ] )
  ] ; # 
  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: Condition ConditionColombia</b></p><a name=\"ConditionColombia\"> </a><a name=\"hcConditionColombia\"> </a><a name=\"hcConditionColombia-es-CO\"> </a><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E10.4}\">Diabetes Tipo 1, con complicaciones neurologicas</span></p><p><b>subject</b>: <a href=\"Patient-PacienteColombiano.html\">Miguel Angel López  Male, DoB: 1974-12-25 ( Cédula ciudadanía: 12345)</a></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E10.4" ] ;
fhir:display [ fhir:v "Type 1 diabetes mellitus : With neurological complications" ]     ] ) ;
fhir:text [ fhir:v "Diabetes Tipo 1, con complicaciones neurologicas" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteColombiano" ]
  ] . #