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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeDocumentReference
IdDocumentReference-cz-attachment-example.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 cz-attachment-example

status: Current

content

Attachments

-ContentTypeDataTitleCreation
*application/dicomVGhpcyBpcyBhbiBleGFtcGxlDICOM file2025-05-20 12:02:00+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "cz-attachment-example",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-attachment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "content": [
    {
      "attachment": {
        "contentType": "application/dicom",
        "data": "VGhpcyBpcyBhbiBleGFtcGxl",
        "title": "DICOM file",
        "creation": "2025-05-20T12:02:00+01:00"
      }
    }
  ]
}