0.2.0 - ci-build

ONCOnnectTumorboardIG - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DocumentReference (Example) - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "ONCOnnect-EX-TB-DocumentReference",
  "meta" : {
    "profile" : [
      🔗 "https://tumorboards-ig.app.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ONCOnnect-EX-TB-DocumentReference</b></p><a name=\"ONCOnnect-EX-TB-DocumentReference\"> </a><a name=\"hcONCOnnect-EX-TB-DocumentReference\"> </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-onconnect-pr-tb-documentreference.html\">DocumentReference (Profile)</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 55229-9}\">Immune stain study</span></p><p><b>subject</b>: <a href=\"Patient-ONCOnnect-EX-TB-Patient.html\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</a></p><p><b>description</b>: Immunohistochemistry report</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Size</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>123456</td><td>Immunohistochemistry Bericht</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "55229-9",
        "display" : "Immune stain study"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ONCOnnect-EX-TB-Patient"
  },
  "description" : "Immunohistochemistry report",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "size" : 123456,
        "title" : "Immunohistochemistry Bericht"
      }
    }
  ]
}