Huli FHIR Core Implementation Guide (R5)
0.1.0 - Release Latin America and the Caribbean

Huli FHIR Core Implementation Guide (R5) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo: Cita consulta general - TTL Representation

Raw ttl | Download


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

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

 a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "019b3f7c-1a2b-7000-8000-000000006001"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-06-08T16:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://fhir.huli.ai/r5/StructureDefinition/huli-appointment"^^xsd:anyURI ;
fhir:l <https://fhir.huli.ai/r5/StructureDefinition/huli-appointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 019b3f7c-1a2b-7000-8000-000000006001</b></p><a name=\"019b3f7c-1a2b-7000-8000-000000006001\"> </a><a name=\"hc019b3f7c-1a2b-7000-8000-000000006001\"> </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\">Last updated: 2025-06-08 16:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-huli-appointment.html\">Huli Appointment</a></p></div><p><b>Huli Confirmation Status</b>: confirmed</p><p><b>status</b>: Booked</p><h3>ServiceTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.huli.ai/r5/CodeSystem/org-service 019b3f7c-1a2b-7000-8000-000000007001}\">019b3f7c-1a2b-7000-8000-000000007001</span></td></tr></table><p><b>appointmentType</b>: <span title=\"Codes:{http://snomed.info/sct 410620009}\">Well patient encounter (finding)</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">routine</span></p><p><b>description</b>: Consulta general de seguimiento</p><p><b>start</b>: 2025-06-10 09:00:00-0600</p><p><b>end</b>: 2025-06-10 09:30:00-0600</p><p><b>created</b>: 2025-06-01 10:00:00-0600</p><h3>PatientInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Favor de llegar 15 minutos antes de su cita con sus estudios de laboratorio.</span></td></tr></table><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-019b3f7c-1a2b-7000-8000-000000004001.html\">Maria Elena Rodriguez Hernandez</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner/019b3f7c-1a2b-7000-8000-000000003001\">Dra. Ana Sofia Martinez</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://fhir.huli.ai/r5/StructureDefinition/huli-confirmation-status"^^xsd:anyURI ;
fhir:l <https://fhir.huli.ai/r5/StructureDefinition/huli-confirmation-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "confirmed"     ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceType ( [
fhir:concept [
      ( fhir:coding [
fhir:system [
fhir:v "https://fhir.huli.ai/r5/CodeSystem/org-service"^^xsd:anyURI ;
fhir:l <https://fhir.huli.ai/r5/CodeSystem/org-service>         ] ;
fhir:code [ fhir:v "019b3f7c-1a2b-7000-8000-000000007001" ]       ] )     ]
  ] ) ; # 
  fhir:appointmentType [
    ( fhir:coding [
a sct:410620009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "410620009" ] ;
fhir:display [ fhir:v "Well patient encounter (finding)" ]     ] )
  ] ; # 
  fhir:priority [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActPriority>       ] ;
fhir:code [ fhir:v "R" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Consulta general de seguimiento"] ; # 
  fhir:start [ fhir:v "2025-06-10T09:00:00-06:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2025-06-10T09:30:00-06:00"^^xsd:dateTime] ; # 
  fhir:created [ fhir:v "2025-06-01T10:00:00-06:00"^^xsd:dateTime] ; # 
  fhir:patientInstruction ( [
fhir:concept [
fhir:text [ fhir:v "Favor de llegar 15 minutos antes de su cita con sus estudios de laboratorio." ]     ]
  ] ) ; # 
  fhir:participant ( [
fhir:actor [
fhir:l fhir:Patient/019b3f7c-1a2b-7000-8000-000000004001 ;
fhir:reference [ fhir:v "Patient/019b3f7c-1a2b-7000-8000-000000004001" ] ;
fhir:display [ fhir:v "Maria Elena Rodriguez Hernandez" ]     ] ;
fhir:required [ fhir:v true ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:l fhir:Practitioner/019b3f7c-1a2b-7000-8000-000000003001 ;
fhir:reference [ fhir:v "Practitioner/019b3f7c-1a2b-7000-8000-000000003001" ] ;
fhir:display [ fhir:v "Dra. Ana Sofia Martinez" ]     ] ;
fhir:required [ fhir:v true ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #