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

FHIR IG analytics

Packagejohnmoehrke.testbinary.example
Resource TypeDocumentReference
IdDocumentReference-Dr-hello-world-not.json
FHIR VersionR5

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 Dr-hello-world-not

Language: en

status: Current

content

attachment

id

ig-loader-hello-world.txt

contentType: text/plain

language: English

size: 20

hash: SGVsbG8gV29ybGQgVGV4dCBGaWxl

title: Hello World Text File

creation: 2024-09-01 00:00:00+0000


Source1

{
  "resourceType": "DocumentReference",
  "id": "Dr-hello-world-not",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "content": [
    {
      "attachment": {
        "id": "ig-loader-hello-world.txt",
        "contentType": "text/plain",
        "language": "en",
        "size": "20",
        "hash": "SGVsbG8gV29ybGQgVGV4dCBGaWxl",
        "title": "Hello World Text File",
        "creation": "2024-09-01T00:00:00Z"
      }
    }
  ]
}