Response to Regulatory Questions (RTQ)
0.1.0 - ci-build

Response to Regulatory Questions (RTQ), published by HL7 International. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/rtq-ig/ and changes regularly. See the Directory of published versions

: example-docref - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "example-docref",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-docref</b></p><a name=\"example-docref\"> </a><a name=\"hcexample-docref\"> </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: <code>http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference</code></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section 1.2}\">Administrative Information</span></p><p><b>date</b>: 2025-11-20 10:00:00+0000</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>Data</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><code>JVBERi0xLjQKJcOkw7zDtsOxdHJhaWxlcjw8L1Jvb3Q8PC9QYWdlczw8L0tpZHMW4+PC9NZWRpYUJveFswIDAgNTk1LjI4IDg0MS44OV0+Pj4+Pj47Cg==</code></td><td>Fee Payment Receipt</td><td>2025-11-19 15:00:00+0000</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
        "code" : "1.2",
        "display" : "Administrative Information"
      }
    ]
  },
  "date" : "2025-11-20T10:00:00Z",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "data" : "JVBERi0xLjQKJcOkw7zDtsOxdHJhaWxlcjw8L1Jvb3Q8PC9QYWdlczw8L0tpZHMW4+PC9NZWRpYUJveFswIDAgNTk1LjI4IDg0MS44OV0+Pj4+Pj47Cg==",
        "title" : "Fee Payment Receipt",
        "creation" : "2025-11-19T15:00:00Z"
      }
    }
  ]
}