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

FHIR IG analytics

Packagefhir.r4.spirecore
Resource TypeStructureDefinition
IdSpireCore-MedicationDispense.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.spirecore@0.1.0-alpha&canonical=https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-MedicationDispense
URLhttps://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-MedicationDispense
Statusdraft
NameSpireCoreMedicationDispense
Realmus
Authorityhl7
DescriptionIndicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.
TypeMedicationDispense
Kindresource

Resources that use this resource

StructureDefinition
SpireCore-MedicationStatementSpireCoreMedicationStatement
SpireCore-ObservationSpireCoreObservation
SpireCore-ObservationGroupLabSpireCoreObservationGroupLab
SpireCore-ObservationLabSpireCoreObservationLab

Resources that this resource uses

StructureDefinition
UKCore-MedicationDispenseUK Core Medication Dispense
SpireCore-DetectedIssueSpireCoreDetectedIssue
SpireCore-DeviceSpireCoreDevice
SpireCore-EncounterSpireCoreEncounter
SpireCore-EpisodeOfCareSpireCoreEpisodeOfCare
SpireCore-GroupSpireCoreGroup
SpireCore-LocationSpireCoreLocation
SpireCore-MedicationSpireCoreMedication
SpireCore-MedicationRequestSpireCoreMedicationRequest
SpireCore-OrganizationSpireCoreOrganization
SpireCore-PatientSpireCorePatient
SpireCore-PractitionerSpireCorePractitioner
SpireCore-PractitionerRoleSpireCorePractitionerRole
SpireCore-ProcedureSpireCoreProcedure
SpireCore-ProvenanceSpireCoreProvenance
SpireCore-RelatedPersonSpireCoreRelatedPerson
SpireCore-ResourceSpireCoreResource

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-MedicationDispense",
  "id": "SpireCore-MedicationDispense",
  "name": "SpireCoreMedicationDispense",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationDispense",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationDispense",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationDispense.identifier.assigner",
        "path": "MedicationDispense.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.partOf",
        "path": "MedicationDispense.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Procedure",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Procedure"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.partOf.identifier.assigner",
        "path": "MedicationDispense.partOf.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.statusReason[x]",
        "path": "MedicationDispense.statusReason[x]",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/DetectedIssue",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-DetectedIssue"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.medication[x]",
        "path": "MedicationDispense.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Medication",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Medication"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.subject",
        "path": "MedicationDispense.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Patient",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Group"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.subject.identifier.assigner",
        "path": "MedicationDispense.subject.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.context",
        "path": "MedicationDispense.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Encounter",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Encounter",
              "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-EpisodeOfCare"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.context.identifier.assigner",
        "path": "MedicationDispense.context.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.supportingInformation",
        "path": "MedicationDispense.supportingInformation",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Resource"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.supportingInformation.identifier.assigner",
        "path": "MedicationDispense.supportingInformation.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.performer.actor",
        "path": "MedicationDispense.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Patient",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Device",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-RelatedPerson"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.performer.actor.identifier.assigner",
        "path": "MedicationDispense.performer.actor.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.location",
        "path": "MedicationDispense.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Location",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Location"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.location.identifier.assigner",
        "path": "MedicationDispense.location.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.authorizingPrescription",
        "path": "MedicationDispense.authorizingPrescription",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-MedicationRequest"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.authorizingPrescription.identifier.assigner",
        "path": "MedicationDispense.authorizingPrescription.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.destination",
        "path": "MedicationDispense.destination",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Location",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Location"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.destination.identifier.assigner",
        "path": "MedicationDispense.destination.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.receiver",
        "path": "MedicationDispense.receiver",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Patient",
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Practitioner"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.receiver.identifier.assigner",
        "path": "MedicationDispense.receiver.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.note.author[x]",
        "path": "MedicationDispense.note.author[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          },
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "MedicationDispense.substitution.responsibleParty",
        "path": "MedicationDispense.substitution.responsibleParty",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.substitution.responsibleParty.identifier.assigner",
        "path": "MedicationDispense.substitution.responsibleParty.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.detectedIssue",
        "path": "MedicationDispense.detectedIssue",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/DetectedIssue",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-DetectedIssue"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.detectedIssue.identifier.assigner",
        "path": "MedicationDispense.detectedIssue.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.eventHistory",
        "path": "MedicationDispense.eventHistory",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Provenance",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Provenance"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.eventHistory.identifier.assigner",
        "path": "MedicationDispense.eventHistory.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://www.spirehealthcare.com/fhir/StructureDefinition/SpireCore-Organization"
            ]
          }
        ]
      }
    ]
  },
  "description": "Indicates that a medication product is to be or has been dispensed for a named person/patient.  This includes a description of the medication product (supply) provided and the instructions for administering the medication.  The medication dispense is the result of a pharmacy system responding to a medication order."
}