<<<<<<< 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AppointmentTypeCS"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AppointmentTypeCS</b></p><a name=\"AppointmentTypeCS\"> </a><a name=\"hcAppointmentTypeCS\"> </a><a name=\"AppointmentTypeCS-en-US\"> </a><p>This case-sensitive code system <code>https://fhir.medicaia.ar/CodeSystem/AppointmentTypeCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">CHECKUP<a name=\"AppointmentTypeCS-CHECKUP\"> </a></td><td>A routine check-up, such as an annual physical</td></tr><tr><td style=\"white-space:nowrap\">EMERGENCY<a name=\"AppointmentTypeCS-EMERGENCY\"> </a></td><td>Emergency appointment</td></tr><tr><td style=\"white-space:nowrap\">FOLLOWUP<a name=\"AppointmentTypeCS-FOLLOWUP\"> </a></td><td>A follow up visit from a previous appointment</td></tr><tr><td style=\"white-space:nowrap\">ROUTINE<a name=\"AppointmentTypeCS-ROUTINE\"> </a></td><td>Routine appointment - default if not valued</td></tr><tr><td style=\"white-space:nowrap\">WALKIN<a name=\"AppointmentTypeCS-WALKIN\"> </a></td><td>A previously unscheduled walk-in visit</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/CodeSystem/AppointmentTypeCS"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.18.169" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.3"] ; # 
  fhir:name [ fhir:v "AppointmentTypeCS"] ; # 
  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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "https://fhir.medicaia.ar/ValueSet/AppointmentTypeVS"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/ValueSet/AppointmentTypeVS>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "CHECKUP" ] ;
fhir:display [ fhir:v "A routine check-up, such as an annual physical" ]
  ] [
fhir:code [ fhir:v "EMERGENCY" ] ;
fhir:display [ fhir:v "Emergency appointment" ]
  ] [
fhir:code [ fhir:v "FOLLOWUP" ] ;
fhir:display [ fhir:v "A follow up visit from a previous appointment" ]
  ] [
fhir:code [ fhir:v "ROUTINE" ] ;
fhir:display [ fhir:v "Routine appointment - default if not valued" ]
  ] [
fhir:code [ fhir:v "WALKIN" ] ;
fhir:display [ fhir:v "A previously unscheduled walk-in visit" ]
  ] ) . #