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

: DocumentReferenceColombia - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DocumentReferenceColombia"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/DocumentReferenceCo"^^xsd:anyURI ;
fhir:link <https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/DocumentReferenceCo>     ] )
  ] ; # 
  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: DocumentReference DocumentReferenceColombia</b></p><a name=\"DocumentReferenceColombia\"> </a><a name=\"hcDocumentReferenceColombia\"> </a><a name=\"hcDocumentReferenceColombia-es-CO\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>subject</b>: <a href=\"Patient-PacienteColombianoMinimo.html\">Luis Alberto Sanchez  Male, DoB: 1974-12-25 ( Cédula ciudadanía: 98765)</a></p><p><b>date</b>: 2022-03-03 10:30:00+0000</p><p><b>author</b>: <a href=\"Organization-OrganizacionPrestadorEjemplo.html\">Organization Hospital de Colombia</a></p><p><b>custodian</b>: <a href=\"Organization-OrganizacionRegionEjemplo.html\">Organization DIRECCION DEPARTAMENTAL DE CUNDINAMARCA</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"Composition-CompositionColombia.html\">Composition Resumen de Paciente Colombia</a></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:60591-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "60591-5" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteColombianoMinimo" ]
  ] ; # 
  fhir:date [ fhir:v "2022-03-03T10:30:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/OrganizacionPrestadorEjemplo" ]
  ] ) ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/OrganizacionRegionEjemplo" ]
  ] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/fhir+json" ] ;
fhir:url [ fhir:v "Composition/CompositionColombia"^^xsd:anyURI ]     ]
  ] ) . #