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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeDiagnosticReport
IdDiagnosticReport-f202.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 f202

Security Label: process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')

Blood culture for bacteria, including anaerobic screen (Laboratory test)

SubjectUnable to get Patient Details
Reported2013-03-11 10:28:00+0100
Performer http://server.example.org/fhir/Organization/f201

Report Details

CodeValue
The observation 'http://server.example.org/fhir/Observation/f206' could not be resolved

Blood culture tested positive on staphylococcus aureus

Coded Conclusions:

  • Staphylococcus aureus bacteraemia

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "f202",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "PROCESSINLINELABEL",
        "display": "process inline security label"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "http://server.example.org/fhir/ServiceRequest/req"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "15220000",
          "display": "Laboratory test"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "104177005",
        "display": "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  },
  "subject": {
    "reference": "http://server.example.org/fhir/Patient/example"
  },
  "issued": "2013-03-11T10:28:00+01:00",
  "performer": [
    {
      "reference": "http://server.example.org/fhir/Organization/f201"
    }
  ],
  "result": [
    {
      "reference": "http://server.example.org/fhir/Observation/f206"
    }
  ],
  "conclusion": "Blood culture tested positive on staphylococcus aureus",
  "_conclusion": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
        "valueCoding": {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
          "version": "4.0.0",
          "code": "AIAST",
          "display": "Artificial Intelligence asserted"
        }
      }
    ]
  },
  "conclusionCode": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
            "version": "4.0.0",
            "code": "AIAST",
            "display": "Artificial Intelligence asserted"
          }
        }
      ],
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "428763004",
          "display": "Staphylococcus aureus bacteraemia"
        }
      ]
    }
  ]
}