Release 4B Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.3.0: R4B - STU ). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Codesystem-medicationrequest-status.ttl

Example CodeSystem/medicationrequest-status (Turtle)

Pharmacy Work Group Maturity Level : N/A Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Code SystemMedicationRequest Status Codes SystemMedicationRequestStatusCodes

@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 "medicationrequest-status"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T12:47:40.239+10:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]

     fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]

  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;

     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "phx" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/CodeSystem/medicationrequest-status"];
  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.1377" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CanonicalResource.name [ fhir:value "MedicationRequestStatusCodes"];
  fhir:CanonicalResource.title [ fhir:value "MedicationRequest Status Codes"];
  fhir:CanonicalResource.status [ fhir:value "active"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.description [ fhir:value "MedicationRequest Status Codes"];
  fhir:CanonicalResource.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];

  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/CodeSystem/medicationrequest-status"];
  fhir:CodeSystem.identifier [
     fhir:index 0;

     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1377" ]

     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1377" ]

  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "MedicationRequest Status Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];

  fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CodeSystem.name [ fhir:value "MedicationRequestStatusCodes"];
  fhir:CodeSystem.title [ fhir:value "MedicationRequest Status Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];

  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.description [ fhir:value "MedicationRequest Status Codes"];
  fhir:CodeSystem.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];

  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/medicationrequest-status"];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];

  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "active" ];
     fhir:CodeSystem.display [ fhir:value "Active" ];
     fhir:CodeSystem.definition [ fhir:value "The prescription is 'actionable', but not all actions that are implied by it have occurred yet." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "on-hold" ];
     fhir:CodeSystem.display [ fhir:value "On Hold" ];
     fhir:CodeSystem.definition [ fhir:value "Actions implied by the prescription are to be temporarily halted, but are expected to continue later.  May also be called 'suspended'." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "cancelled" ];
     fhir:CodeSystem.display [ fhir:value "Cancelled" ];
     fhir:CodeSystem.definition [ fhir:value "The prescription has been withdrawn before any administrations have occurred" ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "active" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Active" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The request is 'actionable', but not all actions that are implied by it have occurred yet." ]

  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "completed" ];
     fhir:CodeSystem.display [ fhir:value "Completed" ];
     fhir:CodeSystem.definition [ fhir:value "All actions that are implied by the prescription have occurred." ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "on-hold" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "On Hold" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Actions implied by the request are to be temporarily halted. The request might or might not be resumed. May also be called 'suspended'." ]

  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "entered-in-error" ];
     fhir:CodeSystem.display [ fhir:value "Entered in Error" ];
     fhir:CodeSystem.definition [ fhir:value "Some of the actions that are implied by the medication request may have occurred.  For example, the medication may have been dispensed and the patient may have taken some of the medication.  Clinical decision support systems should take this status into account" ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "ended" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Ended" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The request is no longer active and the subject should no longer be taking the medication." ];
     fhir:ConceptDefinitionComponent.concept [
       fhir:ConceptDefinitionComponent.code [ fhir:value "stopped" ];
       fhir:ConceptDefinitionComponent.display [ fhir:value "Stopped" ];
       fhir:ConceptDefinitionComponent.definition [ fhir:value "Actions implied by the request are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error" ]
     ], [
       fhir:ConceptDefinitionComponent.code [ fhir:value "completed" ];
       fhir:ConceptDefinitionComponent.display [ fhir:value "Completed" ];
       fhir:ConceptDefinitionComponent.definition [ fhir:value "All actions that are implied by the request have occurred." ]
     ], [
       fhir:ConceptDefinitionComponent.code [ fhir:value "cancelled" ];
       fhir:ConceptDefinitionComponent.display [ fhir:value "Cancelled" ];
       fhir:ConceptDefinitionComponent.definition [ fhir:value "The request has been withdrawn before any administrations have occurred" ]
     ]

  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "stopped" ];
     fhir:CodeSystem.display [ fhir:value "Stopped" ];
     fhir:CodeSystem.definition [ fhir:value "Actions implied by the prescription are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error" ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "entered-in-error" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Entered in Error" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The request was recorded against the wrong patient or for some reason should not have been recorded (e.g. wrong medication, wrong dose, etc). Some of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication." ]

  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "draft" ];
     fhir:CodeSystem.display [ fhir:value "Draft" ];
     fhir:CodeSystem.definition [ fhir:value "The prescription is not yet 'actionable', e.g. it is a work in progress, requires sign-off, verification or needs to be run through decision support process." ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "draft" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Draft" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The request is not yet 'actionable', e.g. it is a work in progress, requires sign-off, verification or needs to be run through decision support process." ]

  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "unknown" ];
     fhir:CodeSystem.display [ fhir:value "Unknown" ];
     fhir:CodeSystem.definition [ fhir:value "The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, but the authoring/source system does not know which." ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "unknown" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Unknown" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The authoring/source system does not know which of the status values currently applies for this request. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, but the authoring/source system does not know which." ]

  ] .

# -------------------------------------------------------------------------------------


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.