Tiempos de Espera Interoperable
0.2.3 - draft Chile flag

Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/tei/ and changes regularly. See the Directory of published versions

: Ejemplo de Plan de Cuidados - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/CarePlanAtencionEjemplo> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CarePlanAtencionEjemplo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/CarePlanAtenderLE" ;
       fhir:index 0 ;
       fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/CarePlanAtenderLE>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PlanDeCuidado CarePlanAtencionEjemplo</b></p><a name=\"CarePlanAtencionEjemplo\"> </a><a name=\"hcCarePlanAtencionEjemplo\"> </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-CarePlanAtenderLE.html\">CarePlan Atender LE</a></p></div><p><b>ExtBool Solicitud Examenes</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>description</b>: Se le dara un tratamiento de prednisona de 500 mg, 2 veces al día por por 1 mes. Pasado ese tiempo debe realizarse un examen de Ab Adrenal después de ver mejorias, se hara control cada mes</p><p><b>subject</b>: <a href=\"Patient-EjemploPatientLE.html\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-AtencionEjemplo.html\">Encounter: extension = true; identifier = 123; status = finished; class = Presencial (Modalidad Atencion Codigo#1); type = Nueva; period = 2024-02-22 08:00:00-0300 --&gt; 2024-02-22 08:30:00-0300</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-AbadrenalEjemplo.html\">ServiceRequest Ab adrenal: Suero : Punto temporal: Concentración arbitraria: Cuantitativo:</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"MedicationRequest-PrednisonaEjemplo.html\">MedicationRequest: status = draft; intent = order; medication[x] = ; note = 2 veces al día por 1 mes</a></p></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionSolicitudExamenes" ] ;
     fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.description [ fhir:value "Se le dara un tratamiento de prednisona de 500 mg, 2 veces al día por por 1 mes. Pasado ese tiempo debe realizarse un examen de Ab Adrenal después de ver mejorias, se hara control cada mes"] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/EjemploPatientLE> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploPatientLE" ]
  ] ;
  fhir:CarePlan.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/AtencionEjemplo> ;
     fhir:Reference.reference [ fhir:value "Encounter/AtencionEjemplo" ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index 0 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/ServiceRequest/AbadrenalEjemplo> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/AbadrenalEjemplo" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CarePlan.activity.reference [
       fhir:link <http://hl7.org/fhir/MedicationRequest/PrednisonaEjemplo> ;
       fhir:Reference.reference [ fhir:value "MedicationRequest/PrednisonaEjemplo" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/EjemploPatientLE> a fhir:Patient .

<http://hl7.org/fhir/Encounter/AtencionEjemplo> a fhir:Encounter .

<http://hl7.org/fhir/ServiceRequest/AbadrenalEjemplo> a fhir:ServiceRequest .

<http://hl7.org/fhir/MedicationRequest/PrednisonaEjemplo> a fhir:MedicationRequest .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/CarePlanAtencionEjemplo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CarePlan/CarePlanAtencionEjemplo.ttl> .