EMA Scheduling Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Cita María Fernández con Dr. Muñoz - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EjemploEmaAppointment"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://emahealth.io/fhir/scheduling/StructureDefinition/ema-appointment"^^xsd:anyURI ;
fhir:l <https://emahealth.io/fhir/scheduling/StructureDefinition/ema-appointment> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Cita EjemploEmaAppointment</b></p><a name=\"EjemploEmaAppointment\"> </a><a name=\"hcEjemploEmaAppointment\"> </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-ema-appointment.html\">EMA Appointment</a></p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}\">General Practice</span></p><p><b>description</b>: Control medicina general</p><p><b>start</b>: 2026-03-15 09:00:00-0300</p><p><b>end</b>: 2026-03-15 09:30:00-0300</p><p><b>slot</b>: <a href=\"Slot-EjemploEmaSlot.html\">Slot: status = free; start = 2026-03-15 09:00:00-0300; end = 2026-03-15 09:30:00-0300</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/ejemplo-patient\">María Fernández</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole/ejemplo-practitioner-role\">Dr. Carlos Muñoz</a></p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "booked"] ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/service-type> ] ;
fhir:code [ fhir:v "124" ] ;
fhir:display [ fhir:v "General Practice" ] ] )
] ) ; #
fhir:description [ fhir:v "Control medicina general"] ; #
fhir:start [ fhir:v "2026-03-15T09:00:00-03:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2026-03-15T09:30:00-03:00"^^xsd:dateTime] ; #
fhir:slot ( [
fhir:l fhir:Slot/EjemploEmaSlot ;
fhir:reference [ fhir:v "Slot/EjemploEmaSlot" ]
] ) ; #
fhir:participant ( [
fhir:actor [
fhir:l fhir:Patient/ejemplo-patient ;
fhir:reference [ fhir:v "Patient/ejemplo-patient" ] ;
fhir:display [ fhir:v "María Fernández" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:l fhir:PractitionerRole/ejemplo-practitioner-role ;
fhir:reference [ fhir:v "PractitionerRole/ejemplo-practitioner-role" ] ;
fhir:display [ fhir:v "Dr. Carlos Muñoz" ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #