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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypeDiagnosticReport
IdDiagnosticReport-example.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 example

Language: en

CBC panel - Blood by Automated count (Laboratory)

SubjectJim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))
When For2005-07-05
Reported2005-07-06 11:45:33+1100
Performer Organization Health Level Seven International

Report Details

CodeValueFlagsWhen ForReported
Hemoglobin [Mass/volume] in Venous blood (Superficial forearm vein)7.2 g/dl (Details: UCUM codeg/dL = 'g/dL')Final, Below low normal2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+01002013-04-03 15:30:10+0100

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example",
  "language": "en",
  "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": "58410-2",
        "display": "CBC panel - Blood by Automated count"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Peter Chalmers"
  },
  "effectiveDateTime": "2005-07-05",
  "issued": "2005-07-06T11:45:33+11:00",
  "performer": [
    {
      "reference": "Organization/example"
    }
  ],
  "result": [
    {
      "reference": "Observation/example"
    }
  ]
}