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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeMedicationStatement
IdMedicationStatement-UC2-MedicationStatement-AspirinCardio.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 UC2-MedicationStatement-AspirinCardio

status: Active

medication: Medication ASPIRIN CARDIO Filmtabl 100 mg 28 Stk

subject: Walter Schmid (official) Male, DoB: 1947-04-12 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756012222222222222)

effective: 2023-02-01 --> (ongoing)

reasonReference: Condition CVA - Cerebrovascular accident

dosage

sequence: 1

timing: Morning, Once

route: zum Einnehmen

DoseAndRates

-Dose[x]
*1 Tablette (Details: SNOMED CT code732936001 = '732936001')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "UC2-MedicationStatement-AspirinCardio",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/UC2-Medication-AspirinCardio"
  },
  "subject": {
    "reference": "Patient/UC2-Patient-WalterSchmid"
  },
  "effectivePeriod": {
    "start": "2023-02-01"
  },
  "reasonReference": [
    {
      "reference": "Condition/UC2-Condition-Schlaganfall"
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "when": [
            "MORN"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "20053000"
          }
        ],
        "text": "zum Einnehmen"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Tablette",
            "system": "http://snomed.info/sct|http://snomed.info/sct/2011000195101",
            "code": "732936001"
          }
        }
      ]
    }
  ]
}