Extensions for Using Data Elements from FHIR R4B in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4B in FHIR STU3 - Downloaded Version null See the Directory of published versions

: RequestResourceType - TTL Representation

Page standards status: Trial-use Maturity Level: 3

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "request-resource-types"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://hl7.org/fhir/request-resource-types defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Appointment\n                  <a name=\"request-resource-types-Appointment\"> </a>\n                </td>\n                <td>Appointment</td>\n                <td>A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">AppointmentResponse\n                  <a name=\"request-resource-types-AppointmentResponse\"> </a>\n                </td>\n                <td>AppointmentResponse</td>\n                <td>A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">CarePlan\n                  <a name=\"request-resource-types-CarePlan\"> </a>\n                </td>\n                <td>CarePlan</td>\n                <td>Healthcare plan for patient or group.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Claim\n                  <a name=\"request-resource-types-Claim\"> </a>\n                </td>\n                <td>Claim</td>\n                <td>Claim, Pre-determination or Pre-authorization.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">CommunicationRequest\n                  <a name=\"request-resource-types-CommunicationRequest\"> </a>\n                </td>\n                <td>CommunicationRequest</td>\n                <td>A request for information to be sent to a receiver.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Contract\n                  <a name=\"request-resource-types-Contract\"> </a>\n                </td>\n                <td>Contract</td>\n                <td>Legal Agreement.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">DeviceRequest\n                  <a name=\"request-resource-types-DeviceRequest\"> </a>\n                </td>\n                <td>DeviceRequest</td>\n                <td>Medical device request.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">EnrollmentRequest\n                  <a name=\"request-resource-types-EnrollmentRequest\"> </a>\n                </td>\n                <td>EnrollmentRequest</td>\n                <td>Enrollment request.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">ImmunizationRecommendation\n                  <a name=\"request-resource-types-ImmunizationRecommendation\"> </a>\n                </td>\n                <td>ImmunizationRecommendation</td>\n                <td>Guidance or advice relating to an immunization.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">MedicationRequest\n                  <a name=\"request-resource-types-MedicationRequest\"> </a>\n                </td>\n                <td>MedicationRequest</td>\n                <td>Ordering of medication for patient or group.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">NutritionOrder\n                  <a name=\"request-resource-types-NutritionOrder\"> </a>\n                </td>\n                <td>NutritionOrder</td>\n                <td>Diet, formula or nutritional supplement request.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">ServiceRequest\n                  <a name=\"request-resource-types-ServiceRequest\"> </a>\n                </td>\n                <td>ServiceRequest</td>\n                <td>A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">SupplyRequest\n                  <a name=\"request-resource-types-SupplyRequest\"> </a>\n                </td>\n                <td>SupplyRequest</td>\n                <td>Request for a medication, substance or device.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Task\n                  <a name=\"request-resource-types-Task\"> </a>\n                </td>\n                <td>Task</td>\n                <td>A task to be performed.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">VisionPrescription\n                  <a name=\"request-resource-types-VisionPrescription\"> </a>\n                </td>\n                <td>VisionPrescription</td>\n                <td>Prescription for vision correction products for a patient.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use"     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 3     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "packageId"^^xsd:anyURI ;
fhir:l fhir:packageId       ] ;
fhir:value [
a fhir:Id ;
fhir:v "hl7.fhir.uv.xver-r4b.r3"       ]     ] [
fhir:url [
fhir:v "version"^^xsd:anyURI ;
fhir:l fhir:version       ] ;
fhir:value [
a fhir:String ;
fhir:v "0.1.0"       ]     ] [
fhir:url [
fhir:v "uri"^^xsd:anyURI ;
fhir:l fhir:uri       ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3>       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "cds"     ]
  ] ) ; # 
  fhir:url [
fhir:v "http://hl7.org/fhir/request-resource-types"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/request-resource-types>
  ] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "RequestResourceType"] ; # 
  fhir:title [ fhir:v "RequestResourceType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2022-05-27T21:47:40-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Decision Support"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Clinical Decision Support" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A list of all the request resource types defined in this version of the FHIR specification."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/request-resource-types"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/request-resource-types>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Appointment" ] ;
fhir:display [ fhir:v "Appointment" ] ;
fhir:definition [ fhir:v "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)." ]
  ] [
fhir:code [ fhir:v "AppointmentResponse" ] ;
fhir:display [ fhir:v "AppointmentResponse" ] ;
fhir:definition [ fhir:v "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection." ]
  ] [
fhir:code [ fhir:v "CarePlan" ] ;
fhir:display [ fhir:v "CarePlan" ] ;
fhir:definition [ fhir:v "Healthcare plan for patient or group." ]
  ] [
fhir:code [ fhir:v "Claim" ] ;
fhir:display [ fhir:v "Claim" ] ;
fhir:definition [ fhir:v "Claim, Pre-determination or Pre-authorization." ]
  ] [
fhir:code [ fhir:v "CommunicationRequest" ] ;
fhir:display [ fhir:v "CommunicationRequest" ] ;
fhir:definition [ fhir:v "A request for information to be sent to a receiver." ]
  ] [
fhir:code [ fhir:v "Contract" ] ;
fhir:display [ fhir:v "Contract" ] ;
fhir:definition [ fhir:v "Legal Agreement." ]
  ] [
fhir:code [ fhir:v "DeviceRequest" ] ;
fhir:display [ fhir:v "DeviceRequest" ] ;
fhir:definition [ fhir:v "Medical device request." ]
  ] [
fhir:code [ fhir:v "EnrollmentRequest" ] ;
fhir:display [ fhir:v "EnrollmentRequest" ] ;
fhir:definition [ fhir:v "Enrollment request." ]
  ] [
fhir:code [ fhir:v "ImmunizationRecommendation" ] ;
fhir:display [ fhir:v "ImmunizationRecommendation" ] ;
fhir:definition [ fhir:v "Guidance or advice relating to an immunization." ]
  ] [
fhir:code [ fhir:v "MedicationRequest" ] ;
fhir:display [ fhir:v "MedicationRequest" ] ;
fhir:definition [ fhir:v "Ordering of medication for patient or group." ]
  ] [
fhir:code [ fhir:v "NutritionOrder" ] ;
fhir:display [ fhir:v "NutritionOrder" ] ;
fhir:definition [ fhir:v "Diet, formula or nutritional supplement request." ]
  ] [
fhir:code [ fhir:v "ServiceRequest" ] ;
fhir:display [ fhir:v "ServiceRequest" ] ;
fhir:definition [ fhir:v "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed." ]
  ] [
fhir:code [ fhir:v "SupplyRequest" ] ;
fhir:display [ fhir:v "SupplyRequest" ] ;
fhir:definition [ fhir:v "Request for a medication, substance or device." ]
  ] [
fhir:code [ fhir:v "Task" ] ;
fhir:display [ fhir:v "Task" ] ;
fhir:definition [ fhir:v "A task to be performed." ]
  ] [
fhir:code [ fhir:v "VisionPrescription" ] ;
fhir:display [ fhir:v "VisionPrescription" ] ;
fhir:definition [ fhir:v "Prescription for vision correction products for a patient." ]
  ] ) . #