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

FHIR IG analytics

Packagedosing.aid-medicationrequest
Resource TypeMedicationRequest
IdMedicationRequest-aid-bedarfsmedikation.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": "MedicationRequest",
  "id": "medr0000-0000-4000-8000-000000000002",
  "meta": {
    "profile": [
      "https://fhir.dosing-gmbh.de/StructureDefinition/AID-MedicationRequest"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_EmergencyServicesFee",
      "valueBoolean": false
    },
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_SER",
      "valueBoolean": false
    },
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Multiple_Prescription",
      "extension": [
        {
          "url": "Kennzeichen",
          "valueBoolean": false
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
      "valueMarkdown": "Bei Bedarf 20 Tropfen, max. 4x täglich, mind. 4 Stunden Abstand"
    }
  ],
  "status": "active",
  "intent": "order",
  "subject": {
    "display": "Patient"
  },
  "medicationReference": {
    "reference": "urn:uuid:med00000-0000-4000-8000-000000000002"
  },
  "authoredOn": "2026-07-30",
  "dosageInstruction": [
    {
      "text": "Bei Bedarf 20 Tropfen, max. 4x täglich, mind. 4 Stunden Abstand"
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 1,
      "unit": "Packung"
    }
  },
  "substitution": {
    "allowedBoolean": true
  }
}