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

FHIR IG analytics

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

Language: en

version: 1.0

status: Current

docStatus: Final

type: Mock-ups

content

Attachments

-ContentTypeUrlSizeTitleCreation
*text/htmlhttps://api.synthpharma.example/binaries/submission-123/m1/mockup.html890000Pack Mockup.html2025-11-14 10:00:00+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "doc5",
  "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.3.2",
        "display": "Mock-ups"
      }
    ]
  },
  "content": [
    {
      "attachment": {
        "contentType": "text/html",
        "url": "https://api.synthpharma.example/binaries/submission-123/m1/mockup.html",
        "size": "890000",
        "title": "Pack Mockup.html",
        "creation": "2025-11-14T10:00:00+01:00"
      }
    }
  ]
}