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

FHIR IG analytics

Packagehl7.fhir.cz.lab
Resource TypeDocumentReference
IdDocumentReference-GeneratedDocumentReference.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 GeneratedDocumentReference

masterIdentifier: http://hospital.example.org/lab-results/LR2345678

status: Current

docStatus: Final

type: Laboratory report

category: Laboratory studies (set)

subject: Radim Podmořský Male, DoB: 1954-08-12 ( https://ncez.mzcr.cz/fhir/sid/rcis#5408120025)

date: 2025-10-17 09:53:00+0100

author: Organization Pracoviště laboratorních metod, Nemocnice

custodian: Organization Pracoviště laboratorních metod, Nemocnice

description: Laboratorní nález

content

Attachments

-ContentTypeUrl
*application/fhir+jsonhttps://example.org.org/fhir/Bundle/lab-report-bundle-example

Contexts

-Period
*2019-10-17 09:53:00+0100 --> (ongoing)

Source1

{
  "resourceType": "DocumentReference",
  "id": "GeneratedDocumentReference",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "masterIdentifier": {
    "system": "http://hospital.example.org/lab-results",
    "value": "LR2345678"
  },
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "26436-6"
        }
      ]
    }
  ],
  "subject": {
    "reference": "urn:uuid:8f79bf84-41e1-485f-95b8-813fe993974d"
  },
  "date": "2025-10-17T09:53:00+01:00",
  "author": [
    {
      "reference": "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012"
    }
  ],
  "custodian": {
    "reference": "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012"
  },
  "description": "Laboratorní nález",
  "content": [
    {
      "attachment": {
        "contentType": "application/fhir+json",
        "url": "https://example.org.org/fhir/Bundle/lab-report-bundle-example"
      }
    }
  ],
  "context": {
    "period": {
      "start": "2019-10-17T09:53:00+01:00"
    }
  }
}