DiagnosticReportMicrobiology

Introduction

The DiagnosticReportMicrobiology profile is used for retrieving data about a complete microbiology report for a patient end to end starting from request. This profile is based on the FHIR resource DiagnosticReport.This profile is derived from a core profile created for DiagnosticReport named DiagnosticReportCore. The data available from COSMIC to this profile is only starting from R8.3.03 COSMIC release, information created before this release cannot be taken from this API.

Intended Use

This profile is created as the main profile for the exposing information related to Microbiology report.This profile is based on the core DiagnosticReport profile that is defined for exposing all types of report based resources.

The intended use for reading data with this API is in first hand that the API is applied for direct access and should not be used to transfer data between caregivers. If it should be used for "data copying" between care providers, patient consent must be handled outside the API.

Specific Rules and Limitations

Type Description
Rule External user should only be the patient that has the Microbiology report. E.g. A healthcare professional is not the intended user of the API.
Rule The consumer of the API is responsible for making sure data retrieved is filtered in compliance with laws and regulations prior to presenting it to any end-users.
Rule For reading diagnostic reports, the external system needs to be able to evaluate PDL. This means whether the information can be displayed for a healthcare professional with a specific assignment. PDL data needed (HSA care unit and HSA care provider) is retrieved by including the organization referenced from DiagnosticReport.performer.OrganizationSEVendorLite.

Profile Overview

DiagnosticReportMicrobiology

idΣ1..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
basedOnI1..1Reference(ServiceRequest)
statusΣ ?!1..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ0..1uri
versionΣ0..1string
codeΣ0..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1stringFixed Value
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ0..1uriFixed Value
versionΣ0..1string
codeΣ0..1codeFixed Value
displayΣ0..1stringFixed Value
userSelectedΣ0..1boolean
textΣ0..1string
subjectΣ I0..1Reference(Patient | Group | Device | Location)
encounterΣ I0..1Reference(Encounter)
issuedΣ0..1instant
performerΣ I0..*Reference(Practitioner | Organization | OrganizationSEVendorLite | https://fhir.cambio.se/StructureDefinition/OrganizationSEIndustryLite)
resultsInterpreterΣ I0..0Reference(Practitioner | PractitionerRole | Organization | CareTeam)
specimenI0..*Reference(Specimen)
resultI0..*Reference(Observation | ObservationMicrobiology)
imagingStudyI0..0Reference(ImagingStudy)
conclusion0..0string
conclusionCode0..0CodeableConcept
presentedFormI0..0Attachment

COS version Profile version Required COSMIC version Date Description
3.0.0 1.0.0 R8.3.05 May 2022 initial version, support for GET

Statuses

FHIR status Status in COSMIC
PRELIMINARY PRELIMINARY
ADDITIONAL APPENDED
FINAL FINAL
Other UNKNOWN

ValueSet

The profile includes bindings to the following FHIR defined value set:

ValueSet

Supported Operations

HTTP Methods

Method Description
GET Support for retrieving DiagnosticReport by report ID.

Query Operations

Search Parameters

Parameter Format Mandatory Comment
_profile string No
patient reference Yes The subject that the observation is about (if patient). The reference can be a literal reference ex: subject=1 or a Business identifier as well. Ex: subject.identifier=urn:oid:1.2.752.129.2.1.3.1|20200109-6078
date date (range) Yes (to date is optional) Date format YYYY-MM-DDThh:mm:ss+zz:zz

Supported Queries

  1. GET [baseURL]/DiagnosticReport/[id] (Read)
  2. GET [baseURL]/DiagnosticReport/_search?patient=[]&date=[] (Search)
  3. GET [baseURL]/DiagnosticReport/_search?patient=[]&date=[]&_include=[] (Search)

Supported Operations

Supported SearchInclude Operations

The following searchInclude parameters are supported:

  1. patient
  2. performer
  3. based-on
  4. date

Supported RevInclude Operations

N/A

Error Codes

No specific error codes for DiagnosticReportMicrobiology. For common codes, refer to Error handling section.