@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CompositionColombia"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/CompositionCo"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition

Resource Composition "CompositionColombia"

Profile: Documento Co

status: final

type: Patient Summary Document (LOINC#60591-5)

date: 2022-03-05 18:30:00+0100

author: Practitioner/ProfesionalColombia

title: Resumen de Paciente Colombia

custodian: Organization/OrganizacionRegionEjemplo "DIRECCION DEPARTAMENTAL DE CUNDINAMARCA"

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ a loinc:60591-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "60591-5" ] ; fhir:display [ fhir:v "Patient Summary Document" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/PacienteColombiano" ] ] ; # fhir:date [ fhir:v "2022-03-05T18:30:00+01:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/ProfesionalColombia" ] ] ) ; # fhir:title [ fhir:v "Resumen de Paciente Colombia"] ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/OrganizacionRegionEjemplo" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "Condiciones del Paciente" ] ; fhir:code [ fhir:coding ( [ a loinc:11450-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11450-4" ] ; fhir:display [ fhir:v "Problem list Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
CONDICIONES
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Condition/ConditionColombia" ] ] ) ] [ fhir:title [ fhir:v "Medicamentos" ] ; fhir:code [ fhir:coding ( [ a loinc:10160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10160-0" ] ; fhir:display [ fhir:v "Hx of Medication use" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
MEDICAMENTOS
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "MedicationStatement/MedicationStatementColombia" ] ] ) ] [ fhir:title [ fhir:v "Alergias" ] ; fhir:code [ fhir:coding ( [ a loinc:48765-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "48765-2" ] ; fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
ALERGIAS
" ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "AllergyIntolerance/AlergiaColombia" ] ] ) ] ) . # # -------------------------------------------------------------------------------------