Proyecto Listas de Espera MINSAL CHILE
0.1.3 - ci-build

Proyecto Listas de Espera MINSAL CHILE - Local Development build (v0.1.3). See the Directory of published versions

: CarePlan Evento de Atender - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploCarePlanLE"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/CarePlanAtenderLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/CarePlanAtenderLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"EjemploCarePlanLE\"> </a></p><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\">Resource CarePlan &quot;EjemploCarePlanLE&quot; </p><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>: test</p><p><b>subject</b>: <a href=\"Bundle-EjemploBundleInicio.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td>-</td><td><b>Kind</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Product[x]</b></td></tr><tr><td>*</td><td>MedicationRequest</td><td>farmacos <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#farmacos)</span></td><td>not-started</td><td>123323 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://minsal.cl/listaespera/StructureDefinition/ExtBoolSolicitudExamenes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:description [ fhir:v "test"] ; # 
  fhir:subject [
fhir:link <http://acme.com/ehr/fhir/Patient/EjemploPatient> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Patient/EjemploPatient" ]
  ] ; # 
  fhir:activity ( [
fhir:detail [
fhir:kind [ fhir:v "MedicationRequest" ] ;
fhir:code [
        ( fhir:coding [
a sct:farmacos ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "farmacos" ]         ] )       ] ;
fhir:status [ fhir:v "not-started" ] ;
fhir:product [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "123323" ]       ]     ]
  ] ) . #