<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Appointment Type - TTL Representation

Page standards status: External Maturity Level: 0

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AppointmentTypeVS"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Appointment reason codes</p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Comment</b></td><td><b>Version</b></td></tr><tr><td>CHECKUP<a name=\"CHECKUP\"/></td><td>A routine check-up, such as an annual physical</td><td/><td>added v2.3</td></tr><tr><td>EMERGENCY<a name=\"EMERGENCY\"/></td><td>Emergency appointment</td><td/><td>added v2.3</td></tr><tr><td>FOLLOWUP<a name=\"FOLLOWUP\"/></td><td>A follow up visit from a previous appointment</td><td/><td>added v2.3</td></tr><tr><td>ROUTINE<a name=\"ROUTINE\"/></td><td>Routine appointment - default if not valued</td><td/><td>added v2.3</td></tr><tr><td>WALKIN<a name=\"WALKIN\"/></td><td>A previously unscheduled walk-in visit</td><td/><td>added v2.3</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "external" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0"^^xsd:integer ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
  ] ) ; # 
  fhir:url [ fhir:v "https://fhir.medicaia.ar/ValueSet/AppointmentTypeVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.3"] ; # 
  fhir:name [ fhir:v "AppointmentTypeVS"] ; # 
  fhir:title [ fhir:v "Appointment Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
<<<<<<< HEAD
  fhir:date [ fhir:v "2024-10-07T15:12:06-03:00"^^xsd:dateTime] ; # 
=======
  fhir:date [ fhir:v "2024-10-17T15:16:06-03:00"^^xsd:dateTime] ; # 
>>>>>>> med01
  fhir:publisher [ fhir:v "Zentricx"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Zentricx" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://zentricx.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "FHIR Value set/code system definition for HL7 v2 table 0276 ( Appointment Reason Codes)"] ; # 
  fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/AppointmentTypeCS"^^xsd:anyURI ]     ] )
  ] . #