FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.fhir.r4.ashmc
Resource TypeCodeSystem
IdCodeSystem-med-order-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.fhir.r4.ashmc@0.7.0&canonical=http://fhir.ashmc.co.il/cs/med-order-type
URLhttp://fhir.ashmc.co.il/cs/med-order-type
Version0.7.0
Statusactive
Date2026-08-16
NameMedOrderType
TitleMedication Order Type
DescriptionClassification codes for medication order scheduling types used in the CML interface
Contentcomplete

Resources that use this resource

ValueSet
il.fhir.r4.ashmc#0.7.0med-order-typeMedication Order Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "MedOrderType",
  "id": "med-order-type",
  "title": "Medication Order Type",
  "description": "Classification codes for medication order scheduling types used in the CML interface",
  "url": "http://fhir.ashmc.co.il/cs/med-order-type",
  "concept": [
    {
      "code": "sos",
      "display": "SOS",
      "definition": "As-needed administration"
    },
    {
      "code": "once",
      "display": "Once",
      "definition": "Single one-time administration"
    },
    {
      "code": "periodically",
      "display": "Periodically",
      "definition": "Recurring administration on a fixed schedule"
    },
    {
      "code": "cont",
      "display": "Continuous",
      "definition": "Continuous uninterrupted administration"
    }
  ],
  "caseSensitive": true,
  "experimental": false,
  "version": "0.7.0",
  "publisher": "Assuta Ashdod Medical Center",
  "date": "2026-08-16",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ]
    }
  ],
  "count": 4
}