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

: Appointment Evento de Inicio - 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 -------------------------------------------------------------------

 a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploAppointment"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/AppointmentInicioLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/AppointmentInicioLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"EjemploAppointment\"> </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 Appointment &quot;EjemploAppointment&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AppointmentInicioLE.html\">Appointment Inicio LE</a></p></div><p><b>identifier</b>: id: 21</p><p><b>status</b>: fulfilled</p><p><b>start</b>: Jan 22, 2023, 6:00:00 AM</p><p><b>end</b>: Jan 22, 2023, 6:05:00 AM</p><p><b>basedOn</b>: <a href=\"Bundle-EjemploBundleInicio.html#http-//acme.com/ehr/fhir/ServiceRequest/serv1\">http://acme.com/ehr/fhir/ServiceRequest/serv1</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td>*</td><td><a href=\"Bundle-EjemploBundleInicio.html#http-//acme.com/ehr/fhir/Practitioner/pra1\">http://acme.com/ehr/fhir/Practitioner/pra1</a></td><td>accepted</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "21" ]
  ] ) ; # 
  fhir:status [ fhir:v "fulfilled"] ; # 
  fhir:start [ fhir:v "2023-01-22T09:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-01-22T09:05:00Z"^^xsd:dateTime] ; # 
  fhir:basedOn ( [
fhir:link <http://acme.com/ehr/fhir/ServiceRequest/serv1> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/serv1" ]
  ] ) ; # 
  fhir:participant ( [
fhir:actor [
fhir:link <http://acme.com/ehr/fhir/Practitioner/pra1> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Practitioner/pra1" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #