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-s01-4",
  "meta" : {
    "lastUpdated" : "2017-02-23T14:17:28.000+01:00",
    "profile" : [
      "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-card-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">ZOCOR Filmtabl 20 mg 28 Stk - 0-0-1-0 ab 2.10.2016 </div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "cont4",
      "meta" : {
        "profile" : [
          "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-medication"
        ]
      },
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:2.51.1.1",
            "code" : "7680497420456",
            "display" : "ZOCOR Filmtabl 20 mg 28 Stk"
          }
        ],
        "text" : "ZOCOR Filmtabl 20 mg 28 Stk"
      },
      "form" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "10221000",
            "display" : "Film-coated tablet"
          }
        ]
      },
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "387584000",
                "display" : "Simvastatin (substance)"
              }
            ],
            "text" : "Simvastatin"
          },
          "strength" : {
            "numerator" : {
              "value" : 20,
              "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:47d40ed5-05fc-49f6-b7d8-3ee7d31022cc"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "#cont4"
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "informationSource" : {
    "reference" : "Practitioner/chmed20af-practitioner-s01"
  },
  "reasonCode" : [
    {
      "text" : "Cholesterinsenker"
    }
  ],
  "dosage" : [
    {
      "text" : "1 Tablette abends"
    },
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2016-02-10"
          },
          "when" : [
            "EVE"
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Piece",
            "system" : "http://unitsofmeasure.org",
            "code" : "{Piece}"
          }
        }
      ]
    }
  ]
}