hl7-be / lab

Creative Commons Zero v1.0 Universal
6 stars 9 forks source link

BeObservationLaboratory.category #160

Closed ArdonToonstra closed 1 year ago

ArdonToonstra commented 2 years ago

The Dutch profiles for LaboratoryTestResults define a mandatory .categegory element containing the FHIR terminology to indicate that the Observation is of the category 'laboratory' like:

{
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/observation-category",
      "code": "laboratory"
    }
  ]
}

This may be helpful for sorting, indexing, and searching, primarily when multiple use cases are implemented that use the Observation resource. What is HL7 BE's opinion about this?

The Nictiz profiles:

ArdonToonstra commented 1 year ago

In addition, this category code has also been made mandatory by the US Core profiles: http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-observation-lab.html

bdc-ehealth commented 1 year ago

At the moment we only have a similar indication on the level of the Composition and the Diagnostic Report.

bdc-ehealth commented 1 year ago

The CoW group does not recommended but will not oppose if it is optional.

bdc-ehealth commented 1 year ago

WG: for secondary data use, or any other uses, a new format can be created, or the current one can be reused without changes. Other use cases are not blocked by the current situation.