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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeMedicationDispense
IdMedicationDispense-ExampleMedicationDispense.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationDispense ExampleMedicationDispense

identifier: http://hospital.org/medication-dispenses/MD-12345

status: Completed

medication: Amoxicillin 500mg Capsule

subject: Patient/example

context: Encounter/example

whenHandedOver: 2025-03-10 14:00:00+0000


Source1

{
  "resourceType": "MedicationDispense",
  "id": "ExampleMedicationDispense",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/MedicationDispenseProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.org/medication-dispenses",
      "value": "MD-12345"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1049630",
        "display": "Amoxicillin 500mg Capsule"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "context": {
    "reference": "Encounter/example"
  },
  "whenHandedOver": "2025-03-10T14:00:00Z"
}