eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "MedicationStatement",
  "id" : "chmed20af-card-medicationstatement-tt-3-clexane",
  "meta" : {
    "profile" : [
      "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-card-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Marcumar-Therapie mit Clexane  MARCOUMAR Tabl 3 mg  (Prd-Nr. 7157)     Tag 1 (08:00)   1CLEXANE Inj Lös 40 mg/0.4ml  (Prd-Nr. 16607)Tag 3 (08:00)\t                                        1Tag 4 und folgende  (08:00)                             1    &quot;Clecane&quot;: [{            &quot;Id&quot;: &quot;16607&quot;,            &quot;IdType&quot;: 4,            &quot;Pos&quot;: [{                    &quot;DtFrom&quot;: &quot;2017-09-07&quot;,                    &quot;CyDu&quot;: 86400,                    &quot;InRes&quot;: 0,                    &quot;TT&quot;: [{                            &quot;Off&quot;: 28800,                            &quot;DoFrom&quot;: 40.0                        }                    ]                }            ],            &quot;Unit&quot;: &quot;mg&quot;,            &quot;TkgRsn&quot;: &quot;Blutverdünnung&quot;,            &quot;Roa&quot;: &quot;IVINJ&quot;,            &quot;Rep&quot;: 0,            &quot;Subs&quot;: 0,            &quot;NbPack&quot;: 1 </div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "cont1",
      "meta" : {
        "profile" : [
          "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-medication"
        ]
      },
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:2.51.1.1",
            "code" : "7680494563859",
            "display" : "CLEXANE Inj Lös 40 mg/0.4ml"
          }
        ],
        "text" : "CLEXANE Inj Lös 40 mg/0.4ml"
      },
      "form" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "11201000",
            "display" : "Solution for injection"
          }
        ]
      },
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "372562003",
                "display" : "Enoxaparin (substance)"
              }
            ],
            "text" : "Enoxaparin"
          },
          "strength" : {
            "numerator" : {
              "value" : 40,
              "unit" : "milligram",
              "system" : "http://unitsofmeasure.org",
              "code" : "mg"
            },
            "denominator" : {
              "value" : 0.4,
              "unit" : "milliliter",
              "system" : "http://unitsofmeasure.org",
              "code" : "mL"
            }
          }
        }
      ]
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:bf418a1e-22fd-423a-85f0-50a70aaeed20"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "#cont1"
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "informationSource" : {
    "reference" : "Practitioner/chmed20af-practitioner-s01"
  },
  "reasonCode" : [
    {
      "text" : "Blutverdünnung"
    }
  ],
  "dosage" : [
    {
      "text" : "Marcumar-Therapie"
    },
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2017-09-07"
          },
          "duration" : 1,
          "durationUnit" : "d",
          "frequency" : 1,
          "timeOfDay" : [
            "08:00:00"
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 40,
            "unit" : "milligram",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}