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

FHIR IG analytics

Packagech.fhir.ig.ch-ips
Resource TypeMedicationStatement
IdMedicationStatement-MedStatCandesartan.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 MedStatCandesartan

status: Active

medication: Medication CANDESARTAN-AMLODIP Mepha Kaps 8mg/5mg (Blister 98 Stk)

subject: Monika Wegmüller Female, DoB: 1943-05-15

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

reasonCode: Hypertonie

dosage

patientInstruction: Nehmen Sie die Kapseln täglich immer zur gleichen Tageszeit mit oder ohne Mahlzeit mit etwas Wasser ein.

timing: Morning, Once

route: zum Einnehmen

DoseAndRates

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

Generated Narrative: Medication #Candesartan

code: CANDESARTAN-AMLODIP Mepha Kaps 8mg/5mg

form: Hartkapsel

amount: 98 Capsule (unit of presentation) (Details: SNOMED CT code732937005 = 'Capsule (unit of presentation)')/1 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')


Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedStatCandesartan",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "Candesartan",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-medication"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680676560027",
            "display": "CANDESARTAN-AMLODIP Mepha Kaps 8mg/5mg (Blister 98 Stk)"
          }
        ],
        "text": "CANDESARTAN-AMLODIP Mepha Kaps 8mg/5mg"
      },
      "form": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "10210000",
            "display": "Capsule, hard"
          }
        ],
        "text": "Hartkapsel"
      },
      "amount": {
        "numerator": {
          "value": 98,
          "unit": "Capsule (unit of presentation)",
          "system": "http://snomed.info/sct",
          "code": "732937005"
        },
        "denominator": {
          "value": 1,
          "unit": "Package - unit of product usage (qualifier value)",
          "system": "http://snomed.info/sct",
          "code": "1681000175101"
        }
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#Candesartan"
  },
  "subject": {
    "reference": "Patient/MonikaWegmueller"
  },
  "effectivePeriod": {
    "start": "2020-03-03"
  },
  "reasonCode": [
    {
      "text": "Hypertonie"
    }
  ],
  "dosage": [
    {
      "patientInstruction": "Nehmen Sie die Kapseln täglich immer zur gleichen Tageszeit mit oder ohne Mahlzeit mit etwas Wasser ein.",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-03-03"
          },
          "when": [
            "MORN"
          ]
        }
      },
      "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"
          }
        }
      ]
    }
  ]
}