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

FHIR IG analytics

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

status: Active

medication: Medication

subject: Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)

context: Encounter: extension = wedding ring,billfold,pickup by EMS,; identifier = Einsatznummer: S89898989; status = finished; class = emergency (ActCode#EMER); serviceType = primary mission; priority = with siren; period = 2016-12-10 --> (ongoing); reasonCode = emergency mission

dateAsserted: 2016-11-29 11:00:00+0100

reasonCode: Bluthochdruck

dosage

timing: Morning, Once

DoseAndRates

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

Generated Narrative: Medication #Triatec

code: TRIATEC Tabl 2.5 mg

Ingredients

-Item[x]
*Ramipril

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedStatTriatec",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "Triatec",
      "code": {
        "text": "TRIATEC Tabl 2.5 mg"
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "386872004",
                "display": "Ramipril (substance)"
              }
            ],
            "text": "Ramipril"
          }
        }
      ]
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#Triatec"
  },
  "subject": {
    "reference": "Patient/PatientExample"
  },
  "context": {
    "reference": "Encounter/EncounterExample"
  },
  "dateAsserted": "2016-11-29T11:00:00+01:00",
  "reasonCode": [
    {
      "text": "Bluthochdruck"
    }
  ],
  "dosage": [
    {
      "timing": {
        "repeat": {
          "when": [
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0.5,
            "unit": "Tablet (unit of presentation)",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      ]
    }
  ]
}