Definition
for
Code
System
medicationRequest
Course
of
Therapy
Codes
SystemFHIR
Restful
Interactions
{
"resourceType" : "CodeSystem",
"id" : "medicationrequest-course-of-therapy",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+11:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "phx"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.1327"
}],
"version" : "4.0.1",
"name" : "medicationRequest Course of Therapy Codes",
"title" : "Medication request course of therapy codes",
"status" : "draft",
"experimental" : false,
"publisher" : "FHIR Project team",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
}]
}],
"description" : "MedicationRequest Course of Therapy Codes",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy",
"content" : "complete",
"concept" : [{
"code" : "continuous",
"display" : "Continuous long term therapy",
"definition" : "A medication which is expected to be continued beyond the present order and which the patient should be assumed to be taking unless explicitly stopped."
},
{
"code" : "acute",
"display" : "Short course (acute) therapy",
"definition" : "A medication which the patient is only expected to consume for the duration of the current order and which is not expected to be renewed."
},
{
"code" : "seasonal",
"display" : "Seasonal",
"definition" : "A medication which is expected to be used on a part time basis at certain times of the year"
}]
}
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "restful-interaction"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "fhir" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.value [ fhir:value "normative" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ];
fhir:Extension.value [ fhir:value "4.0.0" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "5" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/restful-interaction"];
fhir:CanonicalResource.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1823" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "FHIR Restful Interactions"];
fhir:CanonicalResource.status [ fhir:value "active"];
fhir:CanonicalResource.experimental [ fhir:value "false"];
fhir:CanonicalResource.publisher [ fhir:value "FHIR Project"];
fhir:CanonicalResource.description [ fhir:value "The set of interactions defined by the RESTful part of the FHIR specification."];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/restful-interaction"];
fhir:CodeSystem.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1823" ]
];
fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
fhir:CodeSystem.name [ fhir:value "FHIR Restful Interactions"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"];
fhir:CodeSystem.publisher [ fhir:value "FHIR Project"];
fhir:CodeSystem.description [ fhir:value "The set of interactions defined by the RESTful part of the FHIR specification."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/restful-interaction"];
fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "read" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "read" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Read the current state of the resource." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "vread" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "vread" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Read the state of a specific version of the resource." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "update" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "update" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Update an existing resource by its id (or create it if it is new)." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "patch" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "patch" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Update an existing resource by posting a set of changes to it." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "delete" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "delete" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Delete a resource." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "history" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "history" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Retrieve the change history for a particular resource, type of resource, or the entire system." ];
fhir:ConceptDefinitionComponent.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "history-instance" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "history-instance" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Retrieve the change history for a particular resource." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "history-type" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "history-type" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Retrieve the change history for all resources of a particular type." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "history-system" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "history-system" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Retrieve the change history for all resources on a system." ]
]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "create" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "create" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Create a new resource with a server assigned id." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "search" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "search" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Search a resource type or all resources based on some filter criteria." ];
fhir:ConceptDefinitionComponent.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "search-type" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "search-type" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Search all resources of the specified type based on some filter criteria." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "search-system" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "search-system" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Search all resources based on some filter criteria." ]
]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "capabilities" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "capabilities" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Get a Capability Statement for the system." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "transaction" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "transaction" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Update, create or delete a set of resources as a single transaction." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "batch" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "batch" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "perform a set of a separate interactions in a single http operation" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "operation" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "operation" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Perform an operation as defined by an OperationDefinition." ]
] .
# -------------------------------------------------------------------------------------
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.