GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo de Documento - 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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjDocumento"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/Documento"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/Documento>     ] )
  ] ; # 
  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: Composition EjDocumento</b></p><a name=\"EjDocumento\"> </a><a name=\"hcEjDocumento\"> </a><a name=\"EjDocumento-es-CL\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>date</b>: 2024-05-20</p><p><b>author</b>: <a href=\"Practitioner-example-PrestadorIndividual.html\">Practitioner Pedro Gonzaléz </a></p><p><b>title</b>: Resumen Paciente</p><p><b>custodian</b>: <a href=\"Organization-example-Organizacion.html\">Organization: extension = Público,Establecimientos Hospitalarios,Nivel Terciario,Perteneciente al Sistema Nacional de Servicios de Salud; identifier = http://example.org/identifiers#7777777-7</a></p></div>"
  ] ; # 
  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:reference [ fhir:v "Patient/EjPacienteinline" ]
  ] ; # 
  fhir:date [ fhir:v "2024-05-20"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/example-PrestadorIndividual" ]
  ] ) ; # 
  fhir:title [ fhir:v "Resumen Paciente"] ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/example-Organizacion" ]
  ] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Alergías e intolerancias" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "07" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/EjAlergia" ]     ] )
  ] [
fhir:title [ fhir:v "Medicamentos" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "08" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "MedicationStatement/EjPlanMedicacion" ]     ] )
  ] [
fhir:title [ fhir:v "Vacunas e inmunizaciones" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "09" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Immunization/EjVacunas" ]     ] )
  ] [
fhir:title [ fhir:v "Dispositivos médicos" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Device/EjDispMedicos" ]     ] )
  ] ) . #