Scalable Consent Management
0.1.0 - ci-build United States of America flag

Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. 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/fhir-consent-management/ and changes regularly. See the Directory of published versions

: DocumentReferenceExample - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "DocumentReferenceExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceExample</b></p><a name=\"DocumentReferenceExample\"> </a><a name=\"hcDocumentReferenceExample\"> </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-FASTDocumentReference.html\">FASTDocumentReference</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/1234567</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64292-6}\">Release of information consent Document</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57016-8}\">Privacy policy acknowledgment Document</span></p><p><b>subject</b>: Identifier: <code>http://example.org/mrn</code>/M1230041</p><p><b>date</b>: 2024-01-01 15:30:00+0000</p><p><b>author</b>: Identifier: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</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>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://example.org/consentexample\">http://example.org/consentexample</a></td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org",
      "value" : "1234567"
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "64292-6"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "57016-8"
        }
      ]
    }
  ],
  "subject" : {
    "identifier" : {
      "system" : "http://example.org/mrn",
      "value" : "M1230041"
    }
  },
  "date" : "2024-01-01T15:30:00Z",
  "author" : [
    {
      "identifier" : {
        "system" : "http://hl7.org/fhir/sid/us-npi",
        "value" : "1234567893"
      }
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "http://example.org/consentexample"
      }
    }
  ]
}