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-2",
  "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\"> ASPIRIN CARDIO Filmtabl 100 mg 28 Stk 0-1-0-0 ab 10.2.2016 </div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "cont2",
      "meta" : {
        "profile" : [
          "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-medication"
        ]
      },
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:2.51.1.1",
            "code" : "7680517950680",
            "display" : "ASPIRIN CARDIO Filmtabl 100 mg 28 Stk"
          }
        ],
        "text" : "ASPIRIN CARDIO Filmtabl 100 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" : "387458008",
                "display" : "Aspirin (substance)"
              }
            ],
            "text" : "Aspirin"
          },
          "strength" : {
            "numerator" : {
              "value" : 100,
              "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:3cb3f6c5-b268-4952-a9db-ccd6caa53647"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "#cont2"
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "informationSource" : {
    "reference" : "Practitioner/chmed20af-practitioner-s01"
  },
  "reasonCode" : [
    {
      "text" : "Blutverdünnung"
    }
  ],
  "dosage" : [
    {
      "text" : "1 Tablette morgens"
    },
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2016-09-12",
            "end" : "2020-09-12"
          },
          "when" : [
            "MORN"
          ]
        }
      },
      "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}"
          }
        }
      ]
    }
  ]
}