@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CompositionEjemploPe"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-05-13T18:23:44.162Z"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/CompositionPe"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition CompositionEjemploPe

version: 1; Last updated: 2023-05-13 18:23:44+0000

Profile: Documento Clinico Perú

status: Final

type: Patient Summary Document

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

author: Practitioner Laura Victoria Hernandez

title: Resumen de Paciente IPS - Perú

custodian: Organization AYCHUYO

" ] ; # 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/PacientePeruMinimo" ] ] ; # fhir:date [ fhir:v "2023-03-05T18:30:00+01:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/ProfesionalPeru" ] ] ) ; # fhir:title [ fhir:v "Resumen de Paciente IPS - Perú"] ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/OrganizacionEstablecimientoEjemplo" ] ] ; # 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/ConditionEjemploPeru" ] ] ) ] [ 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/MedicationStatementEjemploPeru" ] ] ) ] [ 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/AlergiaPeruMedicamento" ] ] ) ] ) . # # -------------------------------------------------------------------------------------