Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: DiagnosticReport Example supporting US Core DiagnosticReport Note Profile - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "Example2",
  "meta" : {
    "lastUpdated" : "2010-05-20T13:38:25.890+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-diagnosticreport-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "New",
        "display" : "New"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pen",
        "display" : "Pen"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPen",
        "display" : "New Pen"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport Example2</b></p><a name=\"Example2\"> </a><a name=\"hcExample2\"> </a><a name=\"Example2-en-US\"> </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\">Last updated: 2010-05-20 13:38:25+0000</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note exchange</a>, <a href=\"StructureDefinition-athena-diagnosticreport-profile.html\">AthenaDiagnosticReport</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pen (Details: EditTags code Pen  = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen  = ' NewPen ', stated as ' New Pen ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><h2><span title=\"Codes:\">F/u of irritable bowel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 OTH}\">Other</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>No display for Patient </td></tr><tr><td>When For</td><td>2015-05-19 09:49:00+0000 --&gt; 2015-05-19 09:49:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></td></tr></table><p><b>Report Details</b></p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "OTH",
          "display" : "Other"
        }
      ],
      "text" : "Other"
    }
  ],
  "code" : {
    "text" : "F/u of irritable bowel"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Example3"
  },
  "effectivePeriod" : {
    "start" : "2015-05-19T09:49:00+00:00",
    "end" : "2015-05-19T09:49:00+00:00"
  },
  "performer" : [
    {
      🔗 "reference" : "Practitioner/Example1"
    }
  ],
  "presentedForm" : [
    {
      "contentType" : "text/rtf",
      "language" : "en",
      "url" : "Binary/DOC-Example3"
    }
  ]
}