0.1.0 - ci-build

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

: DARC and DART Reasons - TTL Representation

Draft as of 2024-08-15

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 "DARCandDARTReasons"] ; # 
  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: ValueSet DARCandDARTReasons</b></p><a name=\"DARCandDARTReasons\"> </a><a name=\"hcDARCandDARTReasons\"> </a><a name=\"DARCandDARTReasons-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/darc-dart-reason</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>change-in-medical-status</td><td>Change in Medical Status</td></tr><tr><td>developmentally-appropriate-wait</td><td>Developmentally Appropriate Wait</td></tr><tr><td>inability-to-contact-the-patient</td><td>Inability to Contact the Patient</td></tr><tr><td>missed-consultation</td><td>Missed Consultation</td></tr><tr><td>missed-surgery/procedure</td><td>Missed Surgery/Procedure</td></tr><tr><td>neo-adjuvant-chemotherapy</td><td>Neo-Adjuvant Chemotherapy</td></tr><tr><td>neo-adjuvant-radiation-therapy</td><td>Neo-Adjuvant Radiation Therapy</td></tr><tr><td>other-surgical-procedure</td><td>Other Surgical Procedure</td></tr><tr><td>patient-chooses-to-defer</td><td>Patient Chooses to Defer</td></tr><tr><td>pre-defined-follow-up-interval</td><td>Pre-Defined Follow-Up Interval</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.ca/fhir/eReferral/ValueSet/DARCandDARTReasons"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "DARCandDARTReasons"] ; # 
  fhir:title [ fhir:v "DARC and DART Reasons"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-08-15T11:24:57-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes supported by Ontario Health which intent to capture the wait time to access services from a patient’s perspective."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/darc-dart-reason"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "change-in-medical-status" ] ;
fhir:display [ fhir:v "Change in Medical Status" ]       ] [
fhir:code [ fhir:v "developmentally-appropriate-wait" ] ;
fhir:display [ fhir:v "Developmentally Appropriate Wait" ]       ] [
fhir:code [ fhir:v "inability-to-contact-the-patient" ] ;
fhir:display [ fhir:v "Inability to Contact the Patient" ]       ] [
fhir:code [ fhir:v "missed-consultation" ] ;
fhir:display [ fhir:v "Missed Consultation" ]       ] [
fhir:code [ fhir:v "missed-surgery/procedure" ] ;
fhir:display [ fhir:v "Missed Surgery/Procedure" ]       ] [
fhir:code [ fhir:v "neo-adjuvant-chemotherapy" ] ;
fhir:display [ fhir:v "Neo-Adjuvant Chemotherapy" ]       ] [
fhir:code [ fhir:v "neo-adjuvant-radiation-therapy" ] ;
fhir:display [ fhir:v "Neo-Adjuvant Radiation Therapy" ]       ] [
fhir:code [ fhir:v "other-surgical-procedure" ] ;
fhir:display [ fhir:v "Other Surgical Procedure" ]       ] [
fhir:code [ fhir:v "patient-chooses-to-defer" ] ;
fhir:display [ fhir:v "Patient Chooses to Defer" ]       ] [
fhir:code [ fhir:v "pre-defined-follow-up-interval" ] ;
fhir:display [ fhir:v "Pre-Defined Follow-Up Interval" ]       ] )     ] )
  ] . #