US Veterans Health Administration FHIR Map Set Implementation Guide
2.1.0 - 260101 United States of America flag

US Veterans Health Administration FHIR Map Set Implementation Guide - Downloaded Version 2.1.0 See the Directory of published versions

: docref-aiscribe-example - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "docref-aiscribe-example",
  "meta" : {
    "profile" : [
      🔗 "http://va.gov/fhir/StructureDefinition/DocumentReferenceDocumentReference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference docref-aiscribe-example</b></p><a name=\"docref-aiscribe-example\"> </a><a name=\"hcdocref-aiscribe-example\"> </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-DocumentReferenceDocumentReference.html\">Document Reference DocumentReference</a></p></div><p><b>identifier</b>: <code>http://va.gov/fhir/sid/sta3n/460/8925</code>/123456</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 84080-1}, {urn:oid:2.16.840.1.113883.6.233 4693667}, {http://va.gov/fhir/CodeSystem/460sta3n8925.1 249}\">DERMATOLOGY OUTPATIENT NOTE</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient/12345\">Patient/12345</a></p><p><b>date</b>: 2005-12-24 09:43:41+1100</p><p><b>author</b>: SUSSEX COUNTY VA CLINIC</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><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><a href=\"http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510\">http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510</a></td><td>3654</td><td><code>2jmj7l5rSw0yVb/vlWAYkK/YBwk=</code></td><td>DERMATOLOGY OUTPATIENT NOTE</td><td>2005-12-24 09:35:00+1100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter/xcda\">Encounter/xcda</a></td><td>2005-12-23 08:00:00+1100 --&gt; 2005-12-23 08:01:00+1100</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://va.gov/fhir/sid/sta3n/460/8925",
      "value" : "123456"
    }
  ],
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "84080-1",
        "display" : "Dermatology Outpatient Note"
      },
      {
        "system" : "urn:oid:2.16.840.1.113883.6.233",
        "code" : "4693667",
        "display" : "DERMATOLOGY OUTPATIENT NOTE"
      },
      {
        "system" : "http://va.gov/fhir/CodeSystem/460sta3n8925.1",
        "code" : "249",
        "display" : "DERMATOLOGY OUTPATIENT NOTE"
      }
    ],
    "text" : "DERMATOLOGY OUTPATIENT NOTE"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code" : "clinical-note",
          "display" : "Clinical Note"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/12345"
  },
  "date" : "2005-12-24T09:43:41+11:00",
  "author" : [
    {
      "display" : "SUSSEX COUNTY VA CLINIC"
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/plain",
        "url" : "http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510",
        "size" : 3654,
        "hash" : "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
        "title" : "DERMATOLOGY OUTPATIENT NOTE",
        "creation" : "2005-12-24T09:35:00+11:00"
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        "reference" : "Encounter/xcda"
      }
    ],
    "period" : {
      "start" : "2005-12-23T08:00:00+11:00",
      "end" : "2005-12-23T08:01:00+11:00"
    }
  }
}