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

FHIR IG Statistics: StructureDefinition/sfm-MedicationDispense

Packagesfm.130323
Resource TypeStructureDefinition
Idsfm-MedicationDispense
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense
URLhttp://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense
Version1.3
Statusactive
Date2022-09-05
NameSfmMedicationDispense
Titlesfm-MedicationDispense
DescriptionMedication dispense information
TypeMedicationDispense
Kindresource

Resources that use this resource

StructureDefinition
sfm-MedicationCompositionsfm-MedicationComposition
sfm-pllInformationsfm-pllInformation

Resources that this resource uses

StructureDefinition
sfm-Magistrell-Medicationsfm-Magistrell-Medication
sfm-Medicationsfm-Medication
sfm-MedicationStatementsfm-MedicationStatement
sfm-Patientsfm-Patient
sfm-dispenseinfosfm-dispenseinfo
sfm-InterventionSfmIntervention

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "sfm-MedicationDispense",
  "url": "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense",
  "version": "1.3",
  "name": "SfmMedicationDispense",
  "title": "sfm-MedicationDispense",
  "status": "active",
  "date": "2022-09-05",
  "description": "Medication dispense information",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationDispense",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationDispense.extension",
        "path": "MedicationDispense.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "MedicationDispense.extension:dispenseinfo",
        "path": "MedicationDispense.extension",
        "sliceName": "dispenseinfo",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-dispenseinfo"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.extension:intervention",
        "path": "MedicationDispense.extension",
        "sliceName": "intervention",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Intervention"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.identifier",
        "path": "MedicationDispense.identifier",
        "definition": "Identifiers associated with this Medication Dispense that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.\r\n\r\nM10-id will be communicated as identifier."
      },
      {
        "id": "MedicationDispense.status",
        "path": "MedicationDispense.status",
        "definition": "A code specifying the state of the set of dispense events.\r\n\r\nSFM will allways use \"completed\" since it is confirmed by pharmacy.",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.medication[x]",
        "path": "MedicationDispense.medication[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Medication",
              "http://ehelse.no/fhir/StructureDefinition/sfm-Magistrell-Medication"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "example"
        }
      },
      {
        "id": "MedicationDispense.subject",
        "path": "MedicationDispense.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://ehelse.no/fhir/StructureDefinition/sfm-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.performer",
        "path": "MedicationDispense.performer",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.performer.actor",
        "path": "MedicationDispense.performer.actor",
        "definition": "The pharmacy that delivered dispensed the medication. Use sfm-Organization"
      },
      {
        "id": "MedicationDispense.authorizingPrescription",
        "path": "MedicationDispense.authorizingPrescription",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
              "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationStatement"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.quantity",
        "path": "MedicationDispense.quantity",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.whenHandedOver",
        "path": "MedicationDispense.whenHandedOver",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.dosageInstruction",
        "path": "MedicationDispense.dosageInstruction",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.substitution",
        "path": "MedicationDispense.substitution",
        "mustSupport": true
      }
    ]
  }
}