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

FHIR IG analytics

Packageke.fhir.core
Resource TypeDocumentReference
IdDocumentReference-example-documentreference-amina-fhg-report.json
FHIR VersionR4

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 example-documentreference-amina-fhg-report

Profile: Kenya Core DocumentReference Profile version: 1.0.0

status: Current

type: Laboratory report

category: Clinical Note

subject: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

date: 2026-08-03 10:00:00+0300

author: Practitioner Dr. Sarah Njoroge

custodian: Organization Kenyatta National Hospital

content

Attachments

-ContentTypeTitle
*application/pdfFull Haemogram Report - 2026-08-03

Source1

{
  "resourceType": "DocumentReference",
  "id": "example-documentreference-amina-fhg-report",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-documentreference|1.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code": "clinical-note",
          "display": "Clinical Note"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/CR2026080100001-1"
  },
  "date": "2026-08-03T10:00:00+03:00",
  "author": [
    {
      "reference": "Practitioner/example-practitioner-njoroge"
    }
  ],
  "custodian": {
    "reference": "Organization/example-organization-knh"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "title": "Full Haemogram Report - 2026-08-03"
      }
    }
  ]
}