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

FHIR IG analytics

Packagepc.ig
Resource TypeDiagnosticReport
IdDiagnosticReport-lab-report-example-1.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: DiagnosticReport lab-report-example-1

Laboratory report (Laboratory)

SubjectAnonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)
When For2023-09-02 09:15:00+0100
Reported2023-09-02 11:30:00+0100

Report Details

CodeValueFlags
Creatinine [Mass/volume] in Serum or Plasma1.2 mg/dL (Details: UCUM codemg/dL = 'mg/dL')Final, High

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "lab-report-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "effectiveDateTime": "2023-09-02T09:15:00+01:00",
  "issued": "2023-09-02T11:30:00+01:00",
  "specimen": [
    {
      "reference": "Specimen/biosample-example-1"
    }
  ],
  "result": [
    {
      "reference": "Observation/lab-result-observation-example-1"
    }
  ]
}