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-marcoumar",
  "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)                             1MARCOUMAR Tabl 3 mg  (Prd-Nr. 7157)     {            &quot;Id&quot;: &quot;7157&quot;,            &quot;IdType&quot;: 4,            &quot;Pos&quot;: [{                    &quot;DtFrom&quot;: &quot;2017-09-05&quot;,                    &quot;DtTo&quot;: &quot;2017-09-05&quot;,                    &quot;CyDu&quot;: 86400,                    &quot;InRes&quot;: 0,                    &quot;TT&quot;: [{                            &quot;Off&quot;: 28800,                            &quot;DoFrom&quot;: 3.0                        }                    ]                }            ], &quot;Unit&quot;: &quot;mg&quot;,            &quot;TkgRsn&quot;: &quot;Blutverdünnung&quot;,            &quot;Roa&quot;: &quot;PO&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" : "7680193950141",
            "display" : "MARCOUMAR Tabl 3 mg"
          }
        ],
        "text" : "MARCOUMAR Tabl 3 mg"
      },
      "form" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "10219000",
            "display" : "Tablet"
          }
        ]
      },
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "59488002",
                "display" : "Phenprocoumon (substance)"
              }
            ],
            "text" : "Phenprocoumon"
          },
          "strength" : {
            "numerator" : {
              "value" : 3,
              "unit" : "milligram",
              "system" : "http://unitsofmeasure.org",
              "code" : "mg"
            },
            "denominator" : {
              "value" : 1,
              "unit" : "Tablet (unit of presentation)",
              "system" : "http://snomed.info/sct",
              "code" : "732936001"
            }
          }
        }
      ]
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:77c95388-3a79-49b6-97a9-b140f9fa7c37"
    }
  ],
  "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-05",
            "end" : "2017-09-05"
          },
          "count" : 1,
          "duration" : 1,
          "durationUnit" : "d",
          "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" : 3,
            "unit" : "milligram",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}