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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeMedicationStatement
IdMedicationStatement-UC4-MedicationStatement-MetforminRudolf.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationStatement UC4-MedicationStatement-MetforminRudolf

status: Active

medication: Medication METFORMIN Axapharm Filmtabl 500 mg (Blister 50 Stk)

subject: Rudolf Ernst Zimmermann Male, DoB: 1939-02-14 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090202647590)

effective: 2020-03-03 --> (ongoing)

reasonCode: Diabetes

dosage

patientInstruction: Unzerkaut während oder nach den Mahlzeiten mit ausreichend Flüssigkeit einnehmen

timing: Morning, Evening, Once

route: zum Einnehmen

DoseAndRates

-Dose[x]
*1 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "UC4-MedicationStatement-MetforminRudolf",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/EX-Metformin"
  },
  "subject": {
    "reference": "Patient/UC4-Patient-RudolfZimmermann"
  },
  "effectivePeriod": {
    "start": "2020-03-03"
  },
  "reasonCode": [
    {
      "text": "Diabetes"
    }
  ],
  "dosage": [
    {
      "patientInstruction": "Unzerkaut während oder nach den Mahlzeiten mit ausreichend Flüssigkeit einnehmen",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-03-03"
          },
          "when": [
            "MORN",
            "EVE"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "20053000",
            "display": "Oral use"
          }
        ],
        "text": "zum Einnehmen"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Tablet (unit of presentation)",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      ]
    }
  ]
}