International Patient Access
1.1.0 - STU1 International flag

International Patient Access, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.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-ipa/ and changes regularly. See the Directory of published versions

: DocumentReference Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "USClinicalNoteExample1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference USClinicalNoteExample1</b></p><a name=\"USClinicalNoteExample1\"> </a><a name=\"hcUSClinicalNoteExample1\"> </a><a name=\"USClinicalNoteExample1-en-US\"> </a><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress Note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 34109-9}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Lufhir, Meiko</a></p><p><b>date</b>: 2019-05-21 20:19:30+0000</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample1.html\">Marty Seeger</a></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>text/html</td><td>Binary/ekAJmRWsOeeVsqjgMnmX-5ZTCqyW.NZW3fvSH8mNXZSg3</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2019-05-21 04:59:00+0000 --&gt; (ongoing)</td></tr></table></div>"
  },
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11506-3",
        "display" : "Progress Note"
      }
    ],
    "text" : "Progress Note"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "34109-9",
          "display" : "Note"
        }
      ],
      "text" : "Clinical Note"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientExample1",
    "display" : "Lufhir, Meiko"
  },
  "date" : "2019-05-21T20:19:30Z",
  "author" : [
    {
      🔗 "reference" : "Practitioner/PractitionerExample1",
      "display" : "Marty Seeger"
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/html",
        "url" : "Binary/ekAJmRWsOeeVsqjgMnmX-5ZTCqyW.NZW3fvSH8mNXZSg3"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2019-05-21T04:59:00Z"
    }
  }
}