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

FHIR IG analytics

Packagech.fhir.ig.ch-ips
Resource TypeMedicationStatement
IdMedicationStatement-e463547f-7414-47cb-b97f-04a81e1ab7d8.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 e463547f-7414-47cb-b97f-04a81e1ab7d8

status: Active

medication: Medication CLOPIDOGREL axapharm Filmtabl 75 mg (Blister 28 Stk)

subject: Monika Wegmüller

effective: 2024-05-03 --> (ongoing)

reasonCode: Blutgerinnungshemmer

dosage

patientInstruction: Die Filmtablette soll mit etwas Wasser - unzerkaut und ohne sie zu lutschen - während oder unabhängig von den Mahlzeiten eingenommen werden. Es wird aber empfohlen, sie immer zum selben Zeitpunkt einzunehmen.

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 #Clopidogrel

code: CLOPIDOGREL axapharm Filmtabl 75 mg

form: Filmtablette

amount: 28 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')/1 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')


Source1

{
  "resourceType": "MedicationStatement",
  "id": "e463547f-7414-47cb-b97f-04a81e1ab7d8",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "Clopidogrel",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-medication"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680659570012",
            "display": "CLOPIDOGREL axapharm Filmtabl 75 mg (Blister 28 Stk)"
          }
        ],
        "text": "CLOPIDOGREL axapharm Filmtabl 75 mg"
      },
      "form": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "10221000",
            "display": "Film-coated tablet"
          }
        ],
        "text": "Filmtablette"
      },
      "amount": {
        "numerator": {
          "value": 28,
          "unit": "Tablet (unit of presentation)",
          "system": "http://snomed.info/sct",
          "code": "732936001"
        },
        "denominator": {
          "value": 1,
          "unit": "Package - unit of product usage (qualifier value)",
          "system": "http://snomed.info/sct",
          "code": "1681000175101"
        }
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#Clopidogrel"
  },
  "subject": {
    "reference": "urn:uuid:8383926c-ece1-4384-94bc-b4250b4cb71b",
    "type": "Patient",
    "display": "Monika Wegmüller"
  },
  "effectivePeriod": {
    "start": "2024-05-03"
  },
  "reasonCode": [
    {
      "text": "Blutgerinnungshemmer"
    }
  ],
  "dosage": [
    {
      "patientInstruction": "Die Filmtablette soll mit etwas Wasser - unzerkaut und ohne sie zu lutschen - während oder unabhängig von den Mahlzeiten eingenommen werden. Es wird aber empfohlen, sie immer zum selben Zeitpunkt einzunehmen.",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2024-05-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"
          }
        }
      ]
    }
  ]
}