{
  "resourceType" : "MedicationStatement",
  "id" : "MS-001",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/core/StructureDefinition/medicationStatement-myhealtheu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Statement</div>"
  },
  "status" : "active",
  "statusReason" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "code" : "UNK",
      "display" : "unknown"
    }]
  }],
  "medicationReference" : {
    "reference" : "Medication/1234567890"
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectivePeriod" : {
    "start" : "2024-05-01",
    "end" : "2024-05-05"
  }
}