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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeMedicationStatement
IdMedicationStatement-1-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 1-AspirinCardio

status: Active

medication: Medication

subject: Thomas Müller (official) Male, DoB: 1961-10-01 ( urn:oid:2.16.756.5.32#7562295883070)

context: Encounter: extension = wallet,Other,wrist watch,Other,Other; identifier = Einsatznummer: S12345678; status = finished; class = emergency (ActCode#EMER); period = 2016-12-10 --> (ongoing)

effective: 2012-05 --> (ongoing)

reasonCode: Herzvorfall vor 4 Jahren

dosage

timing: Morning, Once

DoseAndRates

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

Generated Narrative: Medication #1-Aspirin

code: Aspirin Cardio 100


Source1

{
  "resourceType": "MedicationStatement",
  "id": "1-AspirinCardio",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "1-Aspirin",
      "code": {
        "text": "Aspirin Cardio 100"
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#1-Aspirin"
  },
  "subject": {
    "reference": "Patient/1-ThomasMueller"
  },
  "context": {
    "reference": "Encounter/1-Einsatz"
  },
  "effectivePeriod": {
    "start": "2012-05"
  },
  "reasonCode": [
    {
      "text": "Herzvorfall vor 4 Jahren"
    }
  ],
  "dosage": [
    {
      "timing": {
        "repeat": {
          "when": [
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Tablet (unit of presentation)",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      ]
    }
  ]
}