Non-patient File Sharing (NPFS)
2.2.0 - Trial-Implementation International flag

This page is part of the Non-patient File Sharing (NPFS) (v2.2.0: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DocumentReference for Minimal metadata - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "ex-DocumentReferenceMinimal",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/NPFS/StructureDefinition/IHE.NPFS.DocumentReference"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"ex-DocumentReferenceMinimal\"> </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;ex-DocumentReferenceMinimal&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.NPFS.DocumentReference.html\">NPFS DocumentReference</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>masterIdentifier</b>: id:\u00a0&lt;a href=&quot;http://terminology.hl7.org/5.0.0/NamingSystem-uri.html&quot;&gt;URI&lt;/a&gt;#urn:oid:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.50220.62012</p><p><b>status</b>: current</p><p><b>type</b>: eReferral workflow <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#1.3.6.1.4.1.19376.1.5.3.1.5.1)</span></p><p><b>category</b>: Code for Workflow Definitions <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-NPFSclasscode.html\">NPFS classcode</a>#WORKFLOW_DEFINITION)</span></p><p><b>date</b>: Apr 4, 2023, 11:00:00 AM</p><p><b>author</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</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>Language</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Hash</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>en-US</td><td><code>urn:uuid:d3e62cb3-7be5-4971-a765-471669688f33</code></td><td>3456</td><td>(base64 data - 48 bytes)</td></tr></table><p><b>format</b>: PDF (Details: urn:oid:2.16.840.1.113883.2.9.3.3.6.1.6 code PDF = 'PDF', stated as 'null')</p></blockquote></div>"
  },
  "masterIdentifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.50220.62012"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "urn:oid:1.3.6.1.4.1.19376.1.5.3.1.5",
        "code" : "1.3.6.1.4.1.19376.1.5.3.1.5.1",
        "display" : "eReferral workflow"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://profiles.ihe.net/ITI/NPFS/CodeSystem/NPFSclasscode",
          "code" : "WORKFLOW_DEFINITION"
        }
      ]
    }
  ],
  "date" : "2023-04-04T11:00:00-05:00",
  "author" : [
    {
      🔗 "reference" : "Patient/ex-patient"
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "language" : "en-US",
        "url" : "urn:uuid:d3e62cb3-7be5-4971-a765-471669688f33",
        "size" : 3456,
        "hash" : "07ae8b27c7596b3314601736f32d5f0ed17fc8c0e27a0475e8ea2d8b2c788436"
      },
      "format" : {
        "system" : "urn:oid:2.16.840.1.113883.2.9.3.3.6.1.6",
        "code" : "PDF"
      }
    }
  ]
}