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

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeDocumentReference
IdExample_RL_DocumentReference_Documento.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DocumentReference",
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2026-06-09T10:30:00.000+02:00",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLDocumentReferenceDocumento"
    ]
  },
  "status": "current",
  "subject": {
    "reference": "Patient/b2c3d4e5-f6a7-8901-bcde-f12345678901"
  },
  "date": "2026-06-09T10:00:00.000+02:00",
  "author": [
    {
      "reference": "PractitionerRole/c3d4e5f6-a7b8-9012-cdef-123456789012"
    }
  ],
  "description": "Descrizione clinico-assistenziale paziente",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "data": "JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoK",
        "title": "Referto medico di continuità assistenziale",
        "creation": "2026-06-09"
      }
    }
  ]
}