FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FHIRcastDiagnosticReportOpen-Example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "2402d3bd-e988-414b-b7f2-4322e86c9327",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-open"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 19005-8}\">Radiology Imaging study [Impression] (narrative)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>John Smith (Official)</b> male, DoB: 1978-11-03 ( Medical record number/4438001\u00a0(use:\u00a0official))</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "basedOn" : [
    {
      "type" : "ServiceRequest",
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code" : "ACSN"
            }
          ]
        },
        "system" : "urn:oid:2.16.840.1.113883.19.5",
        "value" : "GH339884",
        "assigner" : {
          🔗 "reference" : "Organization/a92ac1be-fb34-49c1-be58-10928bd271cc",
          "display" : "My Healthcare Provider"
        }
      }
    }
  ],
  "status" : "unknown",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "19005-8",
        "display" : "Radiology Imaging study [Impression] (narrative)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/503824b8-fe8c-4227-b061-7181ba6c3926"
  },
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/e25c1d31-20a2-41f8-8d85-fe2fdeac74fd"
    }
  ]
}