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

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeDocumentReference
IdDocumentReference-doc1.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 doc1

Language: en

version: 1.0

status: Current

docStatus: Final

type: Cover Letter

category: Module 1

content

Attachments

-ContentTypeUrlSizeTitleCreation
*application/pdfhttps://api.synthpharma.example/binaries/submission-123/m1/cover-letter.pdf1250000Cover Letter.pdf2025-11-15 08:30:00+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "doc1",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "version": "1.0",
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
        "code": "1.0",
        "display": "Cover Letter"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
          "code": "m1",
          "display": "Module 1"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "https://api.synthpharma.example/binaries/submission-123/m1/cover-letter.pdf",
        "size": "1250000",
        "title": "Cover Letter.pdf",
        "creation": "2025-11-15T08:30:00+01:00"
      }
    }
  ]
}