Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build International flag

Guía de Implementación Vigilancia ESAVI, published by CENS. 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/cens-chile/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions

: Ejemplo de Composición - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "EjemploComposition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/CompositionOPSEsavi"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/ops-esavi/StructureDefinition/CompositionOPSEsavi>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition EjemploComposition</b></p><a name=\"EjemploComposition\"> </a><a name=\"hcEjemploComposition\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CompositionOPSEsavi.html\">Composotion Esavi</a></p></div><p><b>Pais</b>: <span title=\"Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS CHL}\">Chile</span></p><p><b>identifier</b>: <code>http://acme.com/fhir/Composition/EjemploComposition</code>/Composition1289741</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11503-0}\">Medical records</span></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEncounter.html\">Encounter: status = finished; class = AMB (AMB); period = (?) --&gt; 2024-11-02 13:33:52+0000</a></p><p><b>date</b>: 2024-12-01 10:00:00+0000</p><p><b>author</b>: <a href=\"PractitionerRole-EjemploPRole.html\">PractitionerRole Médico</a></p><p><b>title</b>: Notificación de caso ESAVI</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-pais"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CHL" ]       ] )     ]
  ] ) ; # 
  fhir:identifier [
fhir:system [ fhir:v "http://acme.com/fhir/Composition/EjemploComposition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Composition1289741" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:11503-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11503-0" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/EjemploPatient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/EjemploEncounter" ]
  ] ; # 
  fhir:date [ fhir:v "2024-12-01T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/EjemploPRole" ]
  ] ) ; # 
  fhir:title [ fhir:v "Notificación de caso ESAVI"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "QuestionnaireResponse" ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "QuestionnaireResponse/EjemploESAVIQuestionnaireResponse" ]     ] )
  ] ) . #