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

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypeMedicationStatement
IdMedicationStatement-MyJMedMedicationStatementExample.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": "MedicationStatement",
  "id": "MyJMedMedicationStatementExample",
  "meta": {
    "profile": [
      "https://fhir.j-med.de/StructureDefinition/myjmed-medicationstatement"
    ]
  },
  "medicationCodeableConcept": {
    "text": "Capecitabin 500 mg Tablette"
  },
  "basedOn": [
    {
      "reference": "MedicationRequest/MyJMedMedicationRequestExample"
    }
  ],
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1000,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ],
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "sequence": 1,
      "patientInstruction": "Morgens und abends je 2 Tabletten mit Wasser, nach dem Essen. Keinen Grapefruitsaft."
    }
  ],
  "status": "active",
  "subject": {
    "reference": "Patient/MyJMedPatientExample"
  },
  "effectiveDateTime": "2025-04-03T08:00:00+02:00",
  "dateAsserted": "2025-04-03T08:05:00+02:00",
  "informationSource": {
    "reference": "Patient/MyJMedPatientExample"
  }
}