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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeDiagnosticReport
IdDiagnosticReport-AtApsExampleDiagnosticReport01.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 AtApsExampleDiagnosticReport01

Laborbefund (Labor)

SubjectMaria Musterfrau Female, DoB: 1998-04-17 ( Social Security number: 0000121150)
When For2024-09-15 10:30:00+0100
Reported2024-09-15 11:00:00+0100
Performer Hanna Hausärztin

Report Details

CodeValueReference RangeFlagsWhen For
Hämoglobin13.6 g/dL (Details: UCUM codeg/dL = 'g/dL')12 g/dL (Details: UCUM codeg/dL = 'g/dL') - 17.5 g/dL (Details: UCUM codeg/dL = 'g/dL')Final2024-10-10 09:30:00+0100

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "AtApsExampleDiagnosticReport01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-diagnosticreport"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Labor"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2",
        "display": "Laboratory report"
      }
    ],
    "text": "Laborbefund"
  },
  "subject": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "effectiveDateTime": "2024-09-15T10:30:00+01:00",
  "issued": "2024-09-15T11:00:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/at-aps-example-practitioner-01",
      "display": "Hanna Hausärztin"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/AtApsExampleSpecimen01",
      "display": "Blutprobe"
    }
  ],
  "result": [
    {
      "reference": "Observation/AtApsExampleObservation01",
      "display": "Hämoglobin"
    }
  ]
}