EHI Export API IG
0.1.0 - ci-build

EHI Export API IG, published by Argonaut. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/argonautproject/ehi-api/ and changes regularly. See the Directory of published versions

: EHI export metadata - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "EHIDocumentReferenceExample",
  "meta" : {
    "profile" : [
      "http://fhir.org/argonaut/ehi-api/StructureDefinition/ehi-document-reference"
    ],
    "tag" : [
      {
        "code" : "ehi-export",
        "display" : "generated as part of an ehi-export request"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"EHIDocumentReferenceExample\"> </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;EHIDocumentReferenceExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehi-document-reference.html\">EHIDocumentReference</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{null null}\"/></p></div><p><b>status</b>: current</p><p><b>description</b>: Demographic information not included in Patient resource, described at http://vendor.example.com/docs/cures-ehi-demographics.html</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/csv</td><td><a href=\"http://server.example.org/patient_file_1.csv\">http://server.example.org/patient_file_1.csv</a></td></tr></table><p><b>format</b>: Demographics table export (Details: https://vendor.example.com/docs/cures-ehi/v2.0.1 code demographics-table = 'demographics-table', stated as 'Demographics table export')</p></blockquote></div>"
  },
  "status" : "current",
  "description" : "Demographic information not included in Patient resource, described at http://vendor.example.com/docs/cures-ehi-demographics.html",
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/csv",
        "url" : "http://server.example.org/patient_file_1.csv"
      },
      "format" : {
        "system" : "https://vendor.example.com/docs/cures-ehi/v2.0.1",
        "code" : "demographics-table",
        "display" : "Demographics table export"
      }
    }
  ]
}