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

FHIR IG analytics

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

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

Profile: APIX Regulatory DocumentReference

identifier: Uniform Resource Identifier (URI)/urn:uuid:80808080-8080-8080-8080-808080808080

status: Current

type: Assessment Report

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

content

Attachments

-ContentTypeUrlTitleCreation
*application/pdfhttp://example.org/FHIR/Binary/102final-assessment-report.pdf2025-04-20 09:00:00+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "docref-assessment-report",
  "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": "urn:ietf:rfc:3986",
      "value": "urn:uuid:80808080-8080-8080-8080-808080808080"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
        "code": "assessment-report",
        "display": "Assessment Report"
      }
    ]
  },
  "date": "2025-04-20T09:00:00+01:00",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "http://example.org/FHIR/Binary/102",
        "title": "final-assessment-report.pdf",
        "creation": "2025-04-20T09:00:00+01:00"
      }
    }
  ]
}