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

FHIR IG analytics

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

version: 1; Last updated: 2025-04-20 09:00:00+0100; Language: en

Profile: APIX Regulatory DocumentReference

identifier: http://example.org/european-med-agency/docref-id/urn:uuid:70707070-7070-7070-7070-707070707070

status: Current

type: Approval Letter

date: 2025-04-20 09:00:00+0100

content

Attachments

-ContentTypeUrlTitleCreation
*application/pdfhttp://example.org/FHIR/Binary/101approval-letter.pdf2025-04-20 09:00:00+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "docref-approval-letter",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-04-20T09:00:00+01:00",
    "profile": [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/european-med-agency/docref-id",
      "value": "urn:uuid:70707070-7070-7070-7070-707070707070"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
        "code": "approval-letter",
        "display": "Approval Letter"
      }
    ]
  },
  "date": "2025-04-20T09:00:00+01:00",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "http://example.org/FHIR/Binary/101",
        "title": "approval-letter.pdf",
        "creation": "2025-04-20T09:00:00+01:00"
      }
    }
  ]
}