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

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeCodeSystem
Idmedicationdispensecategory cs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "dispense-category",
  "url": "http://ehealthontario.ca/fhir/CodeSystem/dispense-category",
  "version": "1.0.0",
  "name": "DispenseCategory",
  "title": "Dispense Category",
  "status": "active",
  "experimental": false,
  "date": "2023-03-06T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "Type of dispense.",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "device",
      "display": "Device"
    },
    {
      "code": "drug",
      "display": "Drug"
    },
    {
      "code": "product",
      "display": "Product (Drug or Device)"
    },
    {
      "code": "service",
      "display": "Service"
    }
  ]
}