MCC eCare Plan Implementation Guide
1.0.0 - ballot United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: MCC Diagnostic Report and Note Example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "BoneSurvey",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2022-08-02T18:25:58.212+00:00",
    "source" : "#IabLyRh2BJxb1PdV",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCDiagnosticReportAndNote"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\"> XR Bones Survey Views </div>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Status</td>\n                        <td>FINAL</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP29684-5",
          "display" : "Radiology"
        }
      ],
      "text" : "Radiology"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "43518-0",
        "display" : "XR Bones Survey Views"
      }
    ],
    "text" : "XR Bones Survey Views"
  },
  "subject" : {
    🔗 "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "effectiveDateTime" : "2019-02-03T19:43:30.000Z"
}