EMA Scheduling Implementation Guide
0.1.0 - ci-build
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
| Draft as of 2026-03-09 |
@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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ema-appointment-status"] ; #
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: ConjuntoValores / ConjuntoDeValores ema-appointment-status</b></p><a name=\"ema-appointment-status\"> </a><a name=\"hcema-appointment-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html\"><code>http://hl7.org/fhir/appointmentstatus</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-proposed\">proposed</a></td><td>Proposed</td><td>None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-pending\">pending</a></td><td>Pending</td><td>Some or all of the participant(s) have not finalized their acceptance of the appointment request.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-booked\">booked</a></td><td>Booked</td><td>All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-arrived\">arrived</a></td><td>Arrived</td><td>The patient/patients has/have arrived and is/are waiting to be seen.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-fulfilled\">fulfilled</a></td><td>Fulfilled</td><td>The planning stages of the appointment are now complete, the encounter resource will exist and will track further status changes. Note that an encounter may exist before the appointment status is fulfilled for many reasons.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-cancelled\">cancelled</a></td><td>Cancelled</td><td>The appointment has been cancelled.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-noshow\">noshow</a></td><td>No Show</td><td>Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://emahealth.io/fhir/scheduling/ValueSet/ema-appointment-status"^^xsd:anyURI ;
fhir:l <https://emahealth.io/fhir/scheduling/ValueSet/ema-appointment-status>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "EmaAppointmentStatus"] ; #
fhir:title [ fhir:v "EMA Appointment Status"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-03-09T06:04:13+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "EMA Health SpA"] ; #
fhir:contact ( [
fhir:name [ fhir:v "EMA Health SpA" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://emahealth.io" ] ] )
] ) ; #
fhir:description [ fhir:v "Estados permitidos para una cita en EMA Clinic."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "CL" ] ;
fhir:display [ fhir:v "Chile" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/appointmentstatus"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/appointmentstatus> ] ;
( fhir:concept [
fhir:code [ fhir:v "proposed" ] ;
fhir:display [ fhir:v "Proposed" ] ] [
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "Pending" ] ] [
fhir:code [ fhir:v "booked" ] ;
fhir:display [ fhir:v "Booked" ] ] [
fhir:code [ fhir:v "arrived" ] ;
fhir:display [ fhir:v "Arrived" ] ] [
fhir:code [ fhir:v "fulfilled" ] ;
fhir:display [ fhir:v "Fulfilled" ] ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ] [
fhir:code [ fhir:v "noshow" ] ;
fhir:display [ fhir:v "No Show" ] ] ) ] )
] . #
IG © 2026+ EMA Health SpA. Package ema.fhir.cl.scheduling#0.1.0 based on FHIR 4.0.1. Generated 2026-03-09
Links: Table of Contents |
QA Report