FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageehi.api
Resource TypeDocumentReference
IdDocumentReference-EHIDocumentReferenceExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference

Resource DocumentReference "EHIDocumentReferenceExample"

Profile: EHIDocumentReference

Tag:

status: current

description: Demographic information not included in Patient resource, described at http://vendor.example.com/docs/cures-ehi-demographics.html

content

Attachments

-ContentTypeUrl
*text/csvhttp://server.example.org/patient_file_1.csv

format: Demographics table export (Details: https://vendor.example.com/docs/cures-ehi/v2.0.1 code demographics-table = 'demographics-table', stated as 'Demographics table export')


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}