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-concor.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-concor",
  "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"
    ]
  },
  "status": "intended",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "C07AB07",
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "version": "2022"
      }
    ],
    "text": "Concor 2,5mg"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectivePeriod": {
    "start": "2022-02-02T12:22:00+00:00"
  },
  "dosage": [
    {
      "text": "Concor 2,5mg Tabl. 1-0-0-0",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "08:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "code": "1",
            "system": "http://unitsofmeasure.org",
            "unit": "Tablette"
          }
        }
      ]
    },
    {
      "text": "Concor 2,5mg Tabl. 1-0-0-0",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "12:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0,
            "code": "1",
            "system": "http://unitsofmeasure.org",
            "unit": "Tablette"
          }
        }
      ]
    },
    {
      "text": "Concor 2,5mg Tabl. 1-0-0-0",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "18:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0,
            "code": "1",
            "system": "http://unitsofmeasure.org",
            "unit": "Tablette"
          }
        }
      ]
    },
    {
      "text": "Concor 2,5mg Tabl. 1-0-0-0",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "22:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0,
            "code": "1",
            "system": "http://unitsofmeasure.org",
            "unit": "Tablette"
          }
        }
      ]
    }
  ]
}