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

FHIR IG analytics

Packagede.gematik.erp-t-prescription
Resource TypeMedicationRequest
IdMedicationRequest-ExampleMedicationRequest-T.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": "ExampleMedicationRequest-T",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-request"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "off-label",
          "valueBoolean": true
        },
        {
          "url": "childbearing-potential",
          "valueBoolean": true
        },
        {
          "url": "security-compliance",
          "valueBoolean": true
        },
        {
          "url": "hand-out-information-material",
          "valueBoolean": true
        },
        {
          "url": "declaration-of-expertise",
          "valueBoolean": true
        }
      ],
      "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/teratogenic-extension"
    }
  ],
  "status": "completed",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/ExampleMedication1-Pomalidomid-T"
  },
  "subject": {
    "identifier": {
      "_system": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "not-permitted"
          }
        ]
      },
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "not-permitted"
          }
        ]
      }
    }
  },
  "authoredOn": "2026-04-01",
  "dosageInstruction": [
    {
      "text": "3x täglich mit ausreichend Wasser einnehmen"
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 10,
      "unit": "Tablette"
    }
  }
}