Care Coordination Management
0.0.1 - ci-build Estonia (EST)

Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions

: Example of CCM MedicationStatement - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "medication-statement-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/medication-statement-ccm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement medication-statement-ccm-example</b></p><a name=\"medication-statement-ccm-example\"> </a><a name=\"hcmedication-statement-ccm-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-statement-ccm.html\">MedicationStatementCcm</a></p></div><p><b>status</b>: Recorded</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#hcmedication-statement-ccm-example/medication-ccm-example\">Medication </a></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>effective</b>: 2023-10-15 09:00:00+0000</p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://helex.org/fhir/CodeSystem/ccm-meds-reasons 392570002}\">Vererõhk</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient reports taking medication as prescribed.</p>\n</div></blockquote><blockquote><p><b>dosage</b></p><p><b>text</b>: Take one tablet daily</p><p><b>timing</b>: Morning, Evening, Once</p><p><b>asNeeded</b>: false</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetablet = 'tablet')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #medication-ccm-example</b></p><a name=\"medication-statement-ccm-example/medication-ccm-example\"> </a><a name=\"hcmedication-statement-ccm-example/medication-ccm-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-ccm.html\">MedicationCcm</a></p></div><p><b>code</b>: <span title=\"Codes:\">Amlodipine</span></p><p><b>status</b>: Active</p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Amlodipine</span></td></tr></table><p><b>strength</b>: 5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></p></blockquote></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "medication-ccm-example",
      "meta" : {
        "profile" : [
          🔗 "http://helex.org/ig/ccm/StructureDefinition/medication-ccm"
        ]
      },
      "code" : {
        "text" : "Amlodipine"
      },
      "status" : "active",
      "ingredient" : [
        {
          "item" : {
            "concept" : {
              "text" : "Amlodipine"
            }
          },
          "strengthQuantity" : {
            "value" : 5,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ],
  "status" : "recorded",
  "medication" : {
    "reference" : {
      "reference" : "#medication-ccm-example"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "effectiveDateTime" : "2023-10-15T09:00:00+00:00",
  "reason" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "https://helex.org/fhir/CodeSystem/ccm-meds-reasons",
            "code" : "392570002",
            "display" : "Vererõhk"
          }
        ]
      }
    }
  ],
  "note" : [
    {
      "text" : "Patient reports taking medication as prescribed."
    }
  ],
  "dosage" : [
    {
      "text" : "Take one tablet daily",
      "timing" : {
        "repeat" : {
          "when" : [
            "MORN",
            "EVE"
          ]
        }
      },
      "asNeeded" : false,
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "system" : "http://unitsofmeasure.org",
            "code" : "tablet"
          }
        }
      ]
    }
  ]
}