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

FHIR IG analytics

Packagedosing.aid-medicationrequest
Resource TypeMedicationRequest
IdMedicationRequest-aid-einmalgabe.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-000000000005",
  "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": "für 1 Tag täglich: 08:00 Uhr — je 1 Stück"
    },
    {
      "url": "http://ig.fhir.de/igs/medication/StructureDefinition/GeneratedDosageInstructionsMeta",
      "extension": [
        {
          "url": "language",
          "valueCode": "de-DE"
        },
        {
          "url": "algorithmVersion",
          "valueString": "2.0.0"
        }
      ]
    }
  ],
  "status": "active",
  "intent": "order",
  "subject": {
    "display": "Patient"
  },
  "medicationReference": {
    "reference": "urn:uuid:med00000-0000-4000-8000-000000000005"
  },
  "authoredOn": "2026-07-30",
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 1,
            "unit": "Tag",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "08:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stück",
            "system": "http://unitsofmeasure.org",
            "code": "{Tbl}"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 1,
      "unit": "Packung"
    }
  },
  "substitution": {
    "allowedBoolean": true
  }
}