MCC eCare Plan Implementation Guide
1.0.0-ballot - Comment only US

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, 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"
}