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

FHIR IG analytics

Packagehl7.fhir.uv.lab-report
Resource TypeDiagnosticReport
IdDiagnosticReport-dr-lab-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 dr-lab-example

Bacterial Aerobic & Anaerobic Culture & Susceptibility (Laboratory Studies (set))

SubjectFrantišek Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))
When For2022-10-25 13:35:00+0100
Performer MUDr. Aleš Procházka
Identifier URI/urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f

Report Details

CodeValueFlags
Gram StainFinal
Aerobic CultureFinal
Anaerobic CultureNo growthFinal

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "dr-lab-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/lab-report/StructureDefinition/DiagnosticReport-uv-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference": {
        "reference": "Composition/comp-lab-example"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "26436-6",
          "display": "Laboratory Studies (set)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ],
    "text": "Bacterial Aerobic & Anaerobic Culture & Susceptibility"
  },
  "subject": {
    "reference": "Patient/pat-lab-example"
  },
  "effectiveDateTime": "2022-10-25T13:35:00+01:00",
  "performer": [
    {
      "display": "MUDr. Aleš Procházka"
    }
  ],
  "specimen": [
    {
      "display": "Specimen from wound collected on October 25th, 2022"
    }
  ],
  "result": [
    {
      "reference": "Observation/obs-gram-stain"
    },
    {
      "reference": "Observation/obs-aerobic-culture"
    },
    {
      "reference": "Observation/obs-anaerobic-culture"
    }
  ]
}