This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code System RequestResourceType
{ "resourceType" : "CodeSystem", "id" : "request-resource-types", "meta" : { "lastUpdated" : "2021-03-11T17:06:20.662+11:00" }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "cds" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode" : "trial-use" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger" : 3 }], "url" : "http://hl7.org/fhir/request-resource-types", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.1.1059" }], "version" : "4.1.0", "name" : "RequestResourceType", "title" : "RequestResourceType", "status" : "draft", "experimental" : false, "date" : "2021-03-11T17:06:20+11:00", "description" : "A list of all the request resource types defined in this version of the FHIR specification.", "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/ValueSet/request-resource-types", "content" : "complete", "concept" : [{ "code" : "Appointment", "display" : "Appointment", "definition" : "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)." }, { "code" : "AppointmentResponse", "display" : "AppointmentResponse", "definition" : "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection." }, { "code" : "CarePlan", "display" : "CarePlan", "definition" : "Healthcare plan for patient or group." }, { "code" : "Claim", "display" : "Claim", "definition" : "Claim, Pre-determination or Pre-authorization." }, { "code" : "CommunicationRequest", "display" : "CommunicationRequest", "definition" : "A request for information to be sent to a receiver." }, { "code" : "Contract", "display" : "Contract", "definition" : "Legal Agreement." }, { "code" : "DeviceRequest", "display" : "DeviceRequest", "definition" : "Medical device request." }, { "code" : "EnrollmentRequest", "display" : "EnrollmentRequest", "definition" : "Enrollment request." }, { "code" : "ImmunizationRecommendation", "display" : "ImmunizationRecommendation", "definition" : "Guidance or advice relating to an immunization." }, { "code" : "MedicationRequest", "display" : "MedicationRequest", "definition" : "Ordering of medication for patient or group." }, { "code" : "NutritionOrder", "display" : "NutritionOrder", "definition" : "Diet, formula or nutritional supplement request." }, { "code" : "ServiceRequest", "display" : "ServiceRequest", "definition" : "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed." }, { "code" : "SupplyRequest", "display" : "SupplyRequest", "definition" : "Request for a medication, substance or device." }, { "code" : "Task", "display" : "Task", "definition" : "A task to be performed." }, { "code" : "VisionPrescription", "display" : "VisionPrescription", "definition" : "Prescription for vision correction products for a patient." }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.