NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: research-document-reference-example-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "research-document-reference-example-1",
  "meta" : {
    "profile" : [
      "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-research-document-reference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"research-document-reference-example-1\"> </a></p><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\">Resource DocumentReference &quot;research-document-reference-example-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ncpi-research-document-reference.html\">Research Document Reference</a></p></div><p><b>status</b>: current</p><p><b>subject</b>: <a href=\"Patient-patient-example-3.html\">Patient/patient-example-3</a> &quot; SMITH&quot;</p><p><b>custodian</b>: <a href=\"Organization-organization-example-1.html\">Organization/organization-example-1</a> &quot;Amazing Children's Hospital&quot;</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td><td><b>Url</b></td></tr><tr><td>*</td><td><code>drs://example.com/ga4gh/drs/v1/objects/0f8c27b9-3300-4249-bb28-f49ffb80e277</code></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Related</b></td></tr><tr><td>*</td><td><a href=\"Task-task-example-2.html\">Task/task-example-2</a></td></tr></table></div>"
  },
  "status" : "current",
  "subject" : {
    "reference" : "Patient/patient-example-3"
  },
  "custodian" : {
    "reference" : "Organization/organization-example-1"
  },
  "content" : [
    {
      "attachment" : {
        "url" : "drs://example.com/ga4gh/drs/v1/objects/0f8c27b9-3300-4249-bb28-f49ffb80e277"
      }
    }
  ],
  "context" : {
    "related" : [
      {
        "reference" : "Task/task-example-2"
      }
    ]
  }
}