fixedValueSets = Map.of(
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/ValueSet/mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc",
+ "mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc.json",
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/ValueSet/mii-vs-mikrobio-empfindlichkeit-genotyp-loinc",
+ "mii-vs-mikrobio-empfindlichkeit.json",
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/ValueSet/mii-vs-mikrobio-mre-klasse-snomedct",
+ "mii-vs-mikrobio-mre-klasse-snomedct.json");
+
+ @Override
+ public ValueSet modifyPreExpansion(ValueSet vs)
+ {
+ if (vs.getUrl() != null && vs.getVersion() != null && vs.getVersion().equals("2024.0.0"))
+ {
+ String fileName = fixedValueSets.get(vs.getUrl());
+ if (fileName != null)
+ {
+ return (ValueSet) FhirContext.forR4().newJsonParser()
+ .parseResource(getClass().getResourceAsStream("/bugfix/fhir/ValueSet/" + fileName));
+ }
+ }
+
+ return vs;
+ }
+}
diff --git a/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc.json b/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc.json
new file mode 100644
index 00000000..f79e32c8
--- /dev/null
+++ b/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc.json
@@ -0,0 +1,55 @@
+{
+ "resourceType": "ValueSet",
+ "url": "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/ValueSet/mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc",
+ "title": "MII VS Mikrobio Empfindlichkeit Phenotyp [LOINC]",
+ "name": "MII_VS_Mikrobio_Empfindlichkeit_Phenotyp_LOINC",
+ "status": "active",
+ "version": "2024.0.0",
+ "compose": {
+ "include": [
+ {
+ "filter": [
+ {
+ "property": "CLASS",
+ "op": "=",
+ "value": "ABXBACT"
+ },
+ {
+ "property": "PROPERTY",
+ "value": "LP6870-2",
+ "op": "="
+ },
+ {
+ "property": "STATUS",
+ "value": "ACTIVE",
+ "op": "="
+ },
+ {
+ "property": "ORDER_OBS",
+ "value": "Observation",
+ "op": "="
+ }
+ ],
+ "system": "http://loinc.org"
+ }
+ ],
+ "exclude": [
+ {
+ "system": "http://loinc.org",
+ "filter": [
+ {
+ "property": "METHOD_TYP",
+ "value": "LP28723-2",
+ "op": "="
+ }
+ ]
+ }
+ ]
+ },
+ "text": {
+ "status": "generated",
+ "div": "MII VS Mikrobio Empfindlichkeit Phenotyp [LOINC]
https://www.medizininformatik-initiative.de/fhir/ext/modul-mikrobiologie/ValueSet/mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc"
+ },
+ "id": "mii-vs-mikrobio-empfindlichkeit-phenotyp-loinc",
+ "date": "2023-03-02T00:00:00.000Z"
+}
diff --git a/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-empfindlichkeit.json b/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-empfindlichkeit.json
new file mode 100644
index 00000000..531926d4
--- /dev/null
+++ b/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-empfindlichkeit.json
@@ -0,0 +1,38 @@
+{
+ "resourceType": "ValueSet",
+ "id": "mii-vs-mikrobio-empfindlichkeit-genotyp-loinc",
+ "text": {
+ "status": "generated",
+ "div": "MII VS Mikrobio Empfänglichkeit Genotyp
https://www.medizininformatik-initiative.de/fhir/ext/modul-mikrobio/ValueSet/mii-vs-mikrobio-empfindlichkeit-genotyp-loinc"
+ },
+ "url": "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/ValueSet/mii-vs-mikrobio-empfindlichkeit-genotyp-loinc",
+ "version": "2024.0.0",
+ "name": "MII_VS_Mikrobio_Empfänglichkeit_Genotyp_LOINC",
+ "title": "MII VS Mikrobio Empfänglichkeit Genotyp [LOINC]",
+ "status": "active",
+ "date": "2023-03-02T00:00:00.000Z",
+ "compose": {
+ "include": [
+ {
+ "system": "http://loinc.org",
+ "filter": [
+ {
+ "property": "CLASS",
+ "op": "=",
+ "value": "ABXBACT"
+ },
+ {
+ "property": "PROPERTY",
+ "op": "=",
+ "value": "LP6870-2"
+ },
+ {
+ "property": "METHOD_TYP",
+ "op": "=",
+ "value": "LP28723-2"
+ }
+ ]
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-mre-klasse-snomedct.json b/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-mre-klasse-snomedct.json
new file mode 100644
index 00000000..ad52e8df
--- /dev/null
+++ b/codex-process-data-transfer/src/main/resources/bugfix/fhir/ValueSet/mii-vs-mikrobio-mre-klasse-snomedct.json
@@ -0,0 +1,48 @@
+{
+ "resourceType": "ValueSet",
+ "url": "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/ValueSet/mii-vs-mikrobio-mre-klasse-snomedct",
+ "title": "MII VS Mikrobio MRE Klasse [SNOMED CT]",
+ "name": "MII_VS_Mikrobio_MRE_Klasse_SNOMEDCT",
+ "status": "active",
+ "version": "2024.0.0",
+ "compose": {
+ "include": [
+ {
+ "filter": [
+ {
+ "property": "concept",
+ "op": "is-a",
+ "value": "409795000"
+ }
+ ],
+ "system": "http://snomed.info/sct"
+ },
+ {
+ "filter": [
+ {
+ "property": "concept",
+ "op": "is-a",
+ "value": "409794001"
+ }
+ ],
+ "system": "http://snomed.info/sct"
+ },
+ {
+ "filter": [
+ {
+ "property": "concept",
+ "op": "is-a",
+ "value": "409793007"
+ }
+ ],
+ "system": "http://snomed.info/sct"
+ }
+ ]
+ },
+ "text": {
+ "status": "generated",
+ "div": "MII VS Mikrobio MRE Klasse
https://www.medizininformatik-initiative.de/fhir/ext/modul-mikrobio/ValueSet/mii-vs-mikrobio-mre-klasse-snomedct"
+ },
+ "id": "mii-vs-mikrobio-mre-klasse-snomedct",
+ "date": "2023-03-02T00:00:00.000Z"
+}
\ No newline at end of file
diff --git a/codex-process-data-transfer/src/main/resources/fhir/Bundle/SearchBundle.xml b/codex-process-data-transfer/src/main/resources/fhir/Bundle/SearchBundle.xml
index 4372c167..ec284ed3 100644
--- a/codex-process-data-transfer/src/main/resources/fhir/Bundle/SearchBundle.xml
+++ b/codex-process-data-transfer/src/main/resources/fhir/Bundle/SearchBundle.xml
@@ -3,7 +3,7 @@
-
+
@@ -15,31 +15,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/codex-process-data-transfer/src/main/resources/fhir/CodeSystem/data-transfer-error.xml b/codex-process-data-transfer/src/main/resources/fhir/CodeSystem/data-transfer-error.xml
index da257853..9e4356b3 100644
--- a/codex-process-data-transfer/src/main/resources/fhir/CodeSystem/data-transfer-error.xml
+++ b/codex-process-data-transfer/src/main/resources/fhir/CodeSystem/data-transfer-error.xml
@@ -81,6 +81,11 @@
+
+
+
+
+
diff --git a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/PolarDataTest.java b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/PolarDataTest.java
index 2504c61f..283c1206 100644
--- a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/PolarDataTest.java
+++ b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/PolarDataTest.java
@@ -54,6 +54,7 @@
import org.hl7.fhir.r4.model.Procedure;
import org.hl7.fhir.r4.model.Reference;
import org.hl7.fhir.r4.model.Resource;
+import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -85,6 +86,7 @@
import de.rwh.utils.crypto.io.PemIo;
import dev.dsf.fhir.validation.ValueSetExpanderImpl;
+@Ignore
public class PolarDataTest
{
private static final Logger logger = LoggerFactory.getLogger(PolarDataTest.class);
@@ -274,7 +276,7 @@ private static Bundle fixBundle(String trace, Bundle bundle, Set resourc
fixIdentifier(eTrace, resource);
- if (resource instanceof Patient patient)
+ if (resource instanceof Patient)
{
// nothing to do
}
@@ -303,7 +305,7 @@ else if (resource instanceof Condition condition)
{
fixReference(eTrace + "/subject", condition.getSubject(), idTranslation);
}
- else if (resource instanceof Medication medication)
+ else if (resource instanceof Medication)
{
// nothing to do
}
diff --git a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/fhir/AbstractFhirClientTest.java b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/fhir/AbstractFhirClientTest.java
index 7c4ea6bd..9f241dcc 100644
--- a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/fhir/AbstractFhirClientTest.java
+++ b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/fhir/AbstractFhirClientTest.java
@@ -36,7 +36,7 @@ public void testSetSearchBundleWithExportTo() throws Exception
DataStoreClient dataClient = Mockito.mock(DataStoreClient.class);
DataLogger dataLogger = Mockito.mock(DataLogger.class);
when(dataClient.getSearchBundleOverride())
- .thenReturn(Paths.get("src/main/resources/fhir/Bundle/SearchBundle.xml"));
+ .thenReturn(Paths.get("src/test/resources/fhir/Bundle/SearchBundle.xml"));
when(dataClient.getFhirContext()).thenReturn(fhirContext);
AbstractFhirClient client = Mockito.mock(AbstractFhirClient.class,
Mockito.withSettings().useConstructor(dataClient, dataLogger).defaultAnswer(CALLS_REAL_METHODS));
@@ -69,7 +69,7 @@ public void testSetSearchBundleWithExportFromAndExportTo() throws Exception
DataStoreClient dataClient = Mockito.mock(DataStoreClient.class);
DataLogger dataLogger = Mockito.mock(DataLogger.class);
when(dataClient.getSearchBundleOverride())
- .thenReturn(Paths.get("src/main/resources/fhir/Bundle/SearchBundle.xml"));
+ .thenReturn(Paths.get("src/test/resources/fhir/Bundle/SearchBundle.xml"));
when(dataClient.getFhirContext()).thenReturn(fhirContext);
AbstractFhirClient client = Mockito.mock(AbstractFhirClient.class,
Mockito.withSettings().useConstructor(dataClient, dataLogger).defaultAnswer(CALLS_REAL_METHODS));
@@ -104,7 +104,7 @@ public void testSetSearchBundleWithPatientIdAndExportFromAndExportTo() throws Ex
DataStoreClient dataClient = Mockito.mock(DataStoreClient.class);
DataLogger dataLogger = Mockito.mock(DataLogger.class);
when(dataClient.getSearchBundleOverride())
- .thenReturn(Paths.get("src/main/resources/fhir/Bundle/SearchBundle.xml"));
+ .thenReturn(Paths.get("src/test/resources/fhir/Bundle/SearchBundle.xml"));
when(dataClient.getFhirContext()).thenReturn(fhirContext);
AbstractFhirClient client = Mockito.mock(AbstractFhirClient.class,
Mockito.withSettings().useConstructor(dataClient, dataLogger).defaultAnswer(CALLS_REAL_METHODS));
@@ -140,7 +140,7 @@ public void testSetSearchBundleWithPseudonymIdAndExportFromAndExportTo() throws
DataStoreClient dataClient = Mockito.mock(DataStoreClient.class);
DataLogger dataLogger = Mockito.mock(DataLogger.class);
when(dataClient.getSearchBundleOverride())
- .thenReturn(Paths.get("src/main/resources/fhir/Bundle/SearchBundle.xml"));
+ .thenReturn(Paths.get("src/test/resources/fhir/Bundle/SearchBundle.xml"));
when(dataClient.getFhirContext()).thenReturn(fhirContext);
AbstractFhirClient client = Mockito.mock(AbstractFhirClient.class,
Mockito.withSettings().useConstructor(dataClient, dataLogger).defaultAnswer(CALLS_REAL_METHODS));
diff --git a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/MiiTest.java b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/MiiTest.java
index f385c0d4..090cc8e3 100644
--- a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/MiiTest.java
+++ b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/MiiTest.java
@@ -71,9 +71,9 @@ public void testInit() throws Exception
for (ValidationPackageWithDepedencies p : packagesWithDependencies)
{
- logger.info(p.getName() + "|" + p.getVersion());
+ logger.info("{}|{}", p.getName(), p.getVersion());
for (ValidationPackage d : p.getDependencies())
- logger.info("\t" + d.getName() + "|" + d.getVersion());
+ logger.info("\t{}|{}", d.getName(), d.getVersion());
}
}
diff --git a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/ValidateDataLearningTest.java b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/ValidateDataLearningTest.java
index b94938eb..ca2f78f3 100644
--- a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/ValidateDataLearningTest.java
+++ b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/validation/ValidateDataLearningTest.java
@@ -190,8 +190,8 @@ public void testDownloadTarGzAndParseDescriptor() throws Exception
});
ValidationPackageDescriptor descriptor = validationPackage.getDescriptor(mapper);
- logger.debug(descriptor.getName() + "/" + descriptor.getVersion() + ":");
- descriptor.getDependencies().forEach((k, v) -> logger.debug("\t" + k + "/" + v));
+ logger.debug("{}/{}:", descriptor.getName(), descriptor.getVersion());
+ descriptor.getDependencies().forEach((k, v) -> logger.debug("\t{}/{}", k, v));
}
@Test
@@ -372,7 +372,7 @@ public void testGenerateSnapshots() throws Exception
packageWithDependencies.getAllStructureDefinitions().stream()
.sorted(Comparator.comparing(StructureDefinition::getUrl)
.thenComparing(Comparator.comparing(StructureDefinition::getVersion)))
- .forEach(s -> logger.debug(s.getUrl() + " " + s.getVersion()));
+ .forEach(s -> logger.debug("{} {}", s.getUrl(), s.getVersion()));
StructureDefinition miiRef = packageWithDependencies.getAllStructureDefinitions().stream()
.filter(s -> "https://www.medizininformatik-initiative.de/fhir/core/StructureDefinition/MII-Reference"
@@ -427,13 +427,13 @@ private void printTree(StructureDefinition def, Map
{
logger.debug("");
logger.debug(" Profile-Dependencies:");
- profileDependencies.stream().sorted().forEach(url -> logger.debug(" " + url));
+ profileDependencies.stream().sorted().forEach(url -> logger.debug(" {}", url));
}
if (!targetProfileDependencies.isEmpty())
{
logger.debug("");
logger.debug(" TargetProfile-Dependencies:");
- targetProfileDependencies.stream().sorted().forEach(url -> logger.debug(" " + url));
+ targetProfileDependencies.stream().sorted().forEach(url -> logger.debug(" {}", url));
}
}
@@ -441,13 +441,13 @@ private void printTree(String k, StructureDefinition def,
Map structureDefinitionsByUrl, String indentation,
Set profileDependencies, Set targetProfileDependencies)
{
- logger.debug(indentation + "Profile: " + k);
+ logger.debug("{}Profile: {}", indentation, k);
for (ElementDefinition element : def.getDifferential().getElement())
{
if (element.getType().stream().filter(t -> !t.getProfile().isEmpty() || !t.getTargetProfile().isEmpty())
.findAny().isPresent())
{
- logger.debug(indentation + " Element: " + element.getId() + " (Path: " + element.getPath() + ")");
+ logger.debug("{} Element: {} (Path: {})", indentation, element.getId(), element.getPath());
for (TypeRefComponent type : element.getType())
{
if (!type.getProfile().isEmpty())
@@ -461,7 +461,7 @@ private void printTree(String k, StructureDefinition def,
structureDefinitionsByUrl, indentation + " ", profileDependencies,
targetProfileDependencies);
else
- logger.debug(indentation + " Profile: " + profile.getValue() + " ?");
+ logger.debug("{} Profile: {} ?", indentation, profile.getValue());
}
}
if (!type.getTargetProfile().isEmpty())
@@ -469,7 +469,7 @@ private void printTree(String k, StructureDefinition def,
for (CanonicalType targetProfile : type.getTargetProfile())
{
targetProfileDependencies.add(targetProfile.getValue());
- logger.debug(indentation + " TargetProfile: " + targetProfile.getValue());
+ logger.debug("{} TargetProfile: {}", indentation, targetProfile.getValue());
}
}
}
diff --git a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceListTest.java b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceListTest.java
index aad7e131..e31b3cba 100644
--- a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceListTest.java
+++ b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceListTest.java
@@ -10,6 +10,7 @@
import java.util.UUID;
import org.hl7.fhir.r4.model.Identifier;
+import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -19,6 +20,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.json.JsonMapper;
+@Ignore
public class PatientReferenceListTest
{
private static final Logger logger = LoggerFactory.getLogger(PatientReferenceListTest.class);
diff --git a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceTest.java b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceTest.java
index 39b43140..abe0d615 100644
--- a/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceTest.java
+++ b/codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/variables/PatientReferenceTest.java
@@ -9,6 +9,7 @@
import java.util.UUID;
import org.hl7.fhir.r4.model.Identifier;
+import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -18,6 +19,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.json.JsonMapper;
+@Ignore
public class PatientReferenceTest
{
private static final Logger logger = LoggerFactory.getLogger(PatientReferenceTest.class);
diff --git a/codex-process-data-transfer/src/test/resources/fhir/Bundle/SearchBundle.xml b/codex-process-data-transfer/src/test/resources/fhir/Bundle/SearchBundle.xml
new file mode 100644
index 00000000..05aebb53
--- /dev/null
+++ b/codex-process-data-transfer/src/test/resources/fhir/Bundle/SearchBundle.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/codex-process-data-transfer/src/test/resources/fhir/Bundle/dic_fhir_store_demo_risk_principe.json b/codex-process-data-transfer/src/test/resources/fhir/Bundle/dic_fhir_store_demo_risk_principe.json
new file mode 100644
index 00000000..0193624b
--- /dev/null
+++ b/codex-process-data-transfer/src/test/resources/fhir/Bundle/dic_fhir_store_demo_risk_principe.json
@@ -0,0 +1,2068 @@
+{
+ "resourceType": "Bundle",
+ "type": "transaction",
+ "entry": [
+ {
+ "fullUrl": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba",
+ "resource": {
+ "resourceType": "Patient",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/PatientPseudonymisiert"
+ ]
+ },
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "code": "PSEUDED",
+ "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"
+ }
+ ]
+ },
+ "system": "urn:ietf:rfc:4122",
+ "value": "07f602e0-579e-4fe3-95af-381728b00015"
+ }
+ ],
+ "gender": "other",
+ "_gender": {
+ "extension": [
+ {
+ "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
+ "valueCoding": {
+ "code": "D",
+ "system": "http://fhir.de/CodeSystem/gender-amtlich-de",
+ "display": "divers"
+ }
+ }
+ ]
+ },
+ "birthDate": "2022-12-01",
+ "managingOrganization": {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
+ "value": "MHH"
+ }
+ }
+ },
+ "request": {
+ "method": "POST",
+ "url": "Patient"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2",
+ "resource": {
+ "resourceType": "Encounter",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung"
+ ]
+ },
+ "serviceType": {
+ "coding": [
+ {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/modul-fall/CodeSystem/Fachabteilungsschluessel",
+ "code": "3700",
+ "display": "Sonstige Fachabteilung",
+ "userSelected": false
+ }
+ ]
+ },
+ "class": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "status": "finished",
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "code": "VN",
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
+ }
+ ]
+ },
+ "system": "http://medizininformatik-initiative.de/fhir/NamingSystem/Aufnahmenummer/MusterKrankenhaus",
+ "value": "F_0000001"
+ }
+ ],
+ "diagnosis": [
+ {
+ "use": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "condition": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "period": {
+ "start": "2020-01-08T07:00:00+01:00",
+ "end": "2020-01-11T05:00:00+01:00"
+ }
+ },
+ "request": {
+ "method": "POST",
+ "url": "Encounter"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:bb8e9846-9bc1-4a7a-8e1a-cf941c5fddb6",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Observation",
+ "id": "empf-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-empfindlichkeit"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "18868-0",
+ "display": "Aztreonam [Susceptibility]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueQuantity": {
+ "system": "http://unitsofmeasure.org",
+ "value": 32,
+ "code": "mg/L",
+ "unit": "mg/L"
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "interpretation": [
+ {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1306577009",
+ "display": "European Committee on Antimicrobial Susceptibility Testing category 2019 Susceptible, standard dosing regimen",
+ "version": "20240301"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "resourceType": "Observation",
+ "id": "mre-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-mre-klasse"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1285113001",
+ "display": "Type of antimicrobial resistant organism (observable entity)"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "115329001",
+ "display": "Methicillin resistant Staphylococcus aureus"
+ }
+ ]
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ },
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "11475-1",
+ "display": "Microorganism identified in Specimen by Culture"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "260373001",
+ "display": "Detected (qualifier value)"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "hasMember": [
+ {
+ "reference": "#empf-1"
+ },
+ {
+ "reference": "#mre-1"
+ }
+ ],
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:17e03942-3286-4b7c-86c2-9ff7f218a74e",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Observation",
+ "id": "empf-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-empfindlichkeit"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "18868-0",
+ "display": "Aztreonam [Susceptibility]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueQuantity": {
+ "system": "http://unitsofmeasure.org",
+ "value": 32,
+ "code": "mg/L",
+ "unit": "mg/L"
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "interpretation": [
+ {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1306577009",
+ "display": "European Committee on Antimicrobial Susceptibility Testing category 2019 Susceptible, standard dosing regimen",
+ "version": "20240301"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "resourceType": "Observation",
+ "id": "mre-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-mre-klasse"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1285113001",
+ "display": "Type of antimicrobial resistant organism (observable entity)"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "113727004",
+ "display": "Vancomycin resistant Enterococcus"
+ }
+ ]
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ },
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "11475-1",
+ "display": "Microorganism identified in Specimen by Culture"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "260373001",
+ "display": "Detected (qualifier value)"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "hasMember": [
+ {
+ "reference": "#empf-1"
+ },
+ {
+ "reference": "#mre-1"
+ }
+ ],
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:863d6462-1293-4999-b173-b37d0b817444",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Observation",
+ "id": "empf-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-empfindlichkeit"
+ ]
+ },
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
+ "code": "OBI"
+ }
+ ]
+ },
+ "system": "https://example.org/fhir/sid/test-lab-results",
+ "value": "59826-8_1234567890",
+ "assigner": {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
+ "value": "DIZ-ID"
+ }
+ }
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "18868-0",
+ "display": "Aztreonam [Susceptibility]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueQuantity": {
+ "system": "http://unitsofmeasure.org",
+ "value": 32,
+ "code": "mg/L",
+ "unit": "mg/L"
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "interpretation": [
+ {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1306577009",
+ "display": "European Committee on Antimicrobial Susceptibility Testing category 2019 Susceptible, standard dosing regimen",
+ "version": "20240301"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "resourceType": "Observation",
+ "id": "mrgn-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-mrgn-klasse"
+ ]
+ },
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
+ "code": "OBI"
+ }
+ ]
+ },
+ "system": "https://example.org/fhir/sid/test-lab-results",
+ "value": "59826-8_1234567890",
+ "assigner": {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
+ "value": "DIZ-ID"
+ }
+ }
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "99780-9",
+ "display": "Multidrug resistant gram-negative organism classification [Type]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "LA33214-0",
+ "display": "2MRGN"
+ }
+ ]
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ },
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
+ "code": "OBI"
+ }
+ ]
+ },
+ "system": "https://example.org/fhir/sid/test-lab-results",
+ "value": "59826-8_1234567890",
+ "assigner": {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
+ "value": "DIZ-ID"
+ }
+ }
+ }
+ ],
+ "status": "final",
+ "performer": [
+ {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifiers",
+ "value": "Charité"
+ }
+ }
+ ],
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "11475-1",
+ "display": "Microorganism identified in Specimen by Culture"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "260373001",
+ "display": "Detected (qualifier value)"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "hasMember": [
+ {
+ "reference": "#empf-1"
+ },
+ {
+ "reference": "#mrgn-1"
+ }
+ ],
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:37a62b3c-2521-4c8c-b713-b3ae41f9224c",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Observation",
+ "id": "empf-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-empfindlichkeit"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "18868-0",
+ "display": "Aztreonam [Susceptibility]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "valueQuantity": {
+ "system": "http://unitsofmeasure.org",
+ "value": 32,
+ "code": "mg/L",
+ "unit": "mg/L"
+ },
+ "interpretation": [
+ {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1306577009",
+ "display": "European Committee on Antimicrobial Susceptibility Testing category 2019 Susceptible, standard dosing regimen",
+ "version": "20240301"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "resourceType": "Observation",
+ "id": "mrgn-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-mrgn-klasse"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "99780-9",
+ "display": "Multidrug resistant gram-negative organism classification [Type]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "LA33215-7",
+ "display": "3MRGN"
+ }
+ ]
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ },
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "11475-1",
+ "display": "Microorganism identified in Specimen by Culture"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "260373001",
+ "display": "Detected (qualifier value)"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "hasMember": [
+ {
+ "reference": "#empf-1"
+ },
+ {
+ "reference": "#mrgn-1"
+ }
+ ],
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:e616f94e-534d-40a4-9d15-59a5dc271e48",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Observation",
+ "id": "empf-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-empfindlichkeit"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "18868-0",
+ "display": "Aztreonam [Susceptibility]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueQuantity": {
+ "system": "http://unitsofmeasure.org",
+ "value": 32,
+ "code": "mg/L",
+ "unit": "mg/L"
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "interpretation": [
+ {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1306577009",
+ "display": "European Committee on Antimicrobial Susceptibility Testing category 2019 Susceptible, standard dosing regimen",
+ "version": "20240301"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "resourceType": "Observation",
+ "id": "mrgn-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-mrgn-klasse"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "99780-9",
+ "display": "Multidrug resistant gram-negative organism classification [Type]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "LA33215-7",
+ "display": "3MRGN"
+ }
+ ]
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ },
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "11475-1",
+ "display": "Microorganism identified in Specimen by Culture"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "260373001",
+ "display": "Detected (qualifier value)"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "hasMember": [
+ {
+ "reference": "#empf-1"
+ },
+ {
+ "reference": "#mrgn-1"
+ }
+ ],
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:a96ea433-8a27-4f67-9606-c19b0a4c12fa",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-kultur-nachweis"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Observation",
+ "id": "empf-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-empfindlichkeit"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "18868-0",
+ "display": "Aztreonam [Susceptibility]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueQuantity": {
+ "system": "http://unitsofmeasure.org",
+ "value": 32,
+ "code": "mg/L",
+ "unit": "mg/L"
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ },
+ "interpretation": [
+ {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "1306577009",
+ "display": "European Committee on Antimicrobial Susceptibility Testing category 2019 Susceptible, standard dosing regimen",
+ "version": "20240301"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "resourceType": "Observation",
+ "id": "mrgn-1",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-mrgn-klasse"
+ ]
+ },
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "99780-9",
+ "display": "Multidrug resistant gram-negative organism classification [Type]"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "LA33215-7",
+ "display": "3MRGN"
+ }
+ ]
+ },
+ "specimen": {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ },
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
+ "valueCode": "unsupported"
+ }
+ ]
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "11475-1",
+ "display": "Microorganism identified in Specimen by Culture"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "260373001",
+ "display": "Detected (qualifier value)"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "hasMember": [
+ {
+ "reference": "#empf-1"
+ },
+ {
+ "reference": "#mrgn-1"
+ }
+ ],
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:09059c94-cf9e-4d9e-aefd-fff90ebe8873",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-molekulare-diagnostik"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
+ "code": "OBI"
+ }
+ ]
+ },
+ "system": "https://example.org/fhir/sid/test-lab-results",
+ "value": "59826-8_1234567890",
+ "assigner": {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
+ "value": "DIZ-ID"
+ }
+ }
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "92253-4",
+ "display": "Microorganism identified in Isolate or Specimen by Molecular genetics method"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "10828004",
+ "display": "Positive"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "398545005"
+ }
+ ]
+ },
+ "valueQuantity": {
+ "value": 25.5,
+ "unit": "ng/mL",
+ "system": "http://unitsofmeasure.org",
+ "code": "ng/mL"
+ }
+ },
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ },
+ {
+ "fullUrl": "urn:uuid:7bc9bea7-852f-446e-83f9-9bab165b5c17",
+ "resource": {
+ "resourceType": "Observation",
+ "meta": {
+ "profile": [
+ "https://www.medizininformatik-initiative.de/fhir/modul-mikrobio/StructureDefinition/mii-pr-mikrobio-molekulare-diagnostik"
+ ]
+ },
+ "contained": [
+ {
+ "resourceType": "Specimen",
+ "id": "probe-1",
+ "meta": {
+ "profile": [
+ "http://hl7.org/fhir/StructureDefinition/Specimen"
+ ]
+ },
+ "collection": {
+ "collectedDateTime": "2011-08-16T06:15:00Z"
+ }
+ }
+ ],
+ "identifier": [
+ {
+ "type": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
+ "code": "OBI"
+ }
+ ]
+ },
+ "system": "https://example.org/fhir/sid/test-lab-results",
+ "value": "59826-8_1234567890",
+ "assigner": {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
+ "value": "DIZ-ID"
+ }
+ }
+ }
+ ],
+ "status": "final",
+ "category": [
+ {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/observation-category",
+ "code": "laboratory",
+ "display": "Laboratory"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "26436-6",
+ "display": "Laboratory studies (set)"
+ },
+ {
+ "system": "http://loinc.org",
+ "code": "18725-2",
+ "display": "Microbiology studies"
+ }
+ ]
+ }
+ ],
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "92253-4",
+ "display": "Microorganism identified in Isolate or Specimen by Molecular genetics method"
+ }
+ ]
+ },
+ "subject": {
+ "reference": "urn:uuid:1a4cef52-3418-4be7-b1e2-30dd9639f7ba"
+ },
+ "effectiveDateTime": "2018-11-20T12:05:00+01:00",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "10828004",
+ "display": "Positive"
+ }
+ ]
+ },
+ "specimen": {
+ "reference": "#probe-1"
+ },
+ "encounter": {
+ "reference": "urn:uuid:d7f5f52c-ce49-4e2e-8b2a-b5b4a602a6e2"
+ },
+ "performer": [
+ {
+ "identifier": {
+ "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifiers",
+ "value": "Charité"
+ }
+ }
+ ],
+ "component": [
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "398545005"
+ }
+ ]
+ },
+ "valueQuantity": {
+ "value": 25.5,
+ "unit": "ng/mL",
+ "system": "http://unitsofmeasure.org",
+ "code": "ng/mL"
+ }
+ },
+ {
+ "code": {
+ "coding": [
+ {
+ "system": "http://loinc.org",
+ "code": "89248-9"
+ }
+ ]
+ },
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://snomed.info/sct",
+ "code": "840533007",
+ "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "request": {
+ "method": "POST",
+ "url": "Observation"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/codex-processes-ap1-docker-test-setup/docker-compose.yml b/codex-processes-ap1-docker-test-setup/docker-compose.yml
index 44570507..f40c528e 100644
--- a/codex-processes-ap1-docker-test-setup/docker-compose.yml
+++ b/codex-processes-ap1-docker-test-setup/docker-compose.yml
@@ -74,7 +74,7 @@ services:
dic-fhir:
- image: ghcr.io/datasharingframework/fhir:1.3.0
+ image: ghcr.io/datasharingframework/fhir:1.5.0
restart: "no"
ports:
- 127.0.0.1:5000:5000
@@ -136,7 +136,7 @@ services:
- db
- proxy
dic-bpe:
- image: ghcr.io/datasharingframework/bpe:1.3.0
+ image: ghcr.io/datasharingframework/bpe:1.5.0
restart: "no"
ports:
- 127.0.0.1:5003:5003
@@ -220,7 +220,7 @@ services:
aliases:
- dic-fhir-store
dic-fhir-store-blaze:
- image: ghcr.io/num-codex/blaze
+ image: samply/blaze
ports:
- 127.0.0.1:8080:8080
environment:
@@ -232,7 +232,7 @@ services:
dts-fhir:
- image: ghcr.io/datasharingframework/fhir:1.3.0
+ image: ghcr.io/datasharingframework/fhir:1.5.0
restart: "no"
ports:
- 127.0.0.1:5001:5001
@@ -293,7 +293,7 @@ services:
- db
- proxy
dts-bpe:
- image: ghcr.io/datasharingframework/bpe:1.3.0
+ image: ghcr.io/datasharingframework/bpe:1.5.0
restart: "no"
ports:
- 127.0.0.1:5004:5004
@@ -356,7 +356,7 @@ services:
crr-fhir:
- image: ghcr.io/datasharingframework/fhir:1.3.0
+ image: ghcr.io/datasharingframework/fhir:1.5.0
restart: "no"
ports:
- 127.0.0.1:5002:5002
@@ -417,7 +417,7 @@ services:
- db
- proxy
crr-bpe:
- image: ghcr.io/datasharingframework/bpe:1.3.0
+ image: ghcr.io/datasharingframework/bpe:1.5.0
restart: "no"
ports:
- 127.0.0.1:5005:5005
diff --git a/codex-processes-ap1-test-data-generator/pom.xml b/codex-processes-ap1-test-data-generator/pom.xml
index d1c5fc71..3bdc202c 100644
--- a/codex-processes-ap1-test-data-generator/pom.xml
+++ b/codex-processes-ap1-test-data-generator/pom.xml
@@ -6,7 +6,7 @@
de.netzwerk-universitaetsmedizin.codex
codex-processes-ap1
- 1.0.0.0
+ 1.1.0.0
diff --git a/pom.xml b/pom.xml
index 59d3cb11..82b7ca28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.netzwerk-universitaetsmedizin.codex
codex-processes-ap1
- 1.0.0.0
+ 1.1.0.0
pom
@@ -20,7 +20,7 @@
${project.basedir}
5.1.0
- 1.3.0
+ 1.5.0
Business processes for the NUM RDP project (AP1) as plugins for the Data Sharing Framework.