FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/be-model-medication-dispense

Packageehealthplatform.be.r4.federalprofiles
Resource TypeStructureDefinition
Idbe-model-medication-dispense
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense
Version0.2.0
Statusdraft
Date2021-06-28T13:54:34+02:00
NameBeModelMedicationDispense
Authorityhl7
DescriptionThis is the logical model for the Dispense Record entry - the information that can be captured upon the act of dispensing - in a hospital pharmacy, or a community pharmacy. This is not for a future dispense, rather a record of an actual dispense.
TypeBeModelMedicationDispense
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-organizationBeOrganization
be-patientBePatient
be-practitionerBePractitioner

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "be-model-medication-dispense",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense",
  "version": "0.2.0",
  "name": "BeModelMedicationDispense",
  "status": "draft",
  "date": "2021-06-28T13:54:34+02:00",
  "publisher": "HL7 Belgium",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7belgium.org"
        }
      ]
    }
  ],
  "description": "This is the logical model for the Dispense Record entry - the information that can be captured upon the act of dispensing - in a hospital pharmacy, or a community pharmacy. This is not for a future dispense, rather a record of an actual dispense.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "056",
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
        }
      ],
      "text": "Belgium"
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "BeModelMedicationDispense",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "BeModelMedicationDispense",
        "path": "BeModelMedicationDispense",
        "short": "An individual record of a medication dispense",
        "min": 0,
        "max": "*"
      },
      {
        "id": "BeModelMedicationDispense.identifier",
        "path": "BeModelMedicationDispense.identifier",
        "short": "The business identifier(s) for the medication dispense session",
        "definition": "The business identifier(s) for the medication dispense session, also known as Session GUID (SGUID).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.patient",
        "path": "BeModelMedicationDispense.patient",
        "short": "The person for which the medication is dispensed.",
        "definition": "The person for which the medication is dispensed.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient"
            ]
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispenser",
        "path": "BeModelMedicationDispense.dispenser",
        "short": "The dispenser, if known and relevant",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispenser.dispenser",
        "path": "BeModelMedicationDispense.dispenser.dispenser",
        "short": "Reference to person that performed the recording or reporting",
        "definition": "Who was responsible for asserting the observed value as \"true\". (Reference)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner"
            ]
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispenser.organization",
        "path": "BeModelMedicationDispense.dispenser.organization",
        "short": "Reference to person that performed the recording or reporting",
        "definition": "Who was responsible for asserting the observed value as \"true\". (Reference)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization"
            ]
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispenseDate",
        "path": "BeModelMedicationDispense.dispenseDate",
        "short": "The date when the dispense ocurred",
        "definition": "The date (or date-time) when the dispense ocurred",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/dateTime"
            ]
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.prescription",
        "path": "BeModelMedicationDispense.prescription",
        "short": "The information about a prescription related to the dispense",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.prescription.isPrescribed",
        "path": "BeModelMedicationDispense.prescription.isPrescribed",
        "short": "Whether this dispense was performed against a prescription",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.prescription.prescription",
        "path": "BeModelMedicationDispense.prescription.prescription",
        "short": "The prescription identification",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispensedItem",
        "path": "BeModelMedicationDispense.dispensedItem",
        "short": "Each product that was dispensed",
        "definition": ".",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispensedItem.product",
        "path": "BeModelMedicationDispense.dispensedItem.product",
        "short": "The product that was dispensed - coded or not (e.g. for magistral preparations)",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispensedItem.quantityDispensed",
        "path": "BeModelMedicationDispense.dispensedItem.quantityDispensed",
        "short": "The amound of product that was dispensed",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispensedItem.dosageInstructions",
        "path": "BeModelMedicationDispense.dispensedItem.dosageInstructions",
        "short": "The instructions for use",
        "definition": ".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Dosage"
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.dispensedItem.note",
        "path": "BeModelMedicationDispense.dispensedItem.note",
        "short": "Additional information about the dispensed item",
        "definition": "Additional information about the dispense - this can be relevant history, any remarks by the patient or professional, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Annotation"
            ]
          }
        ]
      },
      {
        "id": "BeModelMedicationDispense.note",
        "path": "BeModelMedicationDispense.note",
        "short": "Additional information about the dispense",
        "definition": "Additional information about the dispense - this can be relevant history, any remarks by the patient or professional, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Annotation"
            ]
          }
        ]
      }
    ]
  }
}