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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.medikation
Resource TypeMedicationStatement
IdMedicationStatement-mii-exa-medikation-medication-statement-offset.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": "mii-exa-medikation-medication-statement-offset",
  "meta": {
    "security": [
      {
        "code": "HTEST",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "display": "test health data"
      }
    ],
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement|2026.0.1"
    ]
  },
  "dosage": [
    {
      "route": {
        "coding": [
          {
            "code": "20053000",
            "system": "http://standardterms.edqm.eu",
            "display": "Oral use"
          }
        ]
      },
      "text": "L-Thyroxin 125 Mikrogramm täglich eine Tablette oral eine halbe Stunde vor dem Früchstück",
      "timing": {
        "repeat": {
          "frequency": 1,
          "offset": 30,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "ACM"
          ]
        }
      }
    }
  ],
  "effectiveDateTime": "2020-05-27T17:57:00+01:00",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "02532793",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "L-THYROXIN 125 Henning Tabletten"
      }
    ]
  },
  "status": "active",
  "subject": {
    "reference": "Patient/example"
  }
}