From 9ff1a0d5a3787a5bfefd04addfe079d3cdd723bc Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 24 Jan 2024 13:53:41 -0500 Subject: [PATCH 01/58] Temporarily disable two cda tests --- r5/fhirpath/tests-fhir-r5.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/r5/fhirpath/tests-fhir-r5.xml b/r5/fhirpath/tests-fhir-r5.xml index 5241af19..266d5ac4 100644 --- a/r5/fhirpath/tests-fhir-r5.xml +++ b/r5/fhirpath/tests-fhir-r5.xml @@ -1468,8 +1468,9 @@ Any text enclosed within is ignored - hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')true - ClinicalDocument.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')true + + + recordTarget.patientRole.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')false From b33df72b72616c686c049b06f020c1c866ae5e7f Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 24 Jan 2024 13:59:09 -0500 Subject: [PATCH 02/58] Update RELEASE_NOTES.md ***NO_CI*** --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29b..0192cb42 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1 @@ +* Temporarily disable two CDA tests while IG is being updated. From 50f01256233e9cba6c072892c07ee7eed860c840 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 24 Jan 2024 21:10:23 +0000 Subject: [PATCH 03/58] Release: v1.4.27 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 55d99ada..599fab94 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.4.27-SNAPSHOT + 1.4.27 jar HL7 FHIR Test Cases From d6c46cdfdc0aae2791fee164fc3afa4efe20c5d7 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 24 Jan 2024 21:17:26 +0000 Subject: [PATCH 04/58] Updating version to: 1.4.28-SNAPSHOT --- RELEASE_NOTES.md | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0192cb42..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +0,0 @@ -* Temporarily disable two CDA tests while IG is being updated. diff --git a/pom.xml b/pom.xml index 599fab94..e1977e9b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.4.27 + 1.4.28-SNAPSHOT jar HL7 FHIR Test Cases From 09b209679e1137fb2559cc1b368a97cfbcea5c73 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 29 Jan 2024 19:22:55 +1100 Subject: [PATCH 05/58] differentiate between unknown system as cause of value set validation failure, and an incidental finding --- tx/errors/errors-unknown-system2-response.json | 2 +- tx/validation/simple-code-bad-system-response-parameters.json | 2 +- .../simple-codeableconcept-bad-system-response-parameters.json | 2 +- ...simple-codeableconcept-bad-version2-response-parameters.json | 2 +- .../simple-coding-bad-system-local-response-parameters.json | 2 +- tx/validation/simple-coding-bad-system-response-parameters.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tx/errors/errors-unknown-system2-response.json b/tx/errors/errors-unknown-system2-response.json index 4289c62c..178c30bd 100644 --- a/tx/errors/errors-unknown-system2-response.json +++ b/tx/errors/errors-unknown-system2-response.json @@ -53,7 +53,7 @@ "valueUri" : "http://hl7.org/fhir/test/CodeSystem/simpleXX" }, { - "name" : "x-caused-by-unknown-system", + "name" : "x-unknown-system", "valueCanonical" : "http://hl7.org/fhir/test/CodeSystem/simpleXX" }] } \ No newline at end of file diff --git a/tx/validation/simple-code-bad-system-response-parameters.json b/tx/validation/simple-code-bad-system-response-parameters.json index 355c1777..b32dc378 100644 --- a/tx/validation/simple-code-bad-system-response-parameters.json +++ b/tx/validation/simple-code-bad-system-response-parameters.json @@ -54,7 +54,7 @@ }, { "$optional$" : true, - "name" : "x-caused-by-unknown-system", + "name" : "x-unknown-system", "valueCanonical" : "http://hl7.org/fhir/test/CodeSystem/simplex" }] } diff --git a/tx/validation/simple-codeableconcept-bad-system-response-parameters.json b/tx/validation/simple-codeableconcept-bad-system-response-parameters.json index db853129..d768122f 100644 --- a/tx/validation/simple-codeableconcept-bad-system-response-parameters.json +++ b/tx/validation/simple-codeableconcept-bad-system-response-parameters.json @@ -66,7 +66,7 @@ "valueBoolean" : false }, { - "name" : "x-caused-by-unknown-system", + "name" : "x-unknown-system", "valueCanonical" : "http://hl7.org/fhir/test/CodeSystem/simplex" }] } diff --git a/tx/validation/simple-codeableconcept-bad-version2-response-parameters.json b/tx/validation/simple-codeableconcept-bad-version2-response-parameters.json index 704b19e3..052440b9 100644 --- a/tx/validation/simple-codeableconcept-bad-version2-response-parameters.json +++ b/tx/validation/simple-codeableconcept-bad-version2-response-parameters.json @@ -63,7 +63,7 @@ "valueBoolean" : false }, { - "name" : "x-caused-by-unknown-system", + "name" : "x-unknown-system", "valueCanonical" : "http://hl7.org/fhir/test/CodeSystem/simpleXX|1.0.4234" }] } \ No newline at end of file diff --git a/tx/validation/simple-coding-bad-system-local-response-parameters.json b/tx/validation/simple-coding-bad-system-local-response-parameters.json index bb8d4592..52616053 100644 --- a/tx/validation/simple-coding-bad-system-local-response-parameters.json +++ b/tx/validation/simple-coding-bad-system-local-response-parameters.json @@ -68,7 +68,7 @@ "valueUri" : "Location" }, { - "name" : "x-caused-by-unknown-system", + "name" : "x-unknown-system", "valueCanonical" : "Location" }] } \ No newline at end of file diff --git a/tx/validation/simple-coding-bad-system-response-parameters.json b/tx/validation/simple-coding-bad-system-response-parameters.json index 80b8ea9f..7eac8768 100644 --- a/tx/validation/simple-coding-bad-system-response-parameters.json +++ b/tx/validation/simple-coding-bad-system-response-parameters.json @@ -53,7 +53,7 @@ "valueUri" : "http://hl7.org/fhir/test/CodeSystem/simplex" }, { - "name" : "x-caused-by-unknown-system", + "name" : "x-unknown-system", "valueCanonical" : "http://hl7.org/fhir/test/CodeSystem/simplex" }] } \ No newline at end of file From 3e7d9c7d1734557d2c8fa6d14c3aa00ad5665db2 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 30 Jan 2024 02:30:40 +1100 Subject: [PATCH 06/58] restore ccda tests --- r5/ccda.xml | 2 +- r5/fhirpath/tests-fhir-r5.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/r5/ccda.xml b/r5/ccda.xml index 2fc5de68..3ec33941 100644 --- a/r5/ccda.xml +++ b/r5/ccda.xml @@ -3,7 +3,7 @@ - + diff --git a/r5/fhirpath/tests-fhir-r5.xml b/r5/fhirpath/tests-fhir-r5.xml index 266d5ac4..5241af19 100644 --- a/r5/fhirpath/tests-fhir-r5.xml +++ b/r5/fhirpath/tests-fhir-r5.xml @@ -1468,9 +1468,8 @@ Any text enclosed within is ignored - - - + hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')true + ClinicalDocument.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')true recordTarget.patientRole.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')false From 2c1181e6039fc9ab9e68be6a522e09eace64e32a Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 30 Jan 2024 19:02:55 +1100 Subject: [PATCH 07/58] fix validation test for correction to value set test in BaseWorkerContext --- r5/narrative/parameters-example.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/r5/narrative/parameters-example.html b/r5/narrative/parameters-example.html index 340fd9f8..ba0646c8 100644 --- a/r5/narrative/parameters-example.html +++ b/r5/narrative/parameters-example.html @@ -55,7 +55,7 @@

Parameters

identifier - : Provider number: CDXPP12345-bad + : Provider number/CDXPP12345-bad

name @@ -68,7 +68,7 @@

Parameters

Qualifications

- + @@ -77,8 +77,8 @@

Qualifications

- - + + @@ -87,13 +87,13 @@

Qualifications

Communications

-- Identifier
*College of Physicians and Surgeons of British Columbia: 0000000*College of Physicians and Surgeons of British Columbia/0000000 Bachelor of Science
- + - + @@ -113,7 +113,8 @@

Communications

identifier - : id: CDXORG12345 + : http://telus.com/fhir/Identifiers/TPR + /CDXORG12345

type @@ -126,7 +127,7 @@

Communications

Contacts

-- Language
** fr-CA
- + @@ -135,7 +136,7 @@

Contacts

- + @@ -265,7 +265,7 @@ From 49376f94680d9e5deba1658456387822eae25690 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 19:58:04 +1100 Subject: [PATCH 13/58] fix bug where constraints are copied over to bundle profile wrongly --- r5/snapshot-generation/nl-med-expected.xml | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/r5/snapshot-generation/nl-med-expected.xml b/r5/snapshot-generation/nl-med-expected.xml index 16c7c6c7..6db49d09 100644 --- a/r5/snapshot-generation/nl-med-expected.xml +++ b/r5/snapshot-generation/nl-med-expected.xml @@ -2085,54 +2085,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From b02cc40fccd076979b4a667d7ea5ebcea091279b Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 19:59:33 +1100 Subject: [PATCH 14/58] Tests for constraints on the wrong profile --- validator/contained-canonical-bad.json | 16 ++ validator/contained-canonical.json | 16 ++ validator/jm/Basic-app-state.json | 21 ++ validator/jm/Bundle-example2.json | 328 +++++++++++++++++++++++++ validator/jm/Bundle-example3.json | 198 +++++++++++++++ validator/jm/Bundle-example4.json | 212 ++++++++++++++++ 6 files changed, 791 insertions(+) create mode 100644 validator/contained-canonical-bad.json create mode 100644 validator/contained-canonical.json create mode 100644 validator/jm/Basic-app-state.json create mode 100644 validator/jm/Bundle-example2.json create mode 100644 validator/jm/Bundle-example3.json create mode 100644 validator/jm/Bundle-example4.json diff --git a/validator/contained-canonical-bad.json b/validator/contained-canonical-bad.json new file mode 100644 index 00000000..8d726a62 --- /dev/null +++ b/validator/contained-canonical-bad.json @@ -0,0 +1,16 @@ +{ + "resourceType" : "ValueSet", + "status" : "active", + "compose" : { + "include" : [{ + "system" : "#cs1" + }] + }, + "contained" : [{ + "id" : "cs", + "resourceType" : "CodeSystem", + "status" : "active", + "caseSensitive" : true, + "content" : "not-present" + }] +} \ No newline at end of file diff --git a/validator/contained-canonical.json b/validator/contained-canonical.json new file mode 100644 index 00000000..2e8867ce --- /dev/null +++ b/validator/contained-canonical.json @@ -0,0 +1,16 @@ +{ + "resourceType" : "ValueSet", + "status" : "active", + "compose" : { + "include" : [{ + "system" : "#cs" + }] + }, + "contained" : [{ + "id" : "cs", + "resourceType" : "CodeSystem", + "status" : "active", + "caseSensitive" : true, + "content" : "not-present" + }] +} \ No newline at end of file diff --git a/validator/jm/Basic-app-state.json b/validator/jm/Basic-app-state.json new file mode 100644 index 00000000..60ce51d8 --- /dev/null +++ b/validator/jm/Basic-app-state.json @@ -0,0 +1,21 @@ +{ + "resourceType": "Basic", + "id": "app-state", + "subject": { + "reference": "https://ehr.example.org/fhir/Practitioner/123" + }, + "code": { + "coding": [ + { + "system": "https://myapp.example.org", + "code": "display-preferences" + } + ] + }, + "extension": [ + { + "url": "https://myapp.example.org/display-preferences-v2.0.1", + "valueString": "{\"defaultView\":\"problem-list\",\"colorblindMode\":\"D\",\"resultsPerPage\":150}" + } + ] +} diff --git a/validator/jm/Bundle-example2.json b/validator/jm/Bundle-example2.json new file mode 100644 index 00000000..283a70a9 --- /dev/null +++ b/validator/jm/Bundle-example2.json @@ -0,0 +1,328 @@ +{ + "resourceType": "Bundle", + "id": "example2", + "type": "collection", + "timestamp": "2023-09-05T20:18:52.638960-07:00", + "entry": [ + { + "fullUrl": "https://ehr.example.com/Organization/examplehealth", + "resource": { + "resourceType": "Organization", + "id": "examplehealth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://example.org/examplehealth/logo/main.1024x1024.png" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", + "extension": [ + { + "url": "portalName", + "valueString": "My ExampleHealth Portal" + }, + { + "url": "portalLogo", + "valueUrl": "https://example.org/examplehealth/logo/main.1024x1024.png" + }, + { + "url": "portalUrl", + "valueUrl": "https://example.org/examplehealth/patient-portal-url" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/examplehealth-r4", + "display": "FHIR R4 Endpoint for ExampleHealth Brand" + } + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/examplehealth-r2", + "display": "FHIR R2 Endpoint for ExampleHealth Brand" + } + } + ] + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://examplehealth.org" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "code": "clinical", + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "display": "Clinical" + } + ] + } + ], + "name": "ExampleHealth", + "alias": [ + "GoodHealth Hospital", + "GoodHealth Mental Health" + ], + "telecom": [ + { + "system": "url", + "value": "https://www.examplehealth.com" + } + ], + "address": [ + { + "city": "Madison", + "state": "WI" + }, + { + "city": "Anamosa", + "state": "IA" + }, + { + "city": "Cedar Rapids", + "state": "IA" + }, + { + "city": "Des Moines", + "state": "IA" + }, + { + "city": "Dubuque", + "state": "IA" + }, + { + "city": "Fort Dodge", + "state": "IA" + }, + { + "city": "Grinnell", + "state": "IA" + }, + { + "city": "Marshalltown", + "state": "IA" + }, + { + "city": "Peoria", + "state": "IA" + }, + { + "city": "Pekin", + "state": "I" + }, + { + "city": "Muscatine", + "state": "IA" + }, + { + "city": "Sioux City", + "state": "IA" + } + ], + "endpoint": [ + { + "reference": "Endpoint/examplehealth-r2", + "display": "FHIR R2 Endpoint for ExampleHealth Brand" + }, + { + "reference": "Endpoint/examplehealth-r4", + "display": "FHIR R4 Endpoint for ExampleHealth Brand" + } + ] + } + }, + { + "fullUrl": "https://ehr.example.com/Organization/ehchospital", + "resource": { + "resourceType": "Organization", + "id": "ehchospital", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", + "extension": [ + { + "url": "brandLogo", + "valueUrl": "data:image/svg+xml;base64,PHN2ZyB0aXRsZT0iU3Rld2FydCBNZW1vcmlhbCBIb3Nw...+IDwvc3ZnPgo=" + } + ] + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://ehchospital.example.org" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "code": "clinical", + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "display": "Clinical" + } + ] + } + ], + "name": "ExampleHealth Community Hospital", + "alias": [ + "GoodHealth Madison" + ], + "telecom": [ + { + "system": "url", + "value": "https://www.ehchospital.example.com" + } + ], + "address": [ + { + "city": "Lake City", + "state": "IA" + } + ], + "partOf": { + "reference": "Organization/examplehealth" + } + } + }, + { + "fullUrl": "https://ehr.example.com/Organization/ehpmadison", + "resource": { + "resourceType": "Organization", + "id": "ehpmadison", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://ehpmadison.example.com/logo.png" + } + ] + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://ehpmadison.example.com" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "code": "clinical", + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "display": "Clinical" + } + ] + } + ], + "name": "ExampleHealth Physicians of Madison", + "alias": [ + "GoodHealth Madison" + ], + "telecom": [ + { + "system": "url", + "value": "https://www.ehpmadison.example.com" + } + ], + "address": [ + { + "city": "Madison", + "state": "WI" + } + ], + "partOf": { + "reference": "Organization/examplehealth" + } + } + }, + { + "fullUrl": "https://ehr.example.com/Endpoint/examplehealth-r2", + "resource": { + "resourceType": "Endpoint", + "id": "examplehealth-r2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "1.0.2" + } + ], + "status": "active", + "address": "https://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4", + "name": "FHIR DSTU2 Endpoint for ExampleHealth", + "contact": [ + { + "system": "url", + "value": "https://open.ehr.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + }, + { + "fullUrl": "https://ehr.example.com/Endpoint/examplehealth-r4", + "resource": { + "resourceType": "Endpoint", + "id": "examplehealth-r4", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4", + "name": "FHIR R4 Endpoint for ExampleHealth", + "contact": [ + { + "system": "url", + "value": "https://open.ehr.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + } + ] +} diff --git a/validator/jm/Bundle-example3.json b/validator/jm/Bundle-example3.json new file mode 100644 index 00000000..0fdb314c --- /dev/null +++ b/validator/jm/Bundle-example3.json @@ -0,0 +1,198 @@ +{ + "resourceType": "Bundle", + "id": "example3", + "type": "collection", + "timestamp": "2023-09-05T20:23:42.723178-07:00", + "entry": [ + { + "fullUrl": "https://examplehospital.example.org/Organization/examplehospital", + "resource": { + "resourceType": "Organization", + "id": "examplehospital", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://example.org/examplehospital-ehr1/themes/custom/logo.svg" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", + "extension": [ + { + "url": "portalName", + "valueString": "ExampleHospital Patient Gateway" + }, + { + "url": "portalUrl", + "valueUrl": "https://patientgateway.examplehospital.ehr1.example.org" + }, + { + "url": "portalDescription", + "valueMarkdown": "Patient Gateway is an online tool to help adult patients connect with health care providers, manage appointments, and refill prescriptions.\n" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "https://ehr1.example.com/Endpoint/examplehospital-ehr1", + "display": "FHIR R4 Endpoint for EHR1" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", + "extension": [ + { + "url": "portalName", + "valueString": "ExampleHospital Pediatric Portal" + }, + { + "url": "portalUrl", + "valueUrl": "https://pediatrics.examplehospital.ehr2.example.org" + }, + { + "url": "portalDescription", + "valueMarkdown": "Pediatric Portal is the entrypoint for pediatric patients." + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "https://ehr2.example.com/Endpoint/examplehospital-ehr2", + "display": "FHIR R4 Endpoint for EHR2" + } + } + ] + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://examplehospital.example.org" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "code": "clinical", + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "display": "Clinical" + } + ] + } + ], + "name": "ExampleHospital", + "alias": [ + "GoodHealth Healthcare" + ], + "telecom": [ + { + "system": "url", + "value": "https://examplehospital.example.org/contact" + } + ], + "address": [ + { + "city": "Boston", + "state": "MA" + }, + { + "city": "Newton", + "state": "MA" + }, + { + "city": "Waltham", + "state": "MA" + } + ], + "endpoint": [ + { + "reference": "https://ehr1.example.com/Endpoint/examplehospital-ehr1", + "display": "FHIR R4 Endpoint for EHR1" + }, + { + "reference": "https://ehr2.example.com/Endpoint/examplehospital-ehr2", + "display": "FHIR R4 Endpoint for EHR2" + } + ] + } + }, + { + "fullUrl": "https://ehr1.example.com/Endpoint/examplehospital-ehr1", + "resource": { + "resourceType": "Endpoint", + "id": "examplehospital-ehr1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://ehr1.example.org/ExampleHospital/api/FHIR/R4", + "name": "FHIR R4 Endpoint for ExampleHospital's EHR1 Patient Gateway", + "contact": [ + { + "system": "url", + "value": "https://open.ehr1.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + }, + { + "fullUrl": "https://ehr2.example.com/Endpoint/examplehospital-ehr2", + "resource": { + "resourceType": "Endpoint", + "id": "examplehospital-ehr2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://ehr2.example.org/ExampleHospital/api/FHIR/R4", + "name": "FHIR R4 Endpoint for ExampleHospital's EHR2 Pediatric Portal", + "contact": [ + { + "system": "url", + "value": "https://open.ehr2.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + } + ] +} diff --git a/validator/jm/Bundle-example4.json b/validator/jm/Bundle-example4.json new file mode 100644 index 00000000..0e5e0f9c --- /dev/null +++ b/validator/jm/Bundle-example4.json @@ -0,0 +1,212 @@ +{ + "resourceType": "Bundle", + "id": "example4", + "type": "collection", + "timestamp": "2023-09-05T20:36:42.268403-07:00", + "entry": [ + { + "fullUrl": "https://ehr.example.org/Organization/brand1", + "resource": { + "resourceType": "Organization", + "id": "brand1", + "extension": [ + { + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://example.org/brand1/logo/main.svg" + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" + }, + { + "extension": [ + { + "url": "portalName", + "valueString": "Brand1 Portal" + }, + { + "url": "portalUrl", + "valueUrl": "https://example.org/chart.brand1.org" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/coequal-example", + "display": "FHIR R4 Endpoint for Brand1/Brand2" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal" + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://brand1.example.com" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "code": "insurance", + "display": "Insurance" + } + ] + } + ], + "name": "Brand1", + "alias": ["Umbrella Insurance"], + "telecom": [ + { + "system": "url", + "value": "https://www.brand1.example.com" + } + ], + "address": [ + { + "city": "Napa", + "state": "CA" + }, + { + "city": "Sonoma", + "state": "CA" + }, + { + "city": "St Helena", + "state": "CA" + } + ], + "endpoint": [ + { + "reference": "Endpoint/coequal-example", + "display": "FHIR R4 Endpoint for Brand1/Brand2" + } + ] + } + }, + { + "fullUrl": "https://ehr.example.org/Organization/brand2", + "resource": { + "resourceType": "Organization", + "id": "brand2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://example.org/brand2/logo/main.svg" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", + "extension": [ + { + "url": "portalName", + "valueString": "Brand2 Portal" + }, + { + "url": "portalUrl", + "valueUrl": "https://example.org/chart.brand2.org" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/coequal-example", + "display": "FHIR R4 Endpoint for Brand1/Brand2" + } + } + ] + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://brand2.example.com" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "code": "insurance", + "display": "Insurance" + } + ] + } + ], + "name": "Brand2", + "alias": ["Shield Insurance"], + "telecom": [ + { + "system": "url", + "value": "https://www.brand1.example.com" + } + ], + "address": [ + { + "city": "Sonoma", + "state": "CA" + }, + { + "city": "San Rafael", + "state": "CA" + }, + { + "city": "Santa Rosa", + "state": "CA" + } + ], + "endpoint": [ + { + "reference": "Endpoint/coequal-example", + "display": "FHIR R4 Endpoint for Brand1/Brand2" + } + ] + } + }, + { + "fullUrl": "https://ehr.example.org/Endpoint/coequal-example", + "resource": { + "resourceType": "Endpoint", + "id": "coequal-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://example.org/brand1.org/ProdFHIR/api/FHIR/R4", + "name": "FHIR R4 Endpoint for Brand1/Brand2", + "contact": [ + { + "system": "url", + "value": "https://open.ehr.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + } + ] +} From d844037a947d0406d740aaa02ad09ee46ffe393c Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 20:00:58 +1100 Subject: [PATCH 15/58] Tests for constraints on the wrong profile --- validator/jm/Basic-app-state.json | 21 -- validator/jm/Bundle-example2.json | 328 ----------------------- validator/jm/Bundle-example4.json | 212 --------------- validator/jm/res-inv-cs.json | 44 +++ validator/jm/res-inv-example.json | 135 ++++++++++ validator/jm/res-inv-profile-bundle.json | 121 +++++++++ validator/jm/res-inv-profile-ep.json | 151 +++++++++++ validator/jm/res-inv-profile-org.json | 201 ++++++++++++++ 8 files changed, 652 insertions(+), 561 deletions(-) delete mode 100644 validator/jm/Basic-app-state.json delete mode 100644 validator/jm/Bundle-example2.json delete mode 100644 validator/jm/Bundle-example4.json create mode 100644 validator/jm/res-inv-cs.json create mode 100644 validator/jm/res-inv-example.json create mode 100644 validator/jm/res-inv-profile-bundle.json create mode 100644 validator/jm/res-inv-profile-ep.json create mode 100644 validator/jm/res-inv-profile-org.json diff --git a/validator/jm/Basic-app-state.json b/validator/jm/Basic-app-state.json deleted file mode 100644 index 60ce51d8..00000000 --- a/validator/jm/Basic-app-state.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "resourceType": "Basic", - "id": "app-state", - "subject": { - "reference": "https://ehr.example.org/fhir/Practitioner/123" - }, - "code": { - "coding": [ - { - "system": "https://myapp.example.org", - "code": "display-preferences" - } - ] - }, - "extension": [ - { - "url": "https://myapp.example.org/display-preferences-v2.0.1", - "valueString": "{\"defaultView\":\"problem-list\",\"colorblindMode\":\"D\",\"resultsPerPage\":150}" - } - ] -} diff --git a/validator/jm/Bundle-example2.json b/validator/jm/Bundle-example2.json deleted file mode 100644 index 283a70a9..00000000 --- a/validator/jm/Bundle-example2.json +++ /dev/null @@ -1,328 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "example2", - "type": "collection", - "timestamp": "2023-09-05T20:18:52.638960-07:00", - "entry": [ - { - "fullUrl": "https://ehr.example.com/Organization/examplehealth", - "resource": { - "resourceType": "Organization", - "id": "examplehealth", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", - "extension": [ - { - "url": "brandLogo", - "valueUrl": "https://example.org/examplehealth/logo/main.1024x1024.png" - } - ] - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", - "extension": [ - { - "url": "portalName", - "valueString": "My ExampleHealth Portal" - }, - { - "url": "portalLogo", - "valueUrl": "https://example.org/examplehealth/logo/main.1024x1024.png" - }, - { - "url": "portalUrl", - "valueUrl": "https://example.org/examplehealth/patient-portal-url" - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "Endpoint/examplehealth-r4", - "display": "FHIR R4 Endpoint for ExampleHealth Brand" - } - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "Endpoint/examplehealth-r2", - "display": "FHIR R2 Endpoint for ExampleHealth Brand" - } - } - ] - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://examplehealth.org" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "code": "clinical", - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "display": "Clinical" - } - ] - } - ], - "name": "ExampleHealth", - "alias": [ - "GoodHealth Hospital", - "GoodHealth Mental Health" - ], - "telecom": [ - { - "system": "url", - "value": "https://www.examplehealth.com" - } - ], - "address": [ - { - "city": "Madison", - "state": "WI" - }, - { - "city": "Anamosa", - "state": "IA" - }, - { - "city": "Cedar Rapids", - "state": "IA" - }, - { - "city": "Des Moines", - "state": "IA" - }, - { - "city": "Dubuque", - "state": "IA" - }, - { - "city": "Fort Dodge", - "state": "IA" - }, - { - "city": "Grinnell", - "state": "IA" - }, - { - "city": "Marshalltown", - "state": "IA" - }, - { - "city": "Peoria", - "state": "IA" - }, - { - "city": "Pekin", - "state": "I" - }, - { - "city": "Muscatine", - "state": "IA" - }, - { - "city": "Sioux City", - "state": "IA" - } - ], - "endpoint": [ - { - "reference": "Endpoint/examplehealth-r2", - "display": "FHIR R2 Endpoint for ExampleHealth Brand" - }, - { - "reference": "Endpoint/examplehealth-r4", - "display": "FHIR R4 Endpoint for ExampleHealth Brand" - } - ] - } - }, - { - "fullUrl": "https://ehr.example.com/Organization/ehchospital", - "resource": { - "resourceType": "Organization", - "id": "ehchospital", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", - "extension": [ - { - "url": "brandLogo", - "valueUrl": "data:image/svg+xml;base64,PHN2ZyB0aXRsZT0iU3Rld2FydCBNZW1vcmlhbCBIb3Nw...+IDwvc3ZnPgo=" - } - ] - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://ehchospital.example.org" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "code": "clinical", - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "display": "Clinical" - } - ] - } - ], - "name": "ExampleHealth Community Hospital", - "alias": [ - "GoodHealth Madison" - ], - "telecom": [ - { - "system": "url", - "value": "https://www.ehchospital.example.com" - } - ], - "address": [ - { - "city": "Lake City", - "state": "IA" - } - ], - "partOf": { - "reference": "Organization/examplehealth" - } - } - }, - { - "fullUrl": "https://ehr.example.com/Organization/ehpmadison", - "resource": { - "resourceType": "Organization", - "id": "ehpmadison", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", - "extension": [ - { - "url": "brandLogo", - "valueUrl": "https://ehpmadison.example.com/logo.png" - } - ] - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://ehpmadison.example.com" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "code": "clinical", - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "display": "Clinical" - } - ] - } - ], - "name": "ExampleHealth Physicians of Madison", - "alias": [ - "GoodHealth Madison" - ], - "telecom": [ - { - "system": "url", - "value": "https://www.ehpmadison.example.com" - } - ], - "address": [ - { - "city": "Madison", - "state": "WI" - } - ], - "partOf": { - "reference": "Organization/examplehealth" - } - } - }, - { - "fullUrl": "https://ehr.example.com/Endpoint/examplehealth-r2", - "resource": { - "resourceType": "Endpoint", - "id": "examplehealth-r2", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", - "valueCode": "1.0.2" - } - ], - "status": "active", - "address": "https://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4", - "name": "FHIR DSTU2 Endpoint for ExampleHealth", - "contact": [ - { - "system": "url", - "value": "https://open.ehr.example.com" - } - ], - "connectionType": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "payloadType": [ - { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - } - ] - } - }, - { - "fullUrl": "https://ehr.example.com/Endpoint/examplehealth-r4", - "resource": { - "resourceType": "Endpoint", - "id": "examplehealth-r4", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", - "valueCode": "4.0.1" - } - ], - "status": "active", - "address": "https://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4", - "name": "FHIR R4 Endpoint for ExampleHealth", - "contact": [ - { - "system": "url", - "value": "https://open.ehr.example.com" - } - ], - "connectionType": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "payloadType": [ - { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - } - ] - } - } - ] -} diff --git a/validator/jm/Bundle-example4.json b/validator/jm/Bundle-example4.json deleted file mode 100644 index 0e5e0f9c..00000000 --- a/validator/jm/Bundle-example4.json +++ /dev/null @@ -1,212 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "example4", - "type": "collection", - "timestamp": "2023-09-05T20:36:42.268403-07:00", - "entry": [ - { - "fullUrl": "https://ehr.example.org/Organization/brand1", - "resource": { - "resourceType": "Organization", - "id": "brand1", - "extension": [ - { - "extension": [ - { - "url": "brandLogo", - "valueUrl": "https://example.org/brand1/logo/main.svg" - } - ], - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" - }, - { - "extension": [ - { - "url": "portalName", - "valueString": "Brand1 Portal" - }, - { - "url": "portalUrl", - "valueUrl": "https://example.org/chart.brand1.org" - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "Endpoint/coequal-example", - "display": "FHIR R4 Endpoint for Brand1/Brand2" - } - } - ], - "url": "http://hl7.org/fhir/StructureDefinition/organization-portal" - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://brand1.example.com" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "code": "insurance", - "display": "Insurance" - } - ] - } - ], - "name": "Brand1", - "alias": ["Umbrella Insurance"], - "telecom": [ - { - "system": "url", - "value": "https://www.brand1.example.com" - } - ], - "address": [ - { - "city": "Napa", - "state": "CA" - }, - { - "city": "Sonoma", - "state": "CA" - }, - { - "city": "St Helena", - "state": "CA" - } - ], - "endpoint": [ - { - "reference": "Endpoint/coequal-example", - "display": "FHIR R4 Endpoint for Brand1/Brand2" - } - ] - } - }, - { - "fullUrl": "https://ehr.example.org/Organization/brand2", - "resource": { - "resourceType": "Organization", - "id": "brand2", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", - "extension": [ - { - "url": "brandLogo", - "valueUrl": "https://example.org/brand2/logo/main.svg" - } - ] - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", - "extension": [ - { - "url": "portalName", - "valueString": "Brand2 Portal" - }, - { - "url": "portalUrl", - "valueUrl": "https://example.org/chart.brand2.org" - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "Endpoint/coequal-example", - "display": "FHIR R4 Endpoint for Brand1/Brand2" - } - } - ] - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://brand2.example.com" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "code": "insurance", - "display": "Insurance" - } - ] - } - ], - "name": "Brand2", - "alias": ["Shield Insurance"], - "telecom": [ - { - "system": "url", - "value": "https://www.brand1.example.com" - } - ], - "address": [ - { - "city": "Sonoma", - "state": "CA" - }, - { - "city": "San Rafael", - "state": "CA" - }, - { - "city": "Santa Rosa", - "state": "CA" - } - ], - "endpoint": [ - { - "reference": "Endpoint/coequal-example", - "display": "FHIR R4 Endpoint for Brand1/Brand2" - } - ] - } - }, - { - "fullUrl": "https://ehr.example.org/Endpoint/coequal-example", - "resource": { - "resourceType": "Endpoint", - "id": "coequal-example", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", - "valueCode": "4.0.1" - } - ], - "status": "active", - "address": "https://example.org/brand1.org/ProdFHIR/api/FHIR/R4", - "name": "FHIR R4 Endpoint for Brand1/Brand2", - "contact": [ - { - "system": "url", - "value": "https://open.ehr.com" - } - ], - "connectionType": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "payloadType": [ - { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - } - ] - } - } - ] -} diff --git a/validator/jm/res-inv-cs.json b/validator/jm/res-inv-cs.json new file mode 100644 index 00000000..0599c76c --- /dev/null +++ b/validator/jm/res-inv-cs.json @@ -0,0 +1,44 @@ +{ + "resourceType": "CodeSystem", + "status": "active", + "content": "complete", + "name": "UserAccessCategoryCodeSystem", + "id": "user-access-category", + "title": "User Access Category Code System", + "description": "Categorizes a UserAccessBrand into high-level taxonomy", + "url": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "concept": [ + { + "code": "clinical", + "display": "Clinical" + }, + { + "code": "insurance", + "display": "Insurance" + }, + { + "code": "laboratory", + "display": "Laboratory" + }, + { + "code": "imaging", + "display": "Imaging" + }, + { + "code": "pharmacy", + "display": "Pharmacy" + }, + { + "code": "network", + "display": "Network access" + }, + { + "code": "aggregator", + "display": "Aggregator" + } + ], + "experimental": false, + "date": "2023-03-05T22:40:04-08:00", + "caseSensitive": true, + "count": 7 +} diff --git a/validator/jm/res-inv-example.json b/validator/jm/res-inv-example.json new file mode 100644 index 00000000..752ac9e3 --- /dev/null +++ b/validator/jm/res-inv-example.json @@ -0,0 +1,135 @@ +{ + "resourceType": "Bundle", + "id": "example1", + "type": "collection", + "timestamp": "2023-09-05T20:00:43.241070-07:00", + "entry": [ + { + "fullUrl": "https://fhir.labs.example.com/Organization/examplelabs", + "resource": { + "resourceType": "Organization", + "id": "examplelabs", + "extension": [ + { + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://labs.example.com/images/logo.svg" + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" + }, + { + "extension": [ + { + "url": "portalName", + "valueString": "Example Labs HealthCentral Portal" + }, + { + "url": "portalUrl", + "valueUrl": "https://healthcentral.labs.example.com" + }, + { + "url": "portalLogo", + "valueUrl": "https://healthcentral.labs.example.com/logo.png" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/examplelabs", + "display": "FHIR R4 Endpoint for ExampleLabs Brand" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal" + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://examplelabs.org" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "code": "laboratory", + "display": "Laboratory" + } + ] + } + ], + "name": "ExampleLabs", + "alias": ["ExampleLabs Alaska", "...(more here)...", "ExampleLabs Wisconsin"], + "telecom": [ + { + "system": "url", + "value": "https://labs.example.com" + } + ], + "address": [ + { + "line": ["4015 Lake Otis Pkwy"], + "city": "Anchorage", + "state": "AK", + "postalCode": "99508" + }, + { + "state": "...(more here)..." + }, + { + "line": ["123 Main St"], + "city": "Madison", + "state": "WI", + "postalCode": "53726" + } + ], + "endpoint": [ + { + "reference": "Endpoint/examplelabs", + "display": "FHIR R4 Endpoint for ExampleLabs Brand" + } + ] + } + }, + { + "fullUrl": "https://fhir.labs.example.com/Endpoint/examplelabs", + "resource": { + "resourceType": "Endpoint", + "id": "examplelabs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://fhir.labs.example.com/r4", + "name": "FHIR R4 Endpoint for ExampleLabs", + "contact": [ + { + "system": "url", + "value": "https://dev-portal.labs.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + } + ] +} diff --git a/validator/jm/res-inv-profile-bundle.json b/validator/jm/res-inv-profile-bundle.json new file mode 100644 index 00000000..de72cd41 --- /dev/null +++ b/validator/jm/res-inv-profile-bundle.json @@ -0,0 +1,121 @@ +{ + "resourceType": "StructureDefinition", + "id": "user-access-brands-bundle", + "url": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brands-bundle", + "name": "UserAccessBrandsBundle", + "title": "User Access Brands Bundle Profile", + "status": "active", + "date": "2023-03-19", + "description": "JSON FHIR Bundle (type: `collection`) of Organizations and Endpoints that is hosted at a stable, publicly available, publicly disclosed location. \n\nFor background and context, see **[User Access Brands Overview](brands.html#brand-bundle-profile)**.\n\nBundle Entries include:\n* [User Access Endpoint Profile](StructureDefinition-user-access-endpoint.html) resources.\n* [User Access Brand (Organization)](StructureDefinition-user-access-brand.html) resources. Vendors SHALL publish at least a \"primary brand\" for each endpoint and SHOULD support the publication of a more detailed Brand hierarchy.\n\nBrand Bundles SHALL populate `Bundle.timestamp` to advertise the timestamp of the last change to the contents. In addition, Brand Bundles SHOULD populate `Bundle.entry.resource.meta.lastUpdated` with a more detailed timestamp if the system tracks updates per Resource.", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "cda", + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Bundle", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Bundle", + "path": "Bundle", + "short": "User Access Brands Bundle", + "definition": "FHIR Bundle (type: collection) of Endpoints and related resources hosted at a stable, publicly available, publicly disclosed location Endpoint associated with a User Access Brand (Organization)" + }, + { + "id": "Bundle.meta", + "path": "Bundle.meta", + "mustSupport": true + }, + { + "id": "Bundle.meta.lastUpdated", + "path": "Bundle.meta.lastUpdated", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.type", + "path": "Bundle.type", + "fixedCode": "collection", + "mustSupport": true + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "resource" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessEndpoint", + "path": "Bundle.entry", + "sliceName": "UserAccessEndpoint", + "min": 0, + "max": "*", + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessEndpoint.resource", + "path": "Bundle.entry.resource", + "type": [ + { + "code": "Endpoint", + "profile": [ + "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint" + ] + } + ], + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessBrand", + "path": "Bundle.entry", + "sliceName": "UserAccessBrand", + "min": 0, + "max": "*", + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessBrand.resource", + "path": "Bundle.entry.resource", + "type": [ + { + "code": "Organization", + "profile": [ + "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand" + ] + } + ], + "mustSupport": true + } + ] + } +} diff --git a/validator/jm/res-inv-profile-ep.json b/validator/jm/res-inv-profile-ep.json new file mode 100644 index 00000000..4b6d9315 --- /dev/null +++ b/validator/jm/res-inv-profile-ep.json @@ -0,0 +1,151 @@ +{ + "resourceType": "StructureDefinition", + "id": "user-access-endpoint", + "url": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint", + "name": "UserAccessEndpoint", + "title": "User Access Endpoint Profile", + "status": "active", + "date": "2023-08-31", + "description": "Profile on Endpoint associated with a User Access Brand.\n\nFor background and context, see **[User Access Brands Overview](brands.html#endpoint-profile)**.\n\nIn addition to the core data elements on Endpoint, one key extension is used in this profile:\n\n* conveys is a denormalization to help clients focus on supported endpoints. The `valueCode` is any version from http://hl7.org/fhir/valueset-FHIR-version.html (e.g., `4.0.1` is expected for FHIR R4 endpoints).\n\nNotes:\n * `0..1` `name` Conveys a fallback or default name describing the endpoint and the organization offering User API access at this endpoint. This value MAY contain technical details like FHIR API Version designations and apps SHOULD preferentially use names from an associated `UserAccessBrand` rather than displaying this value to users.\n * `1..* MS` `contact` website where developers can configure access to this endpoint, providing at least one `\"system\": \"url\"` contact point where the `value` is an `https://` URL intended for app developers\n * `1..1 MS` `address` FHIR base URL for server supporting user access", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Endpoint", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Endpoint", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Endpoint", + "path": "Endpoint", + "short": "User Access Endpoint", + "definition": "Endpoint associated with a User Access Brand (Organization)" + }, + { + "id": "Endpoint.extension", + "path": "Endpoint.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + }, + "min": 1 + }, + { + "id": "Endpoint.extension:fhir-version", + "path": "Endpoint.extension", + "sliceName": "fhir-version", + "short": "Endpoint FHIR Version", + "min": 1, + "max": "*", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version" + ] + } + ], + "mustSupport": true + }, + { + "id": "Endpoint.status", + "path": "Endpoint.status", + "mustSupport": true + }, + { + "id": "Endpoint.connectionType", + "path": "Endpoint.connectionType", + "patternCoding": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "mustSupport": true + }, + { + "id": "Endpoint.name", + "path": "Endpoint.name", + "definition": "Fallback or default name describing the endpoint and the organization offering User API access at this endpoint. This value MAY contain technical details like FHIR API Version designations, and apps SHOULD preferentially use the name from an associated UserAccessBrand, rather than displaying this value to users." + }, + { + "id": "Endpoint.contact", + "path": "Endpoint.contact", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "system" + } + ], + "rules": "open" + }, + "short": "Contact information for the endpoint.", + "definition": "Contact information for the endpoint.", + "min": 1, + "mustSupport": true + }, + { + "id": "Endpoint.contact:configuration-url", + "path": "Endpoint.contact", + "sliceName": "configuration-url", + "short": "Website where developers can configure access to this endpoint", + "definition": "Contact information for the endpoint. This is the website where developers can configure access to this endpoint.", + "min": 1, + "max": "*", + "mustSupport": true + }, + { + "id": "Endpoint.contact:configuration-url.system", + "path": "Endpoint.contact.system", + "min": 1, + "fixedCode": "url", + "mustSupport": true + }, + { + "id": "Endpoint.contact:configuration-url.value", + "path": "Endpoint.contact.value", + "short": "an https:// URL for app developers", + "definition": "an `https://` URL for app developers", + "min": 1, + "mustSupport": true + }, + { + "id": "Endpoint.payloadType", + "path": "Endpoint.payloadType", + "max": "1", + "patternCodeableConcept": { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + }, + "mustSupport": true + }, + { + "id": "Endpoint.address", + "path": "Endpoint.address", + "short": "FHIR base URL for servers supporting user access", + "mustSupport": true + } + ] + } +} diff --git a/validator/jm/res-inv-profile-org.json b/validator/jm/res-inv-profile-org.json new file mode 100644 index 00000000..5e9deab4 --- /dev/null +++ b/validator/jm/res-inv-profile-org.json @@ -0,0 +1,201 @@ +{ + "resourceType": "StructureDefinition", + "id": "user-access-brand", + "url": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand", + "name": "UserAccessBrand", + "title": "User Access Brand (Organization) Profile", + "status": "active", + "date": "2023-03-05", + "description": "Profile on Organization to convey a User Access Brand.\n\nFor background and context, see **[User Access Brands Overview](brands.html#brand-profile-organization)**.\n\nIn addition to the core data elements on Organization, two key extensions are used in this profile:\n\n* conveys the organization's logo(s) and other top-level branding details. See definitions for details.\n* conveys the details of a user portal and its associated FHIR endpoints. See definitions for details.\n\n Notes:\n* `0..1 MS` `partOf` Conveys that an affiliate Brand response for providing this Brand's user access. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).\n\n* `0..* MS` `identifier` Conveys identifiers that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n * It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https://www.childrenshospital.org/, a recommended identifier would be: `{\"system\": \"urn:ietf:rfc:3986\",\"value\": \"https://childrenshospital.org\"}`", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "servd", + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Organization", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Organization", + "path": "Organization", + "short": "User Access Brand", + "definition": "A brand of a healthcare provider, such as a hospital, clinic, or practice", + "constraint": [ + { + "key" : "uab-1", + "severity" : "error", + "human" : "Portal endpoints must also appear at Organization.endpoint", + "expression" : "Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)", + "source" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand" + } + ] + }, + { + "id": "Organization.extension", + "path": "Organization.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "Organization.extension:brand", + "path": "Organization.extension", + "sliceName": "brand", + "short": "Brand Details", + "min": 0, + "max": "*", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/organization-brand" + ] + } + ], + "mustSupport": true + }, + { + "id": "Organization.extension:portal", + "path": "Organization.extension", + "sliceName": "portal", + "short": "Portal Details", + "min": 0, + "max": "*", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/organization-portal" + ] + } + ], + "mustSupport": true + }, + { + "id": "Organization.identifier", + "path": "Organization.identifier", + "short": "Unique identifier for the brand", + "definition": "The unique identifier for the brand that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n* It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https: //www.childrenshospital.org/, a recommended identifier would be:\n\n `{\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"https://childrenshospital.org\"\n }`\n", + "mustSupport": true + }, + { + "id" : "Organization.type", + "path" : "Organization.type", + "slicing" : { + "discriminator" : [ + { + "type" : "value", + "path" : "$this" + } + ], + "rules" : "open" + }, + "mustSupport" : true + }, + { + "id" : "Organization.type:pab", + "path" : "Organization.type", + "sliceName" : "pab", + "short" : "Categories of user access offered", + "mustSupport" : true, + "min" : 0, + "binding" : { + "strength" : "required", + "valueSet" : "http://hl7.org/fhir/smart-app-launch/ValueSet/user-access-category" + } + }, + { + "id": "Organization.name", + "path": "Organization.name", + "short": "Primary brand name to display on a card", + "definition": "The primary brand name to display on a card.", + "min": 1, + "mustSupport": true + }, + { + "id": "Organization.alias", + "path": "Organization.alias", + "short": "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search", + "definition": "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search", + "mustSupport": true + }, + { + "id": "Organization.telecom", + "path": "Organization.telecom", + "short": "The primary public website for the Brand.", + "definition": "`telecom` with `system` of `url` and `value` conveying the primary public website for the Brand. Note this is distinct from the user access portal website.", + "min": 1, + "max": "1", + "mustSupport": true + }, + { + "id": "Organization.address", + "path": "Organization.address", + "short": "Locations (e.g., zip codes and/or street addresses) associated with the Brand.", + "definition": "Locations (e.g., zip codes and/or street addresses) associated with the Brand. The following combinations are allowed:\n * State\n * City, state\n * City, state, zip code\n * Street address, city, state, zip code\n * zip code alone\n", + "mustSupport": true + }, + { + "id": "Organization.partOf", + "path": "Organization.partOf", + "short": "Affiliated \"parent brand\", if this Brand is part of a larger health system", + "definition": "Affiliated \"parent brand\", if this Brand is part of a larger health system. \"User access provided by\", to convey that an affiliated Brand hosts this Brand's API technology and user portal. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).", + "mustSupport": true + }, + { + "id": "Organization.endpoint", + "path": "Organization.endpoint", + "short": "Endpoint associated with this brand", + "definition": "References one or more `UserAccessEndpoints`. Endpoints here will also be listed within the `organization-portal` extension, to indicate the specific portal they're associated with.", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint" + ], + "aggregation": [ + "bundled" + ] + } + ], + "mustSupport": true + }, + { + "id": "Organization.endpoint.reference", + "path": "Organization.endpoint.reference", + "short": "Relative URL to an Endpoint within the User Access Brands Bundle", + "definition": "Relative URL to an Endpoint within the User Access Brands Bundle", + "mustSupport": true + } + ] + } +} From 8d7c397cc492a04451bb925378b60909ab7acd7f Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 20:02:39 +1100 Subject: [PATCH 16/58] replace dom-3 with manually written code (better and faster testing) - add test cases for corner cases --- validator/jm/Bundle-example3.json | 198 -- validator/list-contained-bad-2.json | 25 + validator/manifest.json | 3806 +++++++++++++++++++++++-- validator/narrative-binary-bad.xml | 11 + validator/narrative-binary.xml | 11 + validator/res-inv-cs.json | 44 + validator/res-inv-example-bad.json | 135 + validator/res-inv-example-good.json | 135 + validator/res-inv-profile-bundle.json | 99 + validator/res-inv-profile-ep.json | 151 + validator/res-inv-profile-org.json | 201 ++ 11 files changed, 4333 insertions(+), 483 deletions(-) delete mode 100644 validator/jm/Bundle-example3.json create mode 100644 validator/list-contained-bad-2.json create mode 100644 validator/narrative-binary-bad.xml create mode 100644 validator/narrative-binary.xml create mode 100644 validator/res-inv-cs.json create mode 100644 validator/res-inv-example-bad.json create mode 100644 validator/res-inv-example-good.json create mode 100644 validator/res-inv-profile-bundle.json create mode 100644 validator/res-inv-profile-ep.json create mode 100644 validator/res-inv-profile-org.json diff --git a/validator/jm/Bundle-example3.json b/validator/jm/Bundle-example3.json deleted file mode 100644 index 0fdb314c..00000000 --- a/validator/jm/Bundle-example3.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "example3", - "type": "collection", - "timestamp": "2023-09-05T20:23:42.723178-07:00", - "entry": [ - { - "fullUrl": "https://examplehospital.example.org/Organization/examplehospital", - "resource": { - "resourceType": "Organization", - "id": "examplehospital", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand", - "extension": [ - { - "url": "brandLogo", - "valueUrl": "https://example.org/examplehospital-ehr1/themes/custom/logo.svg" - } - ] - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", - "extension": [ - { - "url": "portalName", - "valueString": "ExampleHospital Patient Gateway" - }, - { - "url": "portalUrl", - "valueUrl": "https://patientgateway.examplehospital.ehr1.example.org" - }, - { - "url": "portalDescription", - "valueMarkdown": "Patient Gateway is an online tool to help adult patients connect with health care providers, manage appointments, and refill prescriptions.\n" - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "https://ehr1.example.com/Endpoint/examplehospital-ehr1", - "display": "FHIR R4 Endpoint for EHR1" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-portal", - "extension": [ - { - "url": "portalName", - "valueString": "ExampleHospital Pediatric Portal" - }, - { - "url": "portalUrl", - "valueUrl": "https://pediatrics.examplehospital.ehr2.example.org" - }, - { - "url": "portalDescription", - "valueMarkdown": "Pediatric Portal is the entrypoint for pediatric patients." - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "https://ehr2.example.com/Endpoint/examplehospital-ehr2", - "display": "FHIR R4 Endpoint for EHR2" - } - } - ] - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://examplehospital.example.org" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "code": "clinical", - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "display": "Clinical" - } - ] - } - ], - "name": "ExampleHospital", - "alias": [ - "GoodHealth Healthcare" - ], - "telecom": [ - { - "system": "url", - "value": "https://examplehospital.example.org/contact" - } - ], - "address": [ - { - "city": "Boston", - "state": "MA" - }, - { - "city": "Newton", - "state": "MA" - }, - { - "city": "Waltham", - "state": "MA" - } - ], - "endpoint": [ - { - "reference": "https://ehr1.example.com/Endpoint/examplehospital-ehr1", - "display": "FHIR R4 Endpoint for EHR1" - }, - { - "reference": "https://ehr2.example.com/Endpoint/examplehospital-ehr2", - "display": "FHIR R4 Endpoint for EHR2" - } - ] - } - }, - { - "fullUrl": "https://ehr1.example.com/Endpoint/examplehospital-ehr1", - "resource": { - "resourceType": "Endpoint", - "id": "examplehospital-ehr1", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", - "valueCode": "4.0.1" - } - ], - "status": "active", - "address": "https://ehr1.example.org/ExampleHospital/api/FHIR/R4", - "name": "FHIR R4 Endpoint for ExampleHospital's EHR1 Patient Gateway", - "contact": [ - { - "system": "url", - "value": "https://open.ehr1.example.com" - } - ], - "connectionType": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "payloadType": [ - { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - } - ] - } - }, - { - "fullUrl": "https://ehr2.example.com/Endpoint/examplehospital-ehr2", - "resource": { - "resourceType": "Endpoint", - "id": "examplehospital-ehr2", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", - "valueCode": "4.0.1" - } - ], - "status": "active", - "address": "https://ehr2.example.org/ExampleHospital/api/FHIR/R4", - "name": "FHIR R4 Endpoint for ExampleHospital's EHR2 Pediatric Portal", - "contact": [ - { - "system": "url", - "value": "https://open.ehr2.example.com" - } - ], - "connectionType": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "payloadType": [ - { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - } - ] - } - } - ] -} diff --git a/validator/list-contained-bad-2.json b/validator/list-contained-bad-2.json new file mode 100644 index 00000000..654476e9 --- /dev/null +++ b/validator/list-contained-bad-2.json @@ -0,0 +1,25 @@ +{ + "resourceType": "List", + "id": "val1", + "contained": [ + { + "resourceType": "Patient", + "id" : "pat2", + "link" : [{ + "other" : { "reference" : "#pat3"} + }] + }, + { + "resourceType": "Patient", + "id" : "pat3", + "link" : [{ + "other" : { "reference" : "#pat2"} + }] + } + ], + "status": "current", + "mode": "changes", + "subject": { + "reference": "#pat" + } +} \ No newline at end of file diff --git a/validator/manifest.json b/validator/manifest.json index 62669148..3c0101f5 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -1021,13 +1021,13 @@ }, { "severity": "error", - "code": "invariant", + "code": "invalid", "details": { - "text": "Constraint failed: dom-3: 'If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (unmatched: pat2) (log: (unmatched: pat2))" + "text": "The contained resource 'pat2' is not referenced to from elsewhere in the containing resource nor does it refer to the containing resource (dom-3)" }, - "diagnostics": "[1,2]", + "diagnostics": "[5,6]", "expression": [ - "List" + "List.contained[0]" ] } ] @@ -4559,20 +4559,20 @@ "issue": [ { "severity": "error", - "code": "invariant", + "code": "structure", "details": { - "text": "Constraint failed: dom-3: 'If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (unmatched: pat1) (log: (unmatched: pat1))" + "text": "Unable to resolve resource with reference '#pat'" }, - "diagnostics": "[1,35]", + "diagnostics": "[10,12]", "expression": [ - "List" + "List.subject[0]" ] }, { "severity": "error", - "code": "structure", + "code": "invariant", "details": { - "text": "Unable to resolve resource with reference '#pat'" + "text": "Constraint failed: ref-1: 'SHALL have a contained resource if a local reference is provided' (defined in http://hl7.org/fhir/StructureDefinition/Reference) (url: pat; ids: pat1) (log: (url: pat; ids: pat1))" }, "diagnostics": "[10,12]", "expression": [ @@ -4581,13 +4581,13 @@ }, { "severity": "error", - "code": "invariant", + "code": "invalid", "details": { - "text": "Constraint failed: ref-1: 'SHALL have a contained resource if a local reference is provided' (defined in http://hl7.org/fhir/StructureDefinition/Reference) (url: pat; ids: pat1) (log: (url: pat; ids: pat1))" + "text": "The contained resource 'pat1' is not referenced to from elsewhere in the containing resource nor does it refer to the containing resource (dom-3)" }, - "diagnostics": "[10,12]", + "diagnostics": "[3,14]", "expression": [ - "List.subject[0]" + "List.contained[0]" ] } ] @@ -25972,11 +25972,134 @@ "outcome": { "resourceType": "OperationOutcome", "issue": [ + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Encounter_1' at 'div/p/a' for 'See above (Encounter/1)' does not resolve" + }, + "diagnostics": "[29,713]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Device_1' at 'div/p/a' for 'See above (Device/1)' does not resolve" + }, + "diagnostics": "[29,713]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Encounter/1 matching against profile http://hl7.org/fhir/StructureDefinition/Encounter|4.0.1" + }, + "diagnostics": "[44,10]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.encounter" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient" + }, + "diagnostics": "[41,10]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.subject" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0" + }, + "diagnostics": "[41,10]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.subject" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to find a match for profile Encounter/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-encounter" + }, + "diagnostics": "[44,10]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.encounter" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Encounter/1 matching against profile https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0" + }, + "diagnostics": "[44,10]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.encounter" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Does not match slice 'Coverage' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[68,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Slice 'Composition.section:insuranceData.entry:Coverage': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice" + }, + "diagnostics": "[56,12]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[0]" + ] + }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" } ], "severity": "information", @@ -25993,7 +26116,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" } ], "severity": "information", @@ -26010,7 +26133,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" } ], "severity": "information", @@ -26034,6 +26157,446 @@ "Bundle.entry[0].resource/*Composition/1*/.section[1]" ] }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[14].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[108,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[15].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[111,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Slice 'Composition.section:sectionAllergies.entry:allergyOrIntolerance': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice" + }, + "diagnostics": "[96,12]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[2]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[16].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[128,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[17].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[131,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Slice 'Composition.section:sectionProblems.entry:problem': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice" + }, + "diagnostics": "[116,12]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[3]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[148,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[19].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[151,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Slice 'Composition.section:sectionProceduresHx.entry:procedure': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice" + }, + "diagnostics": "[136,12]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[4]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[168,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[171,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[174,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Slice 'Composition.section:sectionResults.entry:results-observation': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice" + }, + "diagnostics": "[156,12]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[5]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[191,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[194,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[197,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].code: Value is '85354-9' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].display: Value is 'Blood pressure panel with all children optional' but must be 'ABO group [Type] in Blood'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[200,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[203,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[220,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[223,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[226,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[229,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Estimated date of delivery']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Last menstrual period - First day']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[246,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Estimated date of conception']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Last menstrual period - First day']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[249,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of conception']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of delivery']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[252,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[255,16]", + "expression": [ + "Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve" + }, + "diagnostics": "[295,2011]", + "expression": [ + "Bundle.entry[1].resource/*Patient/1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + }, + "diagnostics": "[295,2011]", + "expression": [ + "Bundle.entry[1].resource/*Patient/1*/.text.div" + ] + }, { "extension": [ { @@ -26069,242 +26632,1462 @@ ] }, { + "severity": "warning", + "code": "invariant", + "details": { + "text": "Constraint failed: mni-patient: 'Warning, if the resource is not conform to the ch-core-patient restrictions'" + }, + "diagnostics": "[285,8]", + "expression": [ + "Bundle.entry[1].resource/*Patient/1*/" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[603,601]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve" + }, + "diagnostics": "[603,601]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[616,10]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.subject" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for ServiceRequest/1 matching against profile http://hl7.org/fhir/StructureDefinition/ServiceRequest|4.0.1" + }, + "diagnostics": "[620,12]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient" + }, + "diagnostics": "[616,10]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.subject" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0" + }, + "diagnostics": "[616,10]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.subject" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest" + }, + "diagnostics": "[620,12]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for ServiceRequest/1 matching against profile https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0" + }, + "diagnostics": "[620,12]", + "expression": [ + "Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[638,986]", + "expression": [ + "Bundle.entry[5].resource/*ServiceRequest/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[676,10]", + "expression": [ + "Bundle.entry[5].resource/*ServiceRequest/1*/.subject" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient" + }, + "diagnostics": "[676,10]", + "expression": [ + "Bundle.entry[5].resource/*ServiceRequest/1*/.subject" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0" + }, + "diagnostics": "[676,10]", + "expression": [ + "Bundle.entry[5].resource/*ServiceRequest/1*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[724,1708]", + "expression": [ + "Bundle.entry[7].resource/*Coverage/1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve" + }, + "diagnostics": "[724,1708]", + "expression": [ + "Bundle.entry[7].resource/*Coverage/1*/.text.div" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/contract-type|1.0.0" + }, + "diagnostics": "[798,14]", + "expression": [ + "Bundle.entry[7].resource.contained[1]/*Contract/mni-contract1*/.type" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[816,10]", + "expression": [ + "Bundle.entry[7].resource/*Coverage/1*/.beneficiary" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[724,1708]", + "expression": [ + "Bundle.entry[7].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve" + }, + "diagnostics": "[724,1708]", + "expression": [ + "Bundle.entry[7].resource.text.div" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/organization-type|1.0.0" + }, + "diagnostics": "[855,12]", + "expression": [ + "Bundle.entry[8].resource/*Organization/2*/.type[0]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[904,663]", + "expression": [ + "Bundle.entry[9].resource/*RelatedPerson/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[907,10]", + "expression": [ + "Bundle.entry[9].resource/*RelatedPerson/1*/.patient" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient" + }, + "diagnostics": "[907,10]", + "expression": [ + "Bundle.entry[9].resource/*RelatedPerson/1*/.patient" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0" + }, + "diagnostics": "[907,10]", + "expression": [ + "Bundle.entry[9].resource/*RelatedPerson/1*/.patient" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve" + }, + "diagnostics": "[968,619]", + "expression": [ + "Bundle.entry[10].resource/*MedicationStatement/1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[968,619]", + "expression": [ + "Bundle.entry[10].resource/*MedicationStatement/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[974,10]", + "expression": [ + "Bundle.entry[10].resource/*MedicationStatement/1*/.subject" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + }, + "diagnostics": "[979,12]", + "expression": [ + "Bundle.entry[10].resource.dosage[0]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + }, + "diagnostics": "[995,12]", + "expression": [ + "Bundle.entry[10].resource.dosage[1]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + }, + "diagnostics": "[1011,12]", + "expression": [ + "Bundle.entry[10].resource.dosage[2]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + }, + "diagnostics": "[1027,12]", + "expression": [ + "Bundle.entry[10].resource.dosage[3]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve" + }, + "diagnostics": "[968,619]", + "expression": [ + "Bundle.entry[10].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[968,619]", + "expression": [ + "Bundle.entry[10].resource.text.div" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'urn:oid:2.51.1.1' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1060,10]", + "expression": [ + "Bundle.entry[11].resource/*Medication/1*/.code.coding[0]" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'urn:oid:2.16.756.5.30.2.6.1' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1060,10]", + "expression": [ + "Bundle.entry[11].resource/*Medication/1*/.code.coding[1]" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'https://mednet.swiss/fhir/productNumber' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1060,10]", + "expression": [ + "Bundle.entry[11].resource/*Medication/1*/.code.coding[2]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1091,973]", + "expression": [ + "Bundle.entry[12].resource/*MedicationStatement/2*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'urn:oid:2.51.1.1' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1102,14]", + "expression": [ + "Bundle.entry[12].resource.contained[0]/*Medication/mni-medication-example2*/.code.coding[0].system" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'urn:oid:2.16.756.5.30.2.6.1' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1102,14]", + "expression": [ + "Bundle.entry[12].resource.contained[0]/*Medication/mni-medication-example2*/.code.coding[1].system" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'https://mednet.swiss/fhir/productNumber' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1102,14]", + "expression": [ + "Bundle.entry[12].resource.contained[0]/*Medication/mni-medication-example2*/.code.coding[2].system" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1125,10]", + "expression": [ + "Bundle.entry[12].resource/*MedicationStatement/2*/.subject" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + }, + "diagnostics": "[1133,12]", + "expression": [ + "Bundle.entry[12].resource.dosage[0]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1091,973]", + "expression": [ + "Bundle.entry[12].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1151,935]", + "expression": [ + "Bundle.entry[13].resource/*MedicationStatement/3*/.text.div" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'urn:oid:2.51.1.1' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1162,14]", + "expression": [ + "Bundle.entry[13].resource.contained[0]/*Medication/mni-medication-example3*/.code.coding[0]" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'urn:oid:2.16.756.5.30.2.6.1' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1162,14]", + "expression": [ + "Bundle.entry[13].resource.contained[0]/*Medication/mni-medication-example3*/.code.coding[1]" + ] + }, + { + "severity": "information", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'https://mednet.swiss/fhir/productNumber' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1162,14]", + "expression": [ + "Bundle.entry[13].resource.contained[0]/*Medication/mni-medication-example3*/.code.coding[2]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1185,10]", + "expression": [ + "Bundle.entry[13].resource/*MedicationStatement/3*/.subject" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + }, + "diagnostics": "[1190,12]", + "expression": [ + "Bundle.entry[13].resource.dosage[0]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1151,935]", + "expression": [ + "Bundle.entry[13].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1222,664]", + "expression": [ + "Bundle.entry[14].resource/*AllergyIntolerance/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1248,10]", + "expression": [ + "Bundle.entry[14].resource/*AllergyIntolerance/1*/.patient" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1222,664]", + "expression": [ + "Bundle.entry[14].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1265,669]", + "expression": [ + "Bundle.entry[15].resource/*AllergyIntolerance/2*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1291,10]", + "expression": [ + "Bundle.entry[15].resource/*AllergyIntolerance/2*/.patient" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1265,669]", + "expression": [ + "Bundle.entry[15].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1308,659]", + "expression": [ + "Bundle.entry[16].resource/*Condition/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1338,10]", + "expression": [ + "Bundle.entry[16].resource/*Condition/1*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1308,659]", + "expression": [ + "Bundle.entry[16].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1355,772]", + "expression": [ + "Bundle.entry[17].resource/*Condition/2*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "warning", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + }, + "diagnostics": "[1366,10]", + "expression": [ + "Bundle.entry[17].resource/*Condition/2*/.severity.coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "warning", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + }, + "diagnostics": "[1366,10]", + "expression": [ + "Bundle.entry[17].resource/*Condition/2*/.severity.display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1396,10]", + "expression": [ + "Bundle.entry[17].resource/*Condition/2*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1355,772]", + "expression": [ + "Bundle.entry[17].resource.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "warning", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + }, + "diagnostics": "[1366,10]", + "expression": [ + "Bundle.entry[17].resource.severity.coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "warning", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + }, + "diagnostics": "[1366,10]", + "expression": [ + "Bundle.entry[17].resource.severity.display" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1413,668]", + "expression": [ + "Bundle.entry[18].resource/*Procedure/1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve" + }, + "diagnostics": "[1413,668]", + "expression": [ + "Bundle.entry[18].resource/*Procedure/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1426,10]", + "expression": [ + "Bundle.entry[18].resource/*Procedure/1*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1413,668]", + "expression": [ + "Bundle.entry[18].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve" + }, + "diagnostics": "[1413,668]", + "expression": [ + "Bundle.entry[18].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1459,486]", + "expression": [ + "Bundle.entry[19].resource/*Procedure/2*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1472,10]", + "expression": [ + "Bundle.entry[19].resource/*Procedure/2*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1459,486]", + "expression": [ + "Bundle.entry[19].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1489,625]", + "expression": [ + "Bundle.entry[20].resource/*Observation/1*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1512,10]", + "expression": [ + "Bundle.entry[20].resource/*Observation/1*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1489,625]", + "expression": [ + "Bundle.entry[20].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1535,638]", + "expression": [ + "Bundle.entry[21].resource/*Observation/2*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1558,10]", + "expression": [ + "Bundle.entry[21].resource/*Observation/2*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1535,638]", + "expression": [ + "Bundle.entry[21].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1581,643]", + "expression": [ + "Bundle.entry[22].resource/*Observation/3*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], "severity": "information", - "code": "business-rule", + "code": "structure", "details": { - "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/contract-type|1.0.0" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[798,14]", + "diagnostics": "[1604,10]", "expression": [ - "Bundle.entry[7].resource.contained[1]/*Contract/mni-contract1*/.type" + "Bundle.entry[22].resource/*Observation/3*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1581,643]", + "expression": [ + "Bundle.entry[22].resource.text.div" ] }, { "severity": "information", - "code": "business-rule", + "code": "informational", "details": { - "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/organization-type|1.0.0" + "text": "Validate Observation against the Body weight profile (http://hl7.org/fhir/StructureDefinition/bodyweight) which is required by the FHIR specification because the LOINC code 29463-7 was found" }, - "diagnostics": "[855,12]", + "diagnostics": "[1617,8]", "expression": [ - "Bundle.entry[8].resource/*Organization/2*/.type[0]" + "Bundle.entry[23].resource/*Observation/4*/" ] }, { "severity": "error", - "code": "processing", + "code": "invalid", "details": { - "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[979,12]", + "diagnostics": "[1627,644]", "expression": [ - "Bundle.entry[10].resource.dosage[0]" + "Bundle.entry[23].resource.text.div" ] }, { "severity": "error", - "code": "processing", + "code": "invalid", "details": { - "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[995,12]", + "diagnostics": "[1627,644]", "expression": [ - "Bundle.entry[10].resource.dosage[1]" + "Bundle.entry[23].resource/*Observation/4*/.text.div" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1650,10]", + "expression": [ + "Bundle.entry[23].resource/*Observation/4*/.subject" + ] + }, + { + "severity": "information", + "code": "informational", + "details": { + "text": "Validate Observation against the Body height profile (http://hl7.org/fhir/StructureDefinition/bodyheight) which is required by the FHIR specification because the LOINC code 8302-2 was found" + }, + "diagnostics": "[1664,8]", + "expression": [ + "Bundle.entry[24].resource/*Observation/5*/" ] }, { "severity": "error", - "code": "processing", + "code": "invalid", "details": { - "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1011,12]", + "diagnostics": "[1674,644]", "expression": [ - "Bundle.entry[10].resource.dosage[2]" + "Bundle.entry[24].resource.text.div" ] }, { "severity": "error", - "code": "processing", + "code": "invalid", "details": { - "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1027,12]", + "diagnostics": "[1674,644]", "expression": [ - "Bundle.entry[10].resource.dosage[3]" + "Bundle.entry[24].resource/*Observation/5*/.text.div" ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], "severity": "information", - "code": "not-found", + "code": "structure", "details": { - "text": "A definition for CodeSystem 'urn:oid:2.51.1.1' could not be found, so the code cannot be validated" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1060,10]", + "diagnostics": "[1697,10]", "expression": [ - "Bundle.entry[11].resource/*Medication/1*/.code.coding[0]" + "Bundle.entry[24].resource/*Observation/5*/.subject" ] }, { "severity": "information", - "code": "not-found", + "code": "informational", "details": { - "text": "A definition for CodeSystem 'urn:oid:2.16.756.5.30.2.6.1' could not be found, so the code cannot be validated" + "text": "Validate Observation against the Body mass index profile (http://hl7.org/fhir/StructureDefinition/bmi) which is required by the FHIR specification because the LOINC code 39156-5 was found" }, - "diagnostics": "[1060,10]", + "diagnostics": "[1711,8]", "expression": [ - "Bundle.entry[11].resource/*Medication/1*/.code.coding[1]" + "Bundle.entry[25].resource/*Observation/6*/" ] }, { - "severity": "information", - "code": "not-found", + "severity": "error", + "code": "invalid", "details": { - "text": "A definition for CodeSystem 'https://mednet.swiss/fhir/productNumber' could not be found, so the code cannot be validated" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1060,10]", + "diagnostics": "[1721,667]", "expression": [ - "Bundle.entry[11].resource/*Medication/1*/.code.coding[2]" + "Bundle.entry[25].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1721,667]", + "expression": [ + "Bundle.entry[25].resource/*Observation/6*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], "severity": "information", - "code": "not-found", + "code": "structure", "details": { - "text": "A definition for CodeSystem 'urn:oid:2.51.1.1' could not be found, so the code cannot be validated" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1102,14]", + "diagnostics": "[1744,10]", "expression": [ - "Bundle.entry[12].resource.contained[0]/*Medication/mni-medication-example2*/.code.coding[0].system" + "Bundle.entry[25].resource/*Observation/6*/.subject" + ] + }, + { + "severity": "information", + "code": "informational", + "details": { + "text": "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 85354-9 was found" + }, + "diagnostics": "[1758,8]", + "expression": [ + "Bundle.entry[26].resource/*Observation/7*/" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1768,1010]", + "expression": [ + "Bundle.entry[26].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1768,1010]", + "expression": [ + "Bundle.entry[26].resource/*Observation/7*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], "severity": "information", - "code": "not-found", + "code": "structure", "details": { - "text": "A definition for CodeSystem 'urn:oid:2.16.756.5.30.2.6.1' could not be found, so the code cannot be validated" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1102,14]", + "diagnostics": "[1791,10]", "expression": [ - "Bundle.entry[12].resource.contained[0]/*Medication/mni-medication-example2*/.code.coding[1].system" + "Bundle.entry[26].resource/*Observation/7*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1845,800]", + "expression": [ + "Bundle.entry[27].resource/*Observation/8*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], "severity": "information", - "code": "not-found", + "code": "structure", "details": { - "text": "A definition for CodeSystem 'https://mednet.swiss/fhir/productNumber' could not be found, so the code cannot be validated" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1102,14]", + "diagnostics": "[1868,10]", "expression": [ - "Bundle.entry[12].resource.contained[0]/*Medication/mni-medication-example2*/.code.coding[2].system" + "Bundle.entry[27].resource/*Observation/8*/.subject" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem https://mednet.swiss/fhir/CodeSystem/mni-obs-bloodGroup|0.5.0" + }, + "diagnostics": "[1872,10]", + "expression": [ + "Bundle.entry[27].resource/*Observation/8*/.value.ofType(CodeableConcept)" ] }, { "severity": "error", - "code": "processing", + "code": "invalid", "details": { - "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1133,12]", + "diagnostics": "[1845,800]", "expression": [ - "Bundle.entry[12].resource.dosage[0]" + "Bundle.entry[27].resource.text.div" ] }, { - "severity": "information", - "code": "not-found", + "severity": "warning", + "code": "code-invalid", "details": { - "text": "A definition for CodeSystem 'urn:oid:2.51.1.1' could not be found, so the code cannot be validated" + "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#883-9)" }, - "diagnostics": "[1162,14]", + "diagnostics": "[1859,10]", "expression": [ - "Bundle.entry[13].resource.contained[0]/*Medication/mni-medication-example3*/.code.coding[0]" + "Bundle.entry[27].resource.code" ] }, { "severity": "information", - "code": "not-found", + "code": "business-rule", "details": { - "text": "A definition for CodeSystem 'urn:oid:2.16.756.5.30.2.6.1' could not be found, so the code cannot be validated" + "text": "Reference to draft CodeSystem https://mednet.swiss/fhir/CodeSystem/mni-obs-bloodGroup|0.5.0" }, - "diagnostics": "[1162,14]", + "diagnostics": "[1872,10]", "expression": [ - "Bundle.entry[13].resource.contained[0]/*Medication/mni-medication-example3*/.code.coding[1]" + "Bundle.entry[27].resource.value.ofType(CodeableConcept)" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1900,672]", + "expression": [ + "Bundle.entry[28].resource/*Observation/9*/.text.div" ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], "severity": "information", - "code": "not-found", + "code": "structure", "details": { - "text": "A definition for CodeSystem 'https://mednet.swiss/fhir/productNumber' could not be found, so the code cannot be validated" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1162,14]", + "diagnostics": "[1923,10]", "expression": [ - "Bundle.entry[13].resource.contained[0]/*Medication/mni-medication-example3*/.code.coding[2]" + "Bundle.entry[28].resource/*Observation/9*/.subject" ] }, { "severity": "error", - "code": "processing", + "code": "invalid", "details": { - "text": "Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1190,12]", + "diagnostics": "[1900,672]", "expression": [ - "Bundle.entry[13].resource.dosage[0]" + "Bundle.entry[28].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[1950,717]", + "expression": [ + "Bundle.entry[29].resource/*Observation/10*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], - "severity": "warning", + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[1973,10]", + "expression": [ + "Bundle.entry[29].resource/*Observation/10*/.subject" + ] + }, + { + "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1366,10]", + "diagnostics": "[1950,717]", "expression": [ - "Bundle.entry[17].resource/*Condition/2*/.severity.coding[0].display" + "Bundle.entry[29].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[2000,908]", + "expression": [ + "Bundle.entry[30].resource/*FamilyMemberHistory/1*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], - "severity": "warning", - "code": "invalid", + "severity": "information", + "code": "structure", "details": { - "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1366,10]", + "diagnostics": "[2003,10]", "expression": [ - "Bundle.entry[17].resource/*Condition/2*/.severity.display" + "Bundle.entry[30].resource/*FamilyMemberHistory/1*/.patient" ] }, { @@ -26314,14 +28097,25 @@ "valueUrl": "http://tx-dev.fhir.org/r4" } ], - "severity": "warning", + "severity": "information", "code": "invalid", "details": { - "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + "text": "The code '1419004' is valid but is not active" }, - "diagnostics": "[1366,10]", + "diagnostics": "[2024,14]", "expression": [ - "Bundle.entry[17].resource.severity.coding[0].display" + "Bundle.entry[30].resource/*FamilyMemberHistory/1*/.condition[0].code.coding[0].code" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[2000,908]", + "expression": [ + "Bundle.entry[30].resource.text.div" ] }, { @@ -26331,125 +28125,209 @@ "valueUrl": "http://tx-dev.fhir.org/r4" } ], - "severity": "warning", + "severity": "information", "code": "invalid", "details": { - "text": "Wrong Display Name 'Moderate' for http://snomed.info/sct#6736007. Valid display is one of 4 choices: 'Midgrade', 'Moderate (severity modifier) (qualifier value)', 'Moderate (severity modifier)' or 'Moderate severity' (for the language(s) 'en')" + "text": "The code '1419004' is valid but is not active" }, - "diagnostics": "[1366,10]", + "diagnostics": "[2024,14]", "expression": [ - "Bundle.entry[17].resource.severity.display" + "Bundle.entry[30].resource.condition[0].code.coding[0].code" ] }, { - "severity": "information", - "code": "informational", + "severity": "error", + "code": "invalid", "details": { - "text": "Validate Observation against the Body weight profile (http://hl7.org/fhir/StructureDefinition/bodyweight) which is required by the FHIR specification because the LOINC code 29463-7 was found" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1617,8]", + "diagnostics": "[2063,750]", "expression": [ - "Bundle.entry[23].resource/*Observation/4*/" + "Bundle.entry[31].resource/*FamilyMemberHistory/2*/.text.div" ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], "severity": "information", - "code": "informational", + "code": "structure", "details": { - "text": "Validate Observation against the Body height profile (http://hl7.org/fhir/StructureDefinition/bodyheight) which is required by the FHIR specification because the LOINC code 8302-2 was found" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1664,8]", + "diagnostics": "[2066,10]", "expression": [ - "Bundle.entry[24].resource/*Observation/5*/" + "Bundle.entry[31].resource/*FamilyMemberHistory/2*/.patient" ] }, { - "severity": "information", - "code": "informational", + "severity": "error", + "code": "invalid", "details": { - "text": "Validate Observation against the Body mass index profile (http://hl7.org/fhir/StructureDefinition/bmi) which is required by the FHIR specification because the LOINC code 39156-5 was found" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1711,8]", + "diagnostics": "[2063,750]", "expression": [ - "Bundle.entry[25].resource/*Observation/6*/" + "Bundle.entry[31].resource.text.div" ] }, { - "severity": "information", - "code": "informational", + "severity": "error", + "code": "invalid", "details": { - "text": "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 85354-9 was found" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1758,8]", + "diagnostics": "[2113,486]", "expression": [ - "Bundle.entry[26].resource/*Observation/7*/" + "Bundle.entry[32].resource/*Observation/11*/.text.div" ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], "severity": "information", - "code": "business-rule", + "code": "structure", "details": { - "text": "Reference to draft CodeSystem https://mednet.swiss/fhir/CodeSystem/mni-obs-bloodGroup|0.5.0" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1872,10]", + "diagnostics": "[2125,10]", "expression": [ - "Bundle.entry[27].resource/*Observation/8*/.value.ofType(CodeableConcept)" + "Bundle.entry[32].resource/*Observation/11*/.subject" ] }, { - "severity": "warning", - "code": "code-invalid", + "severity": "error", + "code": "invalid", "details": { - "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#883-9)" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[1859,10]", + "diagnostics": "[2113,486]", "expression": [ - "Bundle.entry[27].resource.code" + "Bundle.entry[32].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[2143,484]", + "expression": [ + "Bundle.entry[33].resource/*Observation/12*/.text.div" ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" + } + ], "severity": "information", - "code": "business-rule", + "code": "structure", "details": { - "text": "Reference to draft CodeSystem https://mednet.swiss/fhir/CodeSystem/mni-obs-bloodGroup|0.5.0" + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" }, - "diagnostics": "[1872,10]", + "diagnostics": "[2155,10]", "expression": [ - "Bundle.entry[27].resource.value.ofType(CodeableConcept)" + "Bundle.entry[33].resource/*Observation/12*/.subject" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[2143,484]", + "expression": [ + "Bundle.entry[33].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[2173,491]", + "expression": [ + "Bundle.entry[34].resource/*Observation/13*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[2185,10]", + "expression": [ + "Bundle.entry[34].resource/*Observation/13*/.subject" + ] + }, + { + "severity": "error", "code": "invalid", "details": { - "text": "The code '1419004' is valid but is not active" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[2024,14]", + "diagnostics": "[2173,491]", "expression": [ - "Bundle.entry[30].resource/*FamilyMemberHistory/1*/.condition[0].code.coding[0].code" + "Bundle.entry[34].resource.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" + }, + "diagnostics": "[2203,493]", + "expression": [ + "Bundle.entry[35].resource/*Observation/14*/.text.div" ] }, { "extension": [ { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve" } ], "severity": "information", + "code": "structure", + "details": { + "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" + }, + "diagnostics": "[2215,10]", + "expression": [ + "Bundle.entry[35].resource/*Observation/14*/.subject" + ] + }, + { + "severity": "error", "code": "invalid", "details": { - "text": "The code '1419004' is valid but is not active" + "text": "Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve" }, - "diagnostics": "[2024,14]", + "diagnostics": "[2203,493]", "expression": [ - "Bundle.entry[30].resource.condition[0].code.coding[0].code" + "Bundle.entry[35].resource.text.div" ] }, { @@ -26973,7 +28851,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1]: Slice 'Composition.section:sectionMedications.entry:medicationStatement': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Composition'" + "valueString": "Bundle.entry[0]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.text.div: Hyperlink '#Encounter_1' at 'div/p/a' for 'See above (Encounter/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.text.div: Hyperlink '#Device_1' at 'div/p/a' for 'See above (Device/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Unable to find a match for profile Encounter/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-encounter; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Does not match slice 'Coverage' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0]: Slice 'Composition.section:insuranceData.entry:Coverage': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1]: Slice 'Composition.section:sectionMedications.entry:medicationStatement': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[14].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[15].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2]: Slice 'Composition.section:sectionAllergies.entry:allergyOrIntolerance': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[16].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[17].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3]: Slice 'Composition.section:sectionProblems.entry:problem': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[19].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4]: Slice 'Composition.section:sectionProceduresHx.entry:procedure': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5]: Slice 'Composition.section:sectionResults.entry:results-observation': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].code: Value is '85354-9' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].display: Value is 'Blood pressure panel with all children optional' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Composition'" } ], "severity": "information", @@ -26990,7 +28868,92 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[10]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[10]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'MedicationStatement'" + "valueString": "Bundle.entry[1]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[1]: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[1]: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[1]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Patient'; Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Patient'; Bundle.entry[1]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Patient'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[283,6]", + "expression": [ + "Bundle.entry[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[4]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[4]: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[4]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Encounter'; Bundle.entry[4]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Encounter'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[591,6]", + "expression": [ + "Bundle.entry[4]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[5]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[5]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[5]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[5]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[5]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[5]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'ServiceRequest'; Bundle.entry[5]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'ServiceRequest'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[626,6]", + "expression": [ + "Bundle.entry[5]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[7]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[7]: Bundle.entry[7].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[7]: Bundle.entry[7].resource.text.div: Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve; Bundle.entry[7]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Coverage'; Bundle.entry[7]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[7]: Bundle.entry[7].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Coverage'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[712,6]", + "expression": [ + "Bundle.entry[7]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[9]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[9]: Bundle.entry[9].resource/*RelatedPerson/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[9]: Bundle.entry[9].resource/*RelatedPerson/1*/.patient: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[9]: Bundle.entry[9].resource/*RelatedPerson/1*/.patient: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[9]: Bundle.entry[9].resource/*RelatedPerson/1*/.patient: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[9]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'RelatedPerson'; Bundle.entry[9]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[9]: Bundle.entry[9].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'RelatedPerson'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[892,6]", + "expression": [ + "Bundle.entry[9]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[10]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'MedicationStatement'; Bundle.entry[10]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[10]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[10]: Bundle.entry[10].resource.text.div: Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve; Bundle.entry[10]: Bundle.entry[10].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[10]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[10]: Bundle.entry[10].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'MedicationStatement'" } ], "severity": "information", @@ -27007,7 +28970,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[12]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[12]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[12]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'MedicationStatement'" + "valueString": "Bundle.entry[12]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'MedicationStatement'; Bundle.entry[12]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[12]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[12]: Bundle.entry[12].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[12]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[12]: Bundle.entry[12].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'MedicationStatement'" } ], "severity": "information", @@ -27024,7 +28987,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[13]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[13]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[13]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'MedicationStatement'" + "valueString": "Bundle.entry[13]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'MedicationStatement'; Bundle.entry[13]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[13]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[13]: Bundle.entry[13].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[13]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[13]: Bundle.entry[13].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'MedicationStatement'" } ], "severity": "information", @@ -27038,25 +29001,388 @@ ] }, { - "severity": "error", - "code": "structure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[14]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[14]: Bundle.entry[14].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[14]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[14]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[14]: Bundle.entry[14].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'AllergyIntolerance'" + } + ], + "severity": "information", + "code": "informational", "details": { - "text": "Slice 'Bundle.entry:Composition': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0). Note that other slices are allowed in addition to this required slice" + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" }, - "diagnostics": "[1,2]", + "diagnostics": "[1210,6]", "expression": [ - "Bundle" + "Bundle.entry[14]" ] }, { - "severity": "warning", - "code": "code-invalid", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[15]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[15]: Bundle.entry[15].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[15]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'AllergyIntolerance'; Bundle.entry[15]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[15]: Bundle.entry[15].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'AllergyIntolerance'" + } + ], + "severity": "information", + "code": "informational", "details": { - "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#883-9)" + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" }, - "diagnostics": "[1859,10]", + "diagnostics": "[1253,6]", + "expression": [ + "Bundle.entry[15]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[16]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Condition'; Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[16]: Bundle.entry[16].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[16]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Condition'; Bundle.entry[16]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[16]: Bundle.entry[16].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Condition'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1296,6]", + "expression": [ + "Bundle.entry[16]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[17]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Condition'; Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[17]: Bundle.entry[17].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[17]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Condition'; Bundle.entry[17]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[17]: Bundle.entry[17].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Condition'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1343,6]", + "expression": [ + "Bundle.entry[17]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[18]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[18]: Bundle.entry[18].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[18]: Bundle.entry[18].resource.text.div: Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve; Bundle.entry[18]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Procedure'; Bundle.entry[18]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[18]: Bundle.entry[18].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Procedure'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1401,6]", + "expression": [ + "Bundle.entry[18]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[19]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[19]: Bundle.entry[19].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[19]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Procedure'; Bundle.entry[19]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[19]: Bundle.entry[19].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Procedure'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1447,6]", + "expression": [ + "Bundle.entry[19]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[20]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Estimated date of conception']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Last menstrual period - First day']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: Value is 'min' but must be 'kg/m2'; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Risk Factor']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#min' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Estimated date of delivery']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0].code: Value is '46418-0' but must be '883-9'; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0].display: Value is 'INR in Capillary blood by Coagulation assay' but must be 'ABO group [Type] in Blood'; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#min' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Length of gestation at time of procedure']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#min' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[20]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1477,6]", + "expression": [ + "Bundle.entry[20]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[21]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Estimated date of conception']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Last menstrual period - First day']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: Value is 'mmol/L' but must be 'kg/m2'; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Risk Factor']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#mmol/L' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Estimated date of delivery']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0].code: Value is '77140-2' but must be '883-9'; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0].display: Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'ABO group [Type] in Blood'; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#mmol/L' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Length of gestation at time of procedure']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#mmol/L' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[21]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1523,6]", + "expression": [ + "Bundle.entry[21]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[22]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Estimated date of conception']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Last menstrual period - First day']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: Value is '%' but must be 'kg/m2'; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Risk Factor']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#%' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Estimated date of delivery']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0].code: Value is '4535-1' but must be '883-9'; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0].display: Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'ABO group [Type] in Blood'; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#%' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Length of gestation at time of procedure']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#%' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[22]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1569,6]", + "expression": [ + "Bundle.entry[22]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[23]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Estimated date of conception']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Last menstrual period - First day']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[23]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[23]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Risk Factor']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Estimated date of delivery']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Length of gestation at time of procedure']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[23]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1615,6]", "expression": [ - "Bundle.entry[27].resource/*Observation/8*/.code" + "Bundle.entry[23]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[24]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Estimated date of conception']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Last menstrual period - First day']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[24]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[24]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Risk Factor']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Estimated date of delivery']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Length of gestation at time of procedure']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[24]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1662,6]", + "expression": [ + "Bundle.entry[24]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[25]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Estimated date of conception']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Last menstrual period - First day']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[25]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[25]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Risk Factor']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Estimated date of delivery']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Length of gestation at time of procedure']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[25]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1709,6]", + "expression": [ + "Bundle.entry[25]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[26]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.code,message=Value is '85354-9' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.display,message=Value is 'Blood pressure panel with all children optional' but must be 'Estimated date of conception']]; Bundle.entry[26]: Bundle.entry[26].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.code,message=Value is '85354-9' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.display,message=Value is 'Blood pressure panel with all children optional' but must be 'Last menstrual period - First day']]; Bundle.entry[26]: Bundle.entry[26].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[26]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[26]: Bundle.entry[26].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.code,message=Value is '85354-9' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.display,message=Value is 'Blood pressure panel with all children optional' but must be 'Risk Factor']]; Bundle.entry[26]: Bundle.entry[26].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[26]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.code,message=Value is '85354-9' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.display,message=Value is 'Blood pressure panel with all children optional' but must be 'Estimated date of delivery']]; Bundle.entry[26]: Bundle.entry[26].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code.coding[0].code: Value is '85354-9' but must be '883-9'; Bundle.entry[26]: Bundle.entry[26].resource.code.coding[0].display: Value is 'Blood pressure panel with all children optional' but must be 'ABO group [Type] in Blood'; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[26]: Bundle.entry[26].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[26]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0); Bundle.entry[26]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[26]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.code,message=Value is '85354-9' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[26].resource.code.coding.display,message=Value is 'Blood pressure panel with all children optional' but must be 'Length of gestation at time of procedure']]; Bundle.entry[26]: Bundle.entry[26].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[26]: Bundle.entry[26].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[26]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[26]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[26]: Bundle.entry[26].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1756,6]", + "expression": [ + "Bundle.entry[26]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[27]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.code,message=Value is '883-9' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.display,message=Value is 'ABO group [Type] in Blood' but must be 'Estimated date of conception']]; Bundle.entry[27]: Bundle.entry[27].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.code,message=Value is '883-9' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.display,message=Value is 'ABO group [Type] in Blood' but must be 'Last menstrual period - First day']]; Bundle.entry[27]: Bundle.entry[27].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[27]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[27]: Bundle.entry[27].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[27]: Bundle.entry[27].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[27]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[27]: Bundle.entry[27].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.code,message=Value is '883-9' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.display,message=Value is 'ABO group [Type] in Blood' but must be 'Risk Factor']]; Bundle.entry[27]: Bundle.entry[27].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: Does not match slice 'snomed' (discriminator: ('http://snomed.info/sct' in system)); Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: Does not match slice 'loinc' (discriminator: ('http://loinc.org' in system)); Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): Observation.value[x]:valueCodeableConcept.text: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[27]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.code,message=Value is '883-9' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.display,message=Value is 'ABO group [Type] in Blood' but must be 'Estimated date of delivery']]; Bundle.entry[27]: Bundle.entry[27].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[27]: Bundle.entry[27].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[27]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[27]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[27]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.code,message=Value is '883-9' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[27].resource.code.coding.display,message=Value is 'ABO group [Type] in Blood' but must be 'Length of gestation at time of procedure']]; Bundle.entry[27]: Bundle.entry[27].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[27]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[27]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[27]: Bundle.entry[27].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1833,6]", + "expression": [ + "Bundle.entry[27]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[28]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.code,message=Value is '80943009' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Estimated date of conception']]; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.code,message=Value is '80943009' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Last menstrual period - First day']]; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.category[0]: Bundle.entry[28].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0]: Bundle.entry[28].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[28]: Bundle.entry[28].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.category[0]: Bundle.entry[28].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0]: Bundle.entry[28].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[28]: Bundle.entry[28].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.category[0]: Bundle.entry[28].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0]: Bundle.entry[28].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[28]: Bundle.entry[28].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.code,message=Value is '80943009' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Estimated date of delivery']]; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.category[0]: Bundle.entry[28].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0].code: Value is '80943009' but must be '883-9'; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0].display: Value is 'Risk Factor' but must be 'ABO group [Type] in Blood'; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): None of the codings provided are in the value set 'MedNet Interface (MNI) - Blood Group Observation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-obs-bloodGroup|0.5.0), and a coding from this value set is required) (codes = http://snomed.info/sct#77176002); Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.category[0].coding.code,message=Value is 'social-history' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.category[0].coding.display,message=Value is 'Social History' but must be 'Laboratory']]; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.category[0]: Bundle.entry[28].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code.coding[0]: Bundle.entry[28].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[28]: Bundle.entry[28].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[28].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[28]: Bundle.entry[28].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[28]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.code,message=Value is '80943009' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[28].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Length of gestation at time of procedure']]; Bundle.entry[28]: Bundle.entry[28].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Bundle.entry[28].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[28]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[28]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[28]: Bundle.entry[28].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1888,6]", + "expression": [ + "Bundle.entry[28]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[29]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.code,message=Value is '80943009' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Estimated date of conception']]; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.code,message=Value is '80943009' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Last menstrual period - First day']]; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.category[0]: Bundle.entry[29].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0]: Bundle.entry[29].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[29]: Bundle.entry[29].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.category[0]: Bundle.entry[29].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0]: Bundle.entry[29].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[29]: Bundle.entry[29].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.category[0]: Bundle.entry[29].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0]: Bundle.entry[29].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[29]: Bundle.entry[29].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.code,message=Value is '80943009' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Estimated date of delivery']]; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.category[0]: Bundle.entry[29].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0].code: Value is '80943009' but must be '883-9'; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0].display: Value is 'Risk Factor' but must be 'ABO group [Type] in Blood'; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): None of the codings provided are in the value set 'MedNet Interface (MNI) - Blood Group Observation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-obs-bloodGroup|0.5.0), and a coding from this value set is required) (codes = http://snomed.info/sct#38341003); Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.category[0].coding.code,message=Value is 'social-history' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.category[0].coding.display,message=Value is 'Social History' but must be 'Laboratory']]; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.category[0]: Bundle.entry[29].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code.coding[0]: Bundle.entry[29].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[29]: Bundle.entry[29].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[29].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[29]: Bundle.entry[29].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[29]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.code,message=Value is '80943009' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[29].resource.code.coding.display,message=Value is 'Risk Factor' but must be 'Length of gestation at time of procedure']]; Bundle.entry[29]: Bundle.entry[29].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Bundle.entry[29].resource.value.ofType(CodeableConcept).text: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[29]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[29]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[29]: Bundle.entry[29].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1938,6]", + "expression": [ + "Bundle.entry[29]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[30]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[30]: Bundle.entry[30].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[30]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[30]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[30]: Bundle.entry[30].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'FamilyMemberHistory'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[1988,6]", + "expression": [ + "Bundle.entry[30]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[31]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[31]: Bundle.entry[31].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[31]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[31]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[31]: Bundle.entry[31].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'FamilyMemberHistory'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[2051,6]", + "expression": [ + "Bundle.entry[31]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[32]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Last menstrual period - First day']]; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0]: Bundle.entry[32].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[32]: Bundle.entry[32].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0]: Bundle.entry[32].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[32]: Bundle.entry[32].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Risk Factor']]; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0]: Bundle.entry[32].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[32]: Bundle.entry[32].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Estimated date of delivery']]; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0].code: Value is '248986005' but must be '883-9'; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0].display: Value is 'Estimated date of conception' but must be 'ABO group [Type] in Blood'; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[32]: Bundle.entry[32].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code.coding[0]: Bundle.entry[32].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[32]: Bundle.entry[32].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[32]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[32]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[32]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Length of gestation at time of procedure']]; Bundle.entry[32]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[32]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[32]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[32]: Bundle.entry[32].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[2101,6]", + "expression": [ + "Bundle.entry[32]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[33]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Estimated date of conception']]; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Last menstrual period - First day']]; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0]: Bundle.entry[33].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[33]: Bundle.entry[33].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0]: Bundle.entry[33].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[33]: Bundle.entry[33].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Risk Factor']]; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0]: Bundle.entry[33].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[33]: Bundle.entry[33].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0].code: Value is '161714006' but must be '883-9'; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0].display: Value is 'Estimated date of delivery' but must be 'ABO group [Type] in Blood'; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[33]: Bundle.entry[33].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code.coding[0]: Bundle.entry[33].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[33]: Bundle.entry[33].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[33]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[33]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[33]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Length of gestation at time of procedure']]; Bundle.entry[33]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[33]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[33]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[33]: Bundle.entry[33].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[2131,6]", + "expression": [ + "Bundle.entry[33]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[34]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of conception']]; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0]: Bundle.entry[34].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[34]: Bundle.entry[34].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0]: Bundle.entry[34].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[34]: Bundle.entry[34].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Risk Factor']]; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0]: Bundle.entry[34].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[34]: Bundle.entry[34].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of delivery']]; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0].code: Value is '161713000' but must be '883-9'; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0].display: Value is 'Last menstrual period - First day' but must be 'ABO group [Type] in Blood'; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[34]: Bundle.entry[34].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code.coding[0]: Bundle.entry[34].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[34]: Bundle.entry[34].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[34]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[34]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[34]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Length of gestation at time of procedure']]; Bundle.entry[34]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[34]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[34]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[34]: Bundle.entry[34].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[2161,6]", + "expression": [ + "Bundle.entry[34]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[35]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: Value is 'wk' but must be 'kg/m2'; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Risk Factor']]; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: The value provided ('wk') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#wk' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].code: Value is '445872007' but must be '883-9'; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].display: Value is 'Length of gestation at time of procedure' but must be 'ABO group [Type] in Blood'; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: The value provided ('wk') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#wk' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[2191,6]", + "expression": [ + "Bundle.entry[35]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Slice 'Bundle.entry:Composition': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-bundle|0.5.0). Note that other slices are allowed in addition to this required slice" + }, + "diagnostics": "[1,2]", + "expression": [ + "Bundle" ] }, { @@ -29999,6 +32325,17 @@ "outcome": { "resourceType": "OperationOutcome", "issue": [ + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_SampleLabelerOrganization' at 'div/p/a' for 'See above (Organization/SampleLabelerOrganization)' does not resolve" + }, + "diagnostics": "[14,498]", + "expression": [ + "Bundle.entry[0].resource/*MessageHeader/SampleLabelerCodeRequestMessage*/.text.div" + ] + }, { "extension": [ { @@ -30785,13 +33122,13 @@ }, { "severity": "error", - "code": "invariant", + "code": "invalid", "details": { - "text": "Constraint failed: dom-3: 'If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (unmatched: 12345678901234567890123456789012345678901234567890123456789012345) (log: (unmatched: 12345678901234567890123456789012345678901234567890123456789012345))" + "text": "The contained resource '12345678901234567890123456789012345678901234567890123456789012345' is not referenced to from elsewhere in the containing resource nor does it refer to the containing resource (dom-3)" }, - "diagnostics": "[1,2]", + "diagnostics": "[7,6]", "expression": [ - "Condition" + "Condition.contained[0]" ] } ] @@ -30804,24 +33141,7 @@ "version": "4.0", "validateContains": "IGNORE", "description": "65 character long ID on contained resource, set validateContains to IGNORE should yield no errors", - "java": { - "outcome": { - "resourceType": "OperationOutcome", - "issue": [ - { - "severity": "error", - "code": "invariant", - "details": { - "text": "Constraint failed: dom-3: 'If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (unmatched: 12345678901234567890123456789012345678901234567890123456789012345) (log: (unmatched: 12345678901234567890123456789012345678901234567890123456789012345))" - }, - "diagnostics": "[1,2]", - "expression": [ - "Condition" - ] - } - ] - } - } + "java": {} }, { "name": "type-subtype-slicing1", @@ -32262,6 +34582,28 @@ "Bundle.identifier.type" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve" + }, + "diagnostics": "[40,1213]", + "expression": [ + "Bundle.entry[0].resource/*MessageHeader/eb5eb40b-78e8-4a52-903a-0348c1eac387*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#List_7e8a5789-f41a-496f-94ad-fef0999bbcbe' at 'div/p/a' for 'See above (List/7e8a5789-f41a-496f-94ad-fef0999bbcbe)' does not resolve" + }, + "diagnostics": "[40,1213]", + "expression": [ + "Bundle.entry[0].resource/*MessageHeader/eb5eb40b-78e8-4a52-903a-0348c1eac387*/.text.div" + ] + }, { "severity": "error", "code": "structure", @@ -32295,6 +34637,171 @@ "Bundle.entry[0].resource/*MessageHeader/eb5eb40b-78e8-4a52-903a-0348c1eac387*/.meta.profile[0]" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/blockquote/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/blockquote/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/blockquote/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#MedicationRequest_df610b38-2561-423c-b17a-36364f5a82c1' at 'div/blockquote/p/a' for 'See above (MedicationRequest/df610b38-2561-423c-b17a-36364f5a82c1)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#QuestionnaireResponse_5342779a-184f-42ba-ab44-3a8e023979f7' at 'div/blockquote/p/a' for 'See above (QuestionnaireResponse/5342779a-184f-42ba-ab44-3a8e023979f7)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Condition_bc20c5ea-f639-4221-ab61-ce75c5e64aba' at 'div/blockquote/p/a' for 'See above (Condition/bc20c5ea-f639-4221-ab61-ce75c5e64aba)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_d3637025-883d-4678-9e0a-1d243a338f9f' at 'div/blockquote/p/a' for 'See above (Organization/d3637025-883d-4678-9e0a-1d243a338f9f)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Coverage_42b41bdb-1781-49aa-a091-78cdd92129df' at 'div/blockquote/p/a' for 'See above (Coverage/42b41bdb-1781-49aa-a091-78cdd92129df)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Consent_1b53bfb2-1361-4906-acd8-35294d30273b' at 'div/blockquote/p/a' for 'See above (Consent/1b53bfb2-1361-4906-acd8-35294d30273b)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Provenance_cb626b8a-4e0e-484b-b4fb-1f48fd318418' at 'div/blockquote/p/a' for 'See above (Provenance/cb626b8a-4e0e-484b-b4fb-1f48fd318418)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#ServiceRequest_212c57ad-45cd-4882-87e7-8415ded3db05' at 'div/blockquote/p/a' for 'See above (ServiceRequest/212c57ad-45cd-4882-87e7-8415ded3db05)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#ServiceRequest_1409c0e9-6b06-4de5-82e7-577516c866db' at 'div/blockquote/p/a' for 'See above (ServiceRequest/1409c0e9-6b06-4de5-82e7-577516c866db)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#RelatedPerson_4db51d32-65c3-4f8c-959e-0155c6d14545' at 'div/blockquote/p/a' for 'See above (RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545)' does not resolve" + }, + "diagnostics": "[81,2691]", + "expression": [ + "Bundle.entry[1].resource/*List/7e8a5789-f41a-496f-94ad-fef0999bbcbe*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve" + }, + "diagnostics": "[180,1057]", + "expression": [ + "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve" + }, + "diagnostics": "[180,1057]", + "expression": [ + "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div" + ] + }, { "severity": "warning", "code": "code-invalid", @@ -32466,11 +34973,61 @@ "Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.meta.profile[0]" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#RelatedPerson_4db51d32-65c3-4f8c-959e-0155c6d14545' at 'div/p/a' for 'See above (RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545)' does not resolve" + }, + "diagnostics": "[440,1091]", + "expression": [ + "Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[440,1091]", + "expression": [ + "Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Organization_d3637025-883d-4678-9e0a-1d243a338f9f' at 'div/p/a' for 'See above (Organization/d3637025-883d-4678-9e0a-1d243a338f9f)' does not resolve" + }, + "diagnostics": "[440,1091]", + "expression": [ + "Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.text.div" + ] + }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.text.div: Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve; Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545 matching against profile http://hl7.org/fhir/StructureDefinition/RelatedPerson|4.0.1" + }, + "diagnostics": "[452,10]", + "expression": [ + "Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32494,11 +35051,22 @@ "Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.meta.profile[0]" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[498,534]", + "expression": [ + "Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.text.div" + ] + }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32533,6 +35101,28 @@ "Bundle.entry[7].resource/*QuestionnaireResponse/5342779a-184f-42ba-ab44-3a8e023979f7*/" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[541,1729]", + "expression": [ + "Bundle.entry[7].resource/*QuestionnaireResponse/5342779a-184f-42ba-ab44-3a8e023979f7*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[605,360]", + "expression": [ + "Bundle.entry[8].resource/*Condition/bc20c5ea-f639-4221-ab61-ce75c5e64aba*/.text.div" + ] + }, { "extension": [ { @@ -32554,7 +35144,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32567,6 +35157,17 @@ "Bundle.entry[8].resource/*Condition/bc20c5ea-f639-4221-ab61-ce75c5e64aba*/.subject" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[628,665]", + "expression": [ + "Bundle.entry[9].resource/*Consent/1b53bfb2-1361-4906-acd8-35294d30273b*/.text.div" + ] + }, { "extension": [ { @@ -32599,7 +35200,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32612,11 +35213,33 @@ "Bundle.entry[9].resource/*Consent/1b53bfb2-1361-4906-acd8-35294d30273b*/.patient" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Consent_1b53bfb2-1361-4906-acd8-35294d30273b' at 'div/p/a' for 'See above (Consent/1b53bfb2-1361-4906-acd8-35294d30273b)' does not resolve" + }, + "diagnostics": "[678,608]", + "expression": [ + "Bundle.entry[10].resource/*Provenance/cb626b8a-4e0e-484b-b4fb-1f48fd318418*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/table/tr/td/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[678,608]", + "expression": [ + "Bundle.entry[10].resource/*Provenance/cb626b8a-4e0e-484b-b4fb-1f48fd318418*/.text.div" + ] + }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32633,7 +35256,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32657,6 +35280,17 @@ "Bundle.entry[10].resource/*Provenance/cb626b8a-4e0e-484b-b4fb-1f48fd318418*/.meta.profile[0]" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[727,428]", + "expression": [ + "Bundle.entry[11].resource/*ServiceRequest/212c57ad-45cd-4882-87e7-8415ded3db05*/.text.div" + ] + }, { "extension": [ { @@ -32678,7 +35312,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32702,6 +35336,17 @@ "Bundle.entry[11].resource/*ServiceRequest/212c57ad-45cd-4882-87e7-8415ded3db05*/.meta.profile[0]" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[757,434]", + "expression": [ + "Bundle.entry[12].resource/*ServiceRequest/1409c0e9-6b06-4de5-82e7-577516c866db*/.text.div" + ] + }, { "severity": "information", "code": "not-found", @@ -32717,7 +35362,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32741,6 +35386,39 @@ "Bundle.entry[12].resource/*ServiceRequest/1409c0e9-6b06-4de5-82e7-577516c866db*/.meta.profile[0]" ] }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve" + }, + "diagnostics": "[787,1143]", + "expression": [ + "Bundle.entry[13].resource/*MedicationRequest/df610b38-2561-423c-b17a-36364f5a82c1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve" + }, + "diagnostics": "[787,1143]", + "expression": [ + "Bundle.entry[13].resource/*MedicationRequest/df610b38-2561-423c-b17a-36364f5a82c1*/.text.div" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Hyperlink '#Coverage_42b41bdb-1781-49aa-a091-78cdd92129df' at 'div/p/a' for 'See above (Coverage/42b41bdb-1781-49aa-a091-78cdd92129df)' does not resolve" + }, + "diagnostics": "[787,1143]", + "expression": [ + "Bundle.entry[13].resource/*MedicationRequest/df610b38-2561-423c-b17a-36364f5a82c1*/.text.div" + ] + }, { "extension": [ { @@ -32762,7 +35440,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + "valueString": "Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" } ], "severity": "information", @@ -32792,6 +35470,23 @@ "Bundle.entry[13].resource/*MedicationRequest/df610b38-2561-423c-b17a-36364f5a82c1*/.requester" ] }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.text.div: Hyperlink '#RelatedPerson_4db51d32-65c3-4f8c-959e-0155c6d14545' at 'div/p/a' for 'See above (RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.text.div: Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.text.div: Hyperlink '#Organization_d3637025-883d-4678-9e0a-1d243a338f9f' at 'div/p/a' for 'See above (Organization/d3637025-883d-4678-9e0a-1d243a338f9f)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.text.div: Hyperlink '#Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c' at 'div/p/a' for 'See above (Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.subscriber: Bundle.entry[6].resource/*RelatedPerson/4db51d32-65c3-4f8c-959e-0155c6d14545*/.patient: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Practitioner_695d0991-5e03-46df-934a-85a28acd95c1' at 'div/p/a' for 'See above (Practitioner/695d0991-5e03-46df-934a-85a28acd95c1)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.text.div: Hyperlink '#Organization_01c31a2f-321d-4c6e-8349-206af8a88088' at 'div/p/a' for 'See above (Organization/01c31a2f-321d-4c6e-8349-206af8a88088)' does not resolve; Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: The type 'practitioner' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization], CanonicalType[http://hl7.org/fhir/StructureDefinition/Practitioner], CanonicalType[http://hl7.org/fhir/StructureDefinition/PractitionerRole]]); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Invalid Resource target type. Found practitioner, but expected one of (Practitioner); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.generalPractitioner[0]: Bundle.entry[4].resource/*Practitioner/695d0991-5e03-46df-934a-85a28acd95c1*/.identifier[0].type.coding[0].display: Wrong Display Name 'Provider identifier' for http://terminology.hl7.org/CodeSystem/v2-0203#PRN. Valid display is 'Provider number' (for the language(s) '--'); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: The type 'organization' is not a valid Target for this element (must be one of [CanonicalType[http://hl7.org/fhir/StructureDefinition/Organization]]); Bundle.entry[5].resource/*Coverage/42b41bdb-1781-49aa-a091-78cdd92129df*/.beneficiary: Bundle.entry[2].resource/*Patient/fc2e5a72-c363-4616-ae00-4ad25cbcb45c*/.managingOrganization: Invalid Resource target type. Found organization, but expected one of (Organization)" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df matching against profile http://hl7.org/fhir/StructureDefinition/Coverage|4.0.1" + }, + "diagnostics": "[812,12]", + "expression": [ + "Bundle.entry[13].resource/*MedicationRequest/df610b38-2561-423c-b17a-36364f5a82c1*/.insurance[0]" + ] + }, { "severity": "warning", "code": "structure", @@ -36957,13 +39652,13 @@ }, { "severity": "error", - "code": "invariant", + "code": "invalid", "details": { - "text": "Constraint failed: dom-3: 'If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (unmatched: 4e9ea2cf-bdfc-460f-b7a0-49f70201e177) (log: (unmatched: 4e9ea2cf-bdfc-460f-b7a0-49f70201e177))" + "text": "The contained resource '4e9ea2cf-bdfc-460f-b7a0-49f70201e177' is not referenced to from elsewhere in the containing resource nor does it refer to the containing resource (dom-3)" }, - "diagnostics": "[103,8]", + "diagnostics": "[107,12]", "expression": [ - "Bundle.entry[1].resource/*MeasureReport/measurereport-denom-EXM104*/" + "Bundle.entry[1].resource/*MeasureReport/measurereport-denom-EXM104*/.contained[0]" ] }, { @@ -42301,63 +44996,7 @@ "severity": "information", "code": "informational", "details": { - "text": "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 96607-7 was found" - }, - "diagnostics": "[1,2]", - "expression": [ - "Observation" - ] - }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Observation.component[0]: Does not match slice 'SystolicBP' (discriminator: ('8480-6' in code.coding.code) and ('http://loinc.org' in code.coding.system)); Observation.component[0]: Does not match slice 'DiastolicBP' (discriminator: ('8462-4' in code.coding.code) and ('http://loinc.org' in code.coding.system))" - } - ], - "severity": "information", - "code": "informational", - "details": { - "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/StructureDefinition/bp|4.0.1 (this may not be a problem, but you should check that it's not intended to match a slice)" - }, - "diagnostics": "[76,4]", - "expression": [ - "Observation.component[0]" - ] - }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Observation.component[1]: Does not match slice 'SystolicBP' (discriminator: ('8480-6' in code.coding.code) and ('http://loinc.org' in code.coding.system)); Observation.component[1]: Does not match slice 'DiastolicBP' (discriminator: ('8462-4' in code.coding.code) and ('http://loinc.org' in code.coding.system))" - } - ], - "severity": "information", - "code": "informational", - "details": { - "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/StructureDefinition/bp|4.0.1 (this may not be a problem, but you should check that it's not intended to match a slice)" - }, - "diagnostics": "[91,4]", - "expression": [ - "Observation.component[1]" - ] - }, - { - "severity": "error", - "code": "structure", - "details": { - "text": "Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from http://hl7.org/fhir/StructureDefinition/bp|4.0.1). Note that other slices are allowed in addition to this required slice" - }, - "diagnostics": "[1,2]", - "expression": [ - "Observation" - ] - }, - { - "severity": "error", - "code": "structure", - "details": { - "text": "Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from http://hl7.org/fhir/StructureDefinition/bp|4.0.1). Note that other slices are allowed in addition to this required slice" + "text": "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 76534-7 was found" }, "diagnostics": "[1,2]", "expression": [ @@ -42368,7 +45007,7 @@ "severity": "warning", "code": "code-invalid", "details": { - "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#96607-7)" + "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#76534-7)" }, "diagnostics": "[24,4]", "expression": [ @@ -42386,28 +45025,6 @@ "Observation.code" ] }, - { - "severity": "warning", - "code": "code-invalid", - "details": { - "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#96608-5)" - }, - "diagnostics": "[77,6]", - "expression": [ - "Observation.component[0].code" - ] - }, - { - "severity": "warning", - "code": "code-invalid", - "details": { - "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#96609-3)" - }, - "diagnostics": "[92,6]", - "expression": [ - "Observation.component[1].code" - ] - }, { "severity": "warning", "code": "structure", @@ -43767,6 +46384,625 @@ "output": [] } }, + { + "name": "xver-immunization-r5", + "file": "xver-immunization-r5.json", + "module": "xver", + "version": "5.0", + "explanation": "R5 to establish a baseline for R4 xver-extension use", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to experimental CodeSystem http://hl7.org/fhir/event-status|5.0.0" + }, + "diagnostics": "[4,25]", + "expression": [ + "Immunization.status" + ] + } + ] + } + } + }, + { + "name": "xver-immunization2-r5", + "file": "xver-immunization2-r5.json", + "module": "xver", + "version": "5.0", + "explanation": "R5 to establish a baseline for R4 xver-extension use", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to experimental CodeSystem http://hl7.org/fhir/event-status|5.0.0" + }, + "diagnostics": "[4,25]", + "expression": [ + "Immunization.status" + ] + } + ] + } + } + }, + { + "name": "xver-patient-r5", + "file": "xver-patient-r5.json", + "module": "xver", + "version": "5.0", + "explanation": "R5 to establish a baseline for R4 xver-extension use", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to experimental CodeSystem http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use|1.0.0" + }, + "diagnostics": "[8,8]", + "expression": [ + "Patient.extension[0].extension[0].value.ofType(CodeableConcept)" + ] + } + ] + } + } + }, + { + "name": "xver-task-r5", + "file": "xver-task-r5.json", + "module": "xver", + "version": "5.0", + "explanation": "R5 to establish a baseline for R4 xver-extension use", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to experimental CodeSystem http://hl7.org/fhir/request-intent|5.0.0" + }, + "diagnostics": "[5,24]", + "expression": [ + "Task.intent" + ] + }, + { + "severity": "information", + "code": "code-invalid", + "details": { + "text": "Binding for path Task.input[0].type has no source, so can't be checked" + }, + "diagnostics": "[7,43]", + "expression": [ + "Task.input[0].type" + ] + } + ] + } + } + }, + { + "name": "xver-parameters-r5", + "file": "xver-parameters-r5.json", + "module": "xver", + "version": "5.0", + "explanation": "R5 to establish a baseline for R4 xver-extension use", + "java": {} + }, + { + "name": "res-inv-example-good", + "file": "res-inv-example-good.json", + "version": "4.0", + "explanation": "This tests constraints defined in resource profiles that are referenced as a profile on Bundle.entry.resource", + "supporting": [ + "res-inv-cs.json" + ], + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-brand could not be found so is not allowed here" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-portal could not be found so is not allowed here" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]: The extension http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version could not be found so is not allowed here" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Endpoint/examplelabs matching against profile http://hl7.org/fhir/StructureDefinition/Endpoint|4.0.1" + }, + "diagnostics": "[91,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.endpoint[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version could not be found so is not allowed here" + }, + "diagnostics": "[104,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/endpoint-payload-type|1.0.0" + }, + "diagnostics": "[123,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.payloadType[0]" + ] + } + ] + } + }, + "profile": { + "source": "res-inv-profile-bundle.json", + "supporting": [ + "res-inv-profile-ep.json", + "res-inv-profile-org.json" + ], + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-brand]] on Organization.extension:brand could not be resolved (@char 1)" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-brand]] on Organization.extension:brand could not be resolved (@char 1)" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-portal]] on Organization.extension:portal could not be resolved (@char 1)" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-portal]] on Organization.extension:portal could not be resolved (@char 1)" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-brand could not be found so is not allowed here" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-portal could not be found so is not allowed here" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unable to resolve the profile reference 'http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint'" + }, + "diagnostics": "[91,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.endpoint[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Invalid Resource target type. Found Endpoint, but expected one of ([])" + }, + "diagnostics": "[91,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.endpoint[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]: The extension http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version could not be found so is not allowed here" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Endpoint/examplelabs matching against profile http://hl7.org/fhir/StructureDefinition/Endpoint|4.0.1" + }, + "diagnostics": "[91,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.endpoint[0]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version]] on Endpoint.extension:fhir-version could not be resolved (@char 1)" + }, + "diagnostics": "[104,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]" + ] + }, + { + "severity": "information", + "code": "not-supported", + "details": { + "text": "Endpoint.extension:fhir-version: Found 0 matches, but unable to check minimum required (Endpoint.extension) due to lack of slicing validation (from http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-ep)" + }, + "diagnostics": "[100,8]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version could not be found so is not allowed here" + }, + "diagnostics": "[104,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/endpoint-payload-type|1.0.0" + }, + "diagnostics": "[123,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.payloadType[0]" + ] + } + ] + } + } + } + }, + { + "name": "res-inv-example-bad", + "file": "res-inv-example-bad.json", + "version": "4.0", + "explanation": "This tests constraints defined in resource profiles that are referenced as a profile on Bundle.entry.resource", + "supporting": [ + "res-inv-cs.json" + ], + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-brand could not be found so is not allowed here" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-portal could not be found so is not allowed here" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version could not be found so is not allowed here" + }, + "diagnostics": "[104,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/endpoint-payload-type|1.0.0" + }, + "diagnostics": "[123,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.payloadType[0]" + ] + } + ] + } + }, + "profile": { + "source": "res-inv-profile-bundle.json", + "supporting": [ + "res-inv-profile-ep.json", + "res-inv-profile-org.json" + ], + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-brand]] on Organization.extension:brand could not be resolved (@char 1)" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-brand]] on Organization.extension:brand could not be resolved (@char 1)" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-portal]] on Organization.extension:portal could not be resolved (@char 1)" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/organization-portal]] on Organization.extension:portal could not be resolved (@char 1)" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-brand could not be found so is not allowed here" + }, + "diagnostics": "[13,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[0]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/organization-portal could not be found so is not allowed here" + }, + "diagnostics": "[22,12]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.extension[1]" + ] + }, + { + "severity": "error", + "code": "required", + "details": { + "text": "Bundled or contained reference not found within the bundle/resource Endpoint/examplelabsXX" + }, + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/.endpoint[0]" + ] + }, + { + "severity": "error", + "code": "invariant", + "details": { + "text": "Constraint failed: uab-1: 'Portal endpoints must also appear at Organization.endpoint' (defined in http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand)" + }, + "diagnostics": "[9,8]", + "expression": [ + "Bundle.entry[0].resource/*Organization/examplelabs*/" + ] + }, + { + "severity": "error", + "code": "processing", + "details": { + "text": "Slicing cannot be evaluated: Problem with use of resolve() - profile [CanonicalType[http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version]] on Endpoint.extension:fhir-version could not be resolved (@char 1)" + }, + "diagnostics": "[104,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]" + ] + }, + { + "severity": "information", + "code": "not-supported", + "details": { + "text": "Endpoint.extension:fhir-version: Found 0 matches, but unable to check minimum required (Endpoint.extension) due to lack of slicing validation (from http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-ep)" + }, + "diagnostics": "[100,8]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version could not be found so is not allowed here" + }, + "diagnostics": "[104,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.extension[0]" + ] + }, + { + "severity": "information", + "code": "business-rule", + "details": { + "text": "Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/endpoint-payload-type|1.0.0" + }, + "diagnostics": "[123,12]", + "expression": [ + "Bundle.entry[1].resource/*Endpoint/examplelabs*/.payloadType[0]" + ] + } + ] + } + } + } + }, + { + "name": "narrative-binary", + "file": "narrative-binary.xml", + "version": "5.0", + "explanation": "XHTML Image reference to a contained binary (per the spec)", + "java": {} + }, + { + "name": "narrative-binary-bad", + "file": "narrative-binary-bad.xml", + "version": "5.0", + "explanation": "XHTML Image reference to a contained binary (per the spec)", + "java": {} + }, + { + "name": "contained-canonical", + "file": "contained-canonical.json", + "version": "5.0", + "explanation": "Checking that contained canonical references are correctly tracked (manual replacement of dom-3)", + "java": {} + }, + { + "name": "contained-canonical-bad", + "file": "contained-canonical-bad.json", + "version": "5.0", + "explanation": "Checking that contained canonical references are correctly tracked (manual replacement of dom-3)", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "invalid", + "details": { + "text": "No matching contained code system found for system '#cs1'" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "The contained resource 'cs' is not referenced to from elsewhere in the containing resource nor does it refer to the containing resource (dom-3)" + }, + "diagnostics": "[9,4]", + "expression": [ + "ValueSet.contained[0]" + ] + } + ] + } + } + }, { "name": "zzz", "file": "zzz.json", diff --git a/validator/narrative-binary-bad.xml b/validator/narrative-binary-bad.xml new file mode 100644 index 00000000..2642ab9b --- /dev/null +++ b/validator/narrative-binary-bad.xml @@ -0,0 +1,11 @@ + + + +
+

... . ....

+
+
+ + + +
\ No newline at end of file diff --git a/validator/narrative-binary.xml b/validator/narrative-binary.xml new file mode 100644 index 00000000..2642ab9b --- /dev/null +++ b/validator/narrative-binary.xml @@ -0,0 +1,11 @@ + + + +
+

... . ....

+
+
+ + + +
\ No newline at end of file diff --git a/validator/res-inv-cs.json b/validator/res-inv-cs.json new file mode 100644 index 00000000..0599c76c --- /dev/null +++ b/validator/res-inv-cs.json @@ -0,0 +1,44 @@ +{ + "resourceType": "CodeSystem", + "status": "active", + "content": "complete", + "name": "UserAccessCategoryCodeSystem", + "id": "user-access-category", + "title": "User Access Category Code System", + "description": "Categorizes a UserAccessBrand into high-level taxonomy", + "url": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "concept": [ + { + "code": "clinical", + "display": "Clinical" + }, + { + "code": "insurance", + "display": "Insurance" + }, + { + "code": "laboratory", + "display": "Laboratory" + }, + { + "code": "imaging", + "display": "Imaging" + }, + { + "code": "pharmacy", + "display": "Pharmacy" + }, + { + "code": "network", + "display": "Network access" + }, + { + "code": "aggregator", + "display": "Aggregator" + } + ], + "experimental": false, + "date": "2023-03-05T22:40:04-08:00", + "caseSensitive": true, + "count": 7 +} diff --git a/validator/res-inv-example-bad.json b/validator/res-inv-example-bad.json new file mode 100644 index 00000000..e5ede461 --- /dev/null +++ b/validator/res-inv-example-bad.json @@ -0,0 +1,135 @@ +{ + "resourceType": "Bundle", + "id": "example1", + "type": "collection", + "timestamp": "2023-09-05T20:00:43.241070-07:00", + "entry": [ + { + "fullUrl": "https://fhir.labs.example.com/Organization/examplelabs", + "resource": { + "resourceType": "Organization", + "id": "examplelabs", + "extension": [ + { + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://labs.example.com/images/logo.svg" + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" + }, + { + "extension": [ + { + "url": "portalName", + "valueString": "Example Labs HealthCentral Portal" + }, + { + "url": "portalUrl", + "valueUrl": "https://healthcentral.labs.example.com" + }, + { + "url": "portalLogo", + "valueUrl": "https://healthcentral.labs.example.com/logo.png" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/examplelabs", + "display": "FHIR R4 Endpoint for ExampleLabs Brand" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal" + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://examplelabs.org" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "code": "laboratory", + "display": "Laboratory" + } + ] + } + ], + "name": "ExampleLabs", + "alias": ["ExampleLabs Alaska", "...(more here)...", "ExampleLabs Wisconsin"], + "telecom": [ + { + "system": "url", + "value": "https://labs.example.com" + } + ], + "address": [ + { + "line": ["4015 Lake Otis Pkwy"], + "city": "Anchorage", + "state": "AK", + "postalCode": "99508" + }, + { + "state": "...(more here)..." + }, + { + "line": ["123 Main St"], + "city": "Madison", + "state": "WI", + "postalCode": "53726" + } + ], + "endpoint": [ + { + "reference": "Endpoint/examplelabsXX", + "display": "FHIR R4 Endpoint for ExampleLabs Brand" + } + ] + } + }, + { + "fullUrl": "https://fhir.labs.example.com/Endpoint/examplelabs", + "resource": { + "resourceType": "Endpoint", + "id": "examplelabs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://fhir.labs.example.com/r4", + "name": "FHIR R4 Endpoint for ExampleLabs", + "contact": [ + { + "system": "url", + "value": "https://dev-portal.labs.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + } + ] +} diff --git a/validator/res-inv-example-good.json b/validator/res-inv-example-good.json new file mode 100644 index 00000000..752ac9e3 --- /dev/null +++ b/validator/res-inv-example-good.json @@ -0,0 +1,135 @@ +{ + "resourceType": "Bundle", + "id": "example1", + "type": "collection", + "timestamp": "2023-09-05T20:00:43.241070-07:00", + "entry": [ + { + "fullUrl": "https://fhir.labs.example.com/Organization/examplelabs", + "resource": { + "resourceType": "Organization", + "id": "examplelabs", + "extension": [ + { + "extension": [ + { + "url": "brandLogo", + "valueUrl": "https://labs.example.com/images/logo.svg" + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" + }, + { + "extension": [ + { + "url": "portalName", + "valueString": "Example Labs HealthCentral Portal" + }, + { + "url": "portalUrl", + "valueUrl": "https://healthcentral.labs.example.com" + }, + { + "url": "portalLogo", + "valueUrl": "https://healthcentral.labs.example.com/logo.png" + }, + { + "url": "portalEndpoint", + "valueReference": { + "reference": "Endpoint/examplelabs", + "display": "FHIR R4 Endpoint for ExampleLabs Brand" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/organization-portal" + } + ], + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "https://examplelabs.org" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", + "code": "laboratory", + "display": "Laboratory" + } + ] + } + ], + "name": "ExampleLabs", + "alias": ["ExampleLabs Alaska", "...(more here)...", "ExampleLabs Wisconsin"], + "telecom": [ + { + "system": "url", + "value": "https://labs.example.com" + } + ], + "address": [ + { + "line": ["4015 Lake Otis Pkwy"], + "city": "Anchorage", + "state": "AK", + "postalCode": "99508" + }, + { + "state": "...(more here)..." + }, + { + "line": ["123 Main St"], + "city": "Madison", + "state": "WI", + "postalCode": "53726" + } + ], + "endpoint": [ + { + "reference": "Endpoint/examplelabs", + "display": "FHIR R4 Endpoint for ExampleLabs Brand" + } + ] + } + }, + { + "fullUrl": "https://fhir.labs.example.com/Endpoint/examplelabs", + "resource": { + "resourceType": "Endpoint", + "id": "examplelabs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", + "valueCode": "4.0.1" + } + ], + "status": "active", + "address": "https://fhir.labs.example.com/r4", + "name": "FHIR R4 Endpoint for ExampleLabs", + "contact": [ + { + "system": "url", + "value": "https://dev-portal.labs.example.com" + } + ], + "connectionType": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "payloadType": [ + { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + } + ] + } + } + ] +} diff --git a/validator/res-inv-profile-bundle.json b/validator/res-inv-profile-bundle.json new file mode 100644 index 00000000..59db5ef8 --- /dev/null +++ b/validator/res-inv-profile-bundle.json @@ -0,0 +1,99 @@ +{ + "resourceType": "StructureDefinition", + "id": "res-inv-profile-bundle", + "url": "http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-bundle", + "name": "UserAccessBrandsBundle", + "title": "User Access Brands Bundle Profile", + "status": "active", + "date": "2023-03-19", + "description": "Test %resource constraints on resource boundaries with profiles", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Bundle", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Bundle", + "path": "Bundle", + "short": "User Access Brands Bundle", + "definition": "FHIR Bundle (type: collection) of Endpoints and related resources hosted at a stable, publicly available, publicly disclosed location Endpoint associated with a User Access Brand (Organization)" + }, + { + "id": "Bundle.meta", + "path": "Bundle.meta", + "mustSupport": true + }, + { + "id": "Bundle.meta.lastUpdated", + "path": "Bundle.meta.lastUpdated", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.type", + "path": "Bundle.type", + "fixedCode": "collection", + "mustSupport": true + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "resource" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessEndpoint", + "path": "Bundle.entry", + "sliceName": "UserAccessEndpoint", + "min": 0, + "max": "*", + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessEndpoint.resource", + "path": "Bundle.entry.resource", + "type": [ + { + "code": "Endpoint", + "profile": [ + "http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-ep" + ] + } + ], + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessBrand", + "path": "Bundle.entry", + "sliceName": "UserAccessBrand", + "min": 0, + "max": "*", + "mustSupport": true + }, + { + "id": "Bundle.entry:UserAccessBrand.resource", + "path": "Bundle.entry.resource", + "type": [ + { + "code": "Organization", + "profile": [ + "http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-org" + ] + } + ], + "mustSupport": true + } + ] + } +} diff --git a/validator/res-inv-profile-ep.json b/validator/res-inv-profile-ep.json new file mode 100644 index 00000000..1e25cc3b --- /dev/null +++ b/validator/res-inv-profile-ep.json @@ -0,0 +1,151 @@ +{ + "resourceType": "StructureDefinition", + "id": "res-inv-profile-ep", + "url": "http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-ep", + "name": "UserAccessEndpoint", + "title": "User Access Endpoint Profile", + "status": "active", + "date": "2023-08-31", + "description": "Profile on Endpoint associated with a User Access Brand.\n\nFor background and context, see **[User Access Brands Overview](brands.html#endpoint-profile)**.\n\nIn addition to the core data elements on Endpoint, one key extension is used in this profile:\n\n* conveys is a denormalization to help clients focus on supported endpoints. The `valueCode` is any version from http://hl7.org/fhir/valueset-FHIR-version.html (e.g., `4.0.1` is expected for FHIR R4 endpoints).\n\nNotes:\n * `0..1` `name` Conveys a fallback or default name describing the endpoint and the organization offering User API access at this endpoint. This value MAY contain technical details like FHIR API Version designations and apps SHOULD preferentially use names from an associated `UserAccessBrand` rather than displaying this value to users.\n * `1..* MS` `contact` website where developers can configure access to this endpoint, providing at least one `\"system\": \"url\"` contact point where the `value` is an `https://` URL intended for app developers\n * `1..1 MS` `address` FHIR base URL for server supporting user access", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Endpoint", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Endpoint", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Endpoint", + "path": "Endpoint", + "short": "User Access Endpoint", + "definition": "Endpoint associated with a User Access Brand (Organization)" + }, + { + "id": "Endpoint.extension", + "path": "Endpoint.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + }, + "min": 1 + }, + { + "id": "Endpoint.extension:fhir-version", + "path": "Endpoint.extension", + "sliceName": "fhir-version", + "short": "Endpoint FHIR Version", + "min": 1, + "max": "*", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version" + ] + } + ], + "mustSupport": true + }, + { + "id": "Endpoint.status", + "path": "Endpoint.status", + "mustSupport": true + }, + { + "id": "Endpoint.connectionType", + "path": "Endpoint.connectionType", + "patternCoding": { + "code": "hl7-fhir-rest", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + }, + "mustSupport": true + }, + { + "id": "Endpoint.name", + "path": "Endpoint.name", + "definition": "Fallback or default name describing the endpoint and the organization offering User API access at this endpoint. This value MAY contain technical details like FHIR API Version designations, and apps SHOULD preferentially use the name from an associated UserAccessBrand, rather than displaying this value to users." + }, + { + "id": "Endpoint.contact", + "path": "Endpoint.contact", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "system" + } + ], + "rules": "open" + }, + "short": "Contact information for the endpoint.", + "definition": "Contact information for the endpoint.", + "min": 1, + "mustSupport": true + }, + { + "id": "Endpoint.contact:configuration-url", + "path": "Endpoint.contact", + "sliceName": "configuration-url", + "short": "Website where developers can configure access to this endpoint", + "definition": "Contact information for the endpoint. This is the website where developers can configure access to this endpoint.", + "min": 1, + "max": "*", + "mustSupport": true + }, + { + "id": "Endpoint.contact:configuration-url.system", + "path": "Endpoint.contact.system", + "min": 1, + "fixedCode": "url", + "mustSupport": true + }, + { + "id": "Endpoint.contact:configuration-url.value", + "path": "Endpoint.contact.value", + "short": "an https:// URL for app developers", + "definition": "an `https://` URL for app developers", + "min": 1, + "mustSupport": true + }, + { + "id": "Endpoint.payloadType", + "path": "Endpoint.payloadType", + "max": "1", + "patternCodeableConcept": { + "coding": [ + { + "code": "none", + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + } + ] + }, + "mustSupport": true + }, + { + "id": "Endpoint.address", + "path": "Endpoint.address", + "short": "FHIR base URL for servers supporting user access", + "mustSupport": true + } + ] + } +} diff --git a/validator/res-inv-profile-org.json b/validator/res-inv-profile-org.json new file mode 100644 index 00000000..b33e8769 --- /dev/null +++ b/validator/res-inv-profile-org.json @@ -0,0 +1,201 @@ +{ + "resourceType": "StructureDefinition", + "id": "res-inv-profile-org", + "url": "http://hl7.org/fhir/test/StructureDefinition/res-inv-profile-org", + "name": "UserAccessBrand", + "title": "User Access Brand (Organization) Profile", + "status": "active", + "date": "2023-03-05", + "description": "Profile on Organization to convey a User Access Brand.\n\nFor background and context, see **[User Access Brands Overview](brands.html#brand-profile-organization)**.\n\nIn addition to the core data elements on Organization, two key extensions are used in this profile:\n\n* conveys the organization's logo(s) and other top-level branding details. See definitions for details.\n* conveys the details of a user portal and its associated FHIR endpoints. See definitions for details.\n\n Notes:\n* `0..1 MS` `partOf` Conveys that an affiliate Brand response for providing this Brand's user access. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).\n\n* `0..* MS` `identifier` Conveys identifiers that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n * It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https://www.childrenshospital.org/, a recommended identifier would be: `{\"system\": \"urn:ietf:rfc:3986\",\"value\": \"https://childrenshospital.org\"}`", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "servd", + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Organization", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Organization", + "path": "Organization", + "short": "User Access Brand", + "definition": "A brand of a healthcare provider, such as a hospital, clinic, or practice", + "constraint": [ + { + "key" : "uab-1", + "severity" : "error", + "human" : "Portal endpoints must also appear at Organization.endpoint", + "expression" : "Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)", + "source" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand" + } + ] + }, + { + "id": "Organization.extension", + "path": "Organization.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "Organization.extension:brand", + "path": "Organization.extension", + "sliceName": "brand", + "short": "Brand Details", + "min": 0, + "max": "*", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/organization-brand" + ] + } + ], + "mustSupport": true + }, + { + "id": "Organization.extension:portal", + "path": "Organization.extension", + "sliceName": "portal", + "short": "Portal Details", + "min": 0, + "max": "*", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/organization-portal" + ] + } + ], + "mustSupport": true + }, + { + "id": "Organization.identifier", + "path": "Organization.identifier", + "short": "Unique identifier for the brand", + "definition": "The unique identifier for the brand that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n* It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https: //www.childrenshospital.org/, a recommended identifier would be:\n\n `{\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"https://childrenshospital.org\"\n }`\n", + "mustSupport": true + }, + { + "id" : "Organization.type", + "path" : "Organization.type", + "slicing" : { + "discriminator" : [ + { + "type" : "value", + "path" : "$this" + } + ], + "rules" : "open" + }, + "mustSupport" : true + }, + { + "id" : "Organization.type:pab", + "path" : "Organization.type", + "sliceName" : "pab", + "short" : "Categories of user access offered", + "mustSupport" : true, + "min" : 0, + "binding" : { + "strength" : "required", + "valueSet" : "http://hl7.org/fhir/smart-app-launch/ValueSet/user-access-category" + } + }, + { + "id": "Organization.name", + "path": "Organization.name", + "short": "Primary brand name to display on a card", + "definition": "The primary brand name to display on a card.", + "min": 1, + "mustSupport": true + }, + { + "id": "Organization.alias", + "path": "Organization.alias", + "short": "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search", + "definition": "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search", + "mustSupport": true + }, + { + "id": "Organization.telecom", + "path": "Organization.telecom", + "short": "The primary public website for the Brand.", + "definition": "`telecom` with `system` of `url` and `value` conveying the primary public website for the Brand. Note this is distinct from the user access portal website.", + "min": 1, + "max": "1", + "mustSupport": true + }, + { + "id": "Organization.address", + "path": "Organization.address", + "short": "Locations (e.g., zip codes and/or street addresses) associated with the Brand.", + "definition": "Locations (e.g., zip codes and/or street addresses) associated with the Brand. The following combinations are allowed:\n * State\n * City, state\n * City, state, zip code\n * Street address, city, state, zip code\n * zip code alone\n", + "mustSupport": true + }, + { + "id": "Organization.partOf", + "path": "Organization.partOf", + "short": "Affiliated \"parent brand\", if this Brand is part of a larger health system", + "definition": "Affiliated \"parent brand\", if this Brand is part of a larger health system. \"User access provided by\", to convey that an affiliated Brand hosts this Brand's API technology and user portal. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).", + "mustSupport": true + }, + { + "id": "Organization.endpoint", + "path": "Organization.endpoint", + "short": "Endpoint associated with this brand", + "definition": "References one or more `UserAccessEndpoints`. Endpoints here will also be listed within the `organization-portal` extension, to indicate the specific portal they're associated with.", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint" + ], + "aggregation": [ + "bundled" + ] + } + ], + "mustSupport": true + }, + { + "id": "Organization.endpoint.reference", + "path": "Organization.endpoint.reference", + "short": "Relative URL to an Endpoint within the User Access Brands Bundle", + "definition": "Relative URL to an Endpoint within the User Access Brands Bundle", + "mustSupport": true + } + ] + } +} From 1ea65e1d8dc2674c302bdc00585cdc5f8251d54f Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 20:03:22 +1100 Subject: [PATCH 17/58] Add more cross-version test cases --- validator/jm/res-inv-cs.json | 44 ----- validator/jm/res-inv-example.json | 135 --------------- validator/jm/res-inv-profile-bundle.json | 121 -------------- validator/jm/res-inv-profile-ep.json | 151 ----------------- validator/jm/res-inv-profile-org.json | 201 ----------------------- validator/xver-immunization-r4.json | 21 +++ validator/xver-immunization-r5.json | 17 ++ validator/xver-immunization2-r4.json | 29 ++++ validator/xver-immunization2-r5.json | 23 +++ validator/xver-parameters-r4.json | 19 +++ validator/xver-parameters-r5.json | 12 ++ validator/xver-patient-r4.json | 24 +++ validator/xver-patient-r5.json | 26 +++ validator/xver-task-r4.json | 26 +++ validator/xver-task-r5.json | 14 ++ 15 files changed, 211 insertions(+), 652 deletions(-) delete mode 100644 validator/jm/res-inv-cs.json delete mode 100644 validator/jm/res-inv-example.json delete mode 100644 validator/jm/res-inv-profile-bundle.json delete mode 100644 validator/jm/res-inv-profile-ep.json delete mode 100644 validator/jm/res-inv-profile-org.json create mode 100644 validator/xver-immunization-r4.json create mode 100644 validator/xver-immunization-r5.json create mode 100644 validator/xver-immunization2-r4.json create mode 100644 validator/xver-immunization2-r5.json create mode 100644 validator/xver-parameters-r4.json create mode 100644 validator/xver-parameters-r5.json create mode 100644 validator/xver-patient-r4.json create mode 100644 validator/xver-patient-r5.json create mode 100644 validator/xver-task-r4.json create mode 100644 validator/xver-task-r5.json diff --git a/validator/jm/res-inv-cs.json b/validator/jm/res-inv-cs.json deleted file mode 100644 index 0599c76c..00000000 --- a/validator/jm/res-inv-cs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "resourceType": "CodeSystem", - "status": "active", - "content": "complete", - "name": "UserAccessCategoryCodeSystem", - "id": "user-access-category", - "title": "User Access Category Code System", - "description": "Categorizes a UserAccessBrand into high-level taxonomy", - "url": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "concept": [ - { - "code": "clinical", - "display": "Clinical" - }, - { - "code": "insurance", - "display": "Insurance" - }, - { - "code": "laboratory", - "display": "Laboratory" - }, - { - "code": "imaging", - "display": "Imaging" - }, - { - "code": "pharmacy", - "display": "Pharmacy" - }, - { - "code": "network", - "display": "Network access" - }, - { - "code": "aggregator", - "display": "Aggregator" - } - ], - "experimental": false, - "date": "2023-03-05T22:40:04-08:00", - "caseSensitive": true, - "count": 7 -} diff --git a/validator/jm/res-inv-example.json b/validator/jm/res-inv-example.json deleted file mode 100644 index 752ac9e3..00000000 --- a/validator/jm/res-inv-example.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "example1", - "type": "collection", - "timestamp": "2023-09-05T20:00:43.241070-07:00", - "entry": [ - { - "fullUrl": "https://fhir.labs.example.com/Organization/examplelabs", - "resource": { - "resourceType": "Organization", - "id": "examplelabs", - "extension": [ - { - "extension": [ - { - "url": "brandLogo", - "valueUrl": "https://labs.example.com/images/logo.svg" - } - ], - "url": "http://hl7.org/fhir/StructureDefinition/organization-brand" - }, - { - "extension": [ - { - "url": "portalName", - "valueString": "Example Labs HealthCentral Portal" - }, - { - "url": "portalUrl", - "valueUrl": "https://healthcentral.labs.example.com" - }, - { - "url": "portalLogo", - "valueUrl": "https://healthcentral.labs.example.com/logo.png" - }, - { - "url": "portalEndpoint", - "valueReference": { - "reference": "Endpoint/examplelabs", - "display": "FHIR R4 Endpoint for ExampleLabs Brand" - } - } - ], - "url": "http://hl7.org/fhir/StructureDefinition/organization-portal" - } - ], - "identifier": [ - { - "system": "urn:ietf:rfc:3986", - "value": "https://examplelabs.org" - } - ], - "active": true, - "type": [ - { - "coding": [ - { - "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/user-access-category", - "code": "laboratory", - "display": "Laboratory" - } - ] - } - ], - "name": "ExampleLabs", - "alias": ["ExampleLabs Alaska", "...(more here)...", "ExampleLabs Wisconsin"], - "telecom": [ - { - "system": "url", - "value": "https://labs.example.com" - } - ], - "address": [ - { - "line": ["4015 Lake Otis Pkwy"], - "city": "Anchorage", - "state": "AK", - "postalCode": "99508" - }, - { - "state": "...(more here)..." - }, - { - "line": ["123 Main St"], - "city": "Madison", - "state": "WI", - "postalCode": "53726" - } - ], - "endpoint": [ - { - "reference": "Endpoint/examplelabs", - "display": "FHIR R4 Endpoint for ExampleLabs Brand" - } - ] - } - }, - { - "fullUrl": "https://fhir.labs.example.com/Endpoint/examplelabs", - "resource": { - "resourceType": "Endpoint", - "id": "examplelabs", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version", - "valueCode": "4.0.1" - } - ], - "status": "active", - "address": "https://fhir.labs.example.com/r4", - "name": "FHIR R4 Endpoint for ExampleLabs", - "contact": [ - { - "system": "url", - "value": "https://dev-portal.labs.example.com" - } - ], - "connectionType": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "payloadType": [ - { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - } - ] - } - } - ] -} diff --git a/validator/jm/res-inv-profile-bundle.json b/validator/jm/res-inv-profile-bundle.json deleted file mode 100644 index de72cd41..00000000 --- a/validator/jm/res-inv-profile-bundle.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "user-access-brands-bundle", - "url": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brands-bundle", - "name": "UserAccessBrandsBundle", - "title": "User Access Brands Bundle Profile", - "status": "active", - "date": "2023-03-19", - "description": "JSON FHIR Bundle (type: `collection`) of Organizations and Endpoints that is hosted at a stable, publicly available, publicly disclosed location. \n\nFor background and context, see **[User Access Brands Overview](brands.html#brand-bundle-profile)**.\n\nBundle Entries include:\n* [User Access Endpoint Profile](StructureDefinition-user-access-endpoint.html) resources.\n* [User Access Brand (Organization)](StructureDefinition-user-access-brand.html) resources. Vendors SHALL publish at least a \"primary brand\" for each endpoint and SHOULD support the publication of a more detailed Brand hierarchy.\n\nBrand Bundles SHALL populate `Bundle.timestamp` to advertise the timestamp of the last change to the contents. In addition, Brand Bundles SHOULD populate `Bundle.entry.resource.meta.lastUpdated` with a more detailed timestamp if the system tracks updates per Resource.", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "cda", - "uri": "http://hl7.org/v3/cda", - "name": "CDA (R2)" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - } - ], - "kind": "resource", - "abstract": false, - "type": "Bundle", - "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Bundle", - "path": "Bundle", - "short": "User Access Brands Bundle", - "definition": "FHIR Bundle (type: collection) of Endpoints and related resources hosted at a stable, publicly available, publicly disclosed location Endpoint associated with a User Access Brand (Organization)" - }, - { - "id": "Bundle.meta", - "path": "Bundle.meta", - "mustSupport": true - }, - { - "id": "Bundle.meta.lastUpdated", - "path": "Bundle.meta.lastUpdated", - "min": 1, - "mustSupport": true - }, - { - "id": "Bundle.type", - "path": "Bundle.type", - "fixedCode": "collection", - "mustSupport": true - }, - { - "id": "Bundle.entry", - "path": "Bundle.entry", - "slicing": { - "discriminator": [ - { - "type": "type", - "path": "resource" - } - ], - "rules": "open" - }, - "mustSupport": true - }, - { - "id": "Bundle.entry:UserAccessEndpoint", - "path": "Bundle.entry", - "sliceName": "UserAccessEndpoint", - "min": 0, - "max": "*", - "mustSupport": true - }, - { - "id": "Bundle.entry:UserAccessEndpoint.resource", - "path": "Bundle.entry.resource", - "type": [ - { - "code": "Endpoint", - "profile": [ - "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint" - ] - } - ], - "mustSupport": true - }, - { - "id": "Bundle.entry:UserAccessBrand", - "path": "Bundle.entry", - "sliceName": "UserAccessBrand", - "min": 0, - "max": "*", - "mustSupport": true - }, - { - "id": "Bundle.entry:UserAccessBrand.resource", - "path": "Bundle.entry.resource", - "type": [ - { - "code": "Organization", - "profile": [ - "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand" - ] - } - ], - "mustSupport": true - } - ] - } -} diff --git a/validator/jm/res-inv-profile-ep.json b/validator/jm/res-inv-profile-ep.json deleted file mode 100644 index 4b6d9315..00000000 --- a/validator/jm/res-inv-profile-ep.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "user-access-endpoint", - "url": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint", - "name": "UserAccessEndpoint", - "title": "User Access Endpoint Profile", - "status": "active", - "date": "2023-08-31", - "description": "Profile on Endpoint associated with a User Access Brand.\n\nFor background and context, see **[User Access Brands Overview](brands.html#endpoint-profile)**.\n\nIn addition to the core data elements on Endpoint, one key extension is used in this profile:\n\n* conveys is a denormalization to help clients focus on supported endpoints. The `valueCode` is any version from http://hl7.org/fhir/valueset-FHIR-version.html (e.g., `4.0.1` is expected for FHIR R4 endpoints).\n\nNotes:\n * `0..1` `name` Conveys a fallback or default name describing the endpoint and the organization offering User API access at this endpoint. This value MAY contain technical details like FHIR API Version designations and apps SHOULD preferentially use names from an associated `UserAccessBrand` rather than displaying this value to users.\n * `1..* MS` `contact` website where developers can configure access to this endpoint, providing at least one `\"system\": \"url\"` contact point where the `value` is an `https://` URL intended for app developers\n * `1..1 MS` `address` FHIR base URL for server supporting user access", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - } - ], - "kind": "resource", - "abstract": false, - "type": "Endpoint", - "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Endpoint", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Endpoint", - "path": "Endpoint", - "short": "User Access Endpoint", - "definition": "Endpoint associated with a User Access Brand (Organization)" - }, - { - "id": "Endpoint.extension", - "path": "Endpoint.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "ordered": false, - "rules": "open" - }, - "min": 1 - }, - { - "id": "Endpoint.extension:fhir-version", - "path": "Endpoint.extension", - "sliceName": "fhir-version", - "short": "Endpoint FHIR Version", - "min": 1, - "max": "*", - "type": [ - { - "code": "Extension", - "profile": [ - "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version" - ] - } - ], - "mustSupport": true - }, - { - "id": "Endpoint.status", - "path": "Endpoint.status", - "mustSupport": true - }, - { - "id": "Endpoint.connectionType", - "path": "Endpoint.connectionType", - "patternCoding": { - "code": "hl7-fhir-rest", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" - }, - "mustSupport": true - }, - { - "id": "Endpoint.name", - "path": "Endpoint.name", - "definition": "Fallback or default name describing the endpoint and the organization offering User API access at this endpoint. This value MAY contain technical details like FHIR API Version designations, and apps SHOULD preferentially use the name from an associated UserAccessBrand, rather than displaying this value to users." - }, - { - "id": "Endpoint.contact", - "path": "Endpoint.contact", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "system" - } - ], - "rules": "open" - }, - "short": "Contact information for the endpoint.", - "definition": "Contact information for the endpoint.", - "min": 1, - "mustSupport": true - }, - { - "id": "Endpoint.contact:configuration-url", - "path": "Endpoint.contact", - "sliceName": "configuration-url", - "short": "Website where developers can configure access to this endpoint", - "definition": "Contact information for the endpoint. This is the website where developers can configure access to this endpoint.", - "min": 1, - "max": "*", - "mustSupport": true - }, - { - "id": "Endpoint.contact:configuration-url.system", - "path": "Endpoint.contact.system", - "min": 1, - "fixedCode": "url", - "mustSupport": true - }, - { - "id": "Endpoint.contact:configuration-url.value", - "path": "Endpoint.contact.value", - "short": "an https:// URL for app developers", - "definition": "an `https://` URL for app developers", - "min": 1, - "mustSupport": true - }, - { - "id": "Endpoint.payloadType", - "path": "Endpoint.payloadType", - "max": "1", - "patternCodeableConcept": { - "coding": [ - { - "code": "none", - "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" - } - ] - }, - "mustSupport": true - }, - { - "id": "Endpoint.address", - "path": "Endpoint.address", - "short": "FHIR base URL for servers supporting user access", - "mustSupport": true - } - ] - } -} diff --git a/validator/jm/res-inv-profile-org.json b/validator/jm/res-inv-profile-org.json deleted file mode 100644 index 5e9deab4..00000000 --- a/validator/jm/res-inv-profile-org.json +++ /dev/null @@ -1,201 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "user-access-brand", - "url": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand", - "name": "UserAccessBrand", - "title": "User Access Brand (Organization) Profile", - "status": "active", - "date": "2023-03-05", - "description": "Profile on Organization to convey a User Access Brand.\n\nFor background and context, see **[User Access Brands Overview](brands.html#brand-profile-organization)**.\n\nIn addition to the core data elements on Organization, two key extensions are used in this profile:\n\n* conveys the organization's logo(s) and other top-level branding details. See definitions for details.\n* conveys the details of a user portal and its associated FHIR endpoints. See definitions for details.\n\n Notes:\n* `0..1 MS` `partOf` Conveys that an affiliate Brand response for providing this Brand's user access. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).\n\n* `0..* MS` `identifier` Conveys identifiers that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n * It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https://www.childrenshospital.org/, a recommended identifier would be: `{\"system\": \"urn:ietf:rfc:3986\",\"value\": \"https://childrenshospital.org\"}`", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "servd", - "uri": "http://www.omg.org/spec/ServD/1.0/", - "name": "ServD" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - } - ], - "kind": "resource", - "abstract": false, - "type": "Organization", - "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Organization", - "path": "Organization", - "short": "User Access Brand", - "definition": "A brand of a healthcare provider, such as a hospital, clinic, or practice", - "constraint": [ - { - "key" : "uab-1", - "severity" : "error", - "human" : "Portal endpoints must also appear at Organization.endpoint", - "expression" : "Organization.extension('http://hl7.org/fhir/StructureDefinition/organization-portal').extension('portalEndpoint').value.ofType(Reference).reference.subsetOf(%resource.endpoint.reference)", - "source" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand" - } - ] - }, - { - "id": "Organization.extension", - "path": "Organization.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "ordered": false, - "rules": "open" - } - }, - { - "id": "Organization.extension:brand", - "path": "Organization.extension", - "sliceName": "brand", - "short": "Brand Details", - "min": 0, - "max": "*", - "type": [ - { - "code": "Extension", - "profile": [ - "http://hl7.org/fhir/StructureDefinition/organization-brand" - ] - } - ], - "mustSupport": true - }, - { - "id": "Organization.extension:portal", - "path": "Organization.extension", - "sliceName": "portal", - "short": "Portal Details", - "min": 0, - "max": "*", - "type": [ - { - "code": "Extension", - "profile": [ - "http://hl7.org/fhir/StructureDefinition/organization-portal" - ] - } - ], - "mustSupport": true - }, - { - "id": "Organization.identifier", - "path": "Organization.identifier", - "short": "Unique identifier for the brand", - "definition": "The unique identifier for the brand that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n* It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https: //www.childrenshospital.org/, a recommended identifier would be:\n\n `{\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"https://childrenshospital.org\"\n }`\n", - "mustSupport": true - }, - { - "id" : "Organization.type", - "path" : "Organization.type", - "slicing" : { - "discriminator" : [ - { - "type" : "value", - "path" : "$this" - } - ], - "rules" : "open" - }, - "mustSupport" : true - }, - { - "id" : "Organization.type:pab", - "path" : "Organization.type", - "sliceName" : "pab", - "short" : "Categories of user access offered", - "mustSupport" : true, - "min" : 0, - "binding" : { - "strength" : "required", - "valueSet" : "http://hl7.org/fhir/smart-app-launch/ValueSet/user-access-category" - } - }, - { - "id": "Organization.name", - "path": "Organization.name", - "short": "Primary brand name to display on a card", - "definition": "The primary brand name to display on a card.", - "min": 1, - "mustSupport": true - }, - { - "id": "Organization.alias", - "path": "Organization.alias", - "short": "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search", - "definition": "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search", - "mustSupport": true - }, - { - "id": "Organization.telecom", - "path": "Organization.telecom", - "short": "The primary public website for the Brand.", - "definition": "`telecom` with `system` of `url` and `value` conveying the primary public website for the Brand. Note this is distinct from the user access portal website.", - "min": 1, - "max": "1", - "mustSupport": true - }, - { - "id": "Organization.address", - "path": "Organization.address", - "short": "Locations (e.g., zip codes and/or street addresses) associated with the Brand.", - "definition": "Locations (e.g., zip codes and/or street addresses) associated with the Brand. The following combinations are allowed:\n * State\n * City, state\n * City, state, zip code\n * Street address, city, state, zip code\n * zip code alone\n", - "mustSupport": true - }, - { - "id": "Organization.partOf", - "path": "Organization.partOf", - "short": "Affiliated \"parent brand\", if this Brand is part of a larger health system", - "definition": "Affiliated \"parent brand\", if this Brand is part of a larger health system. \"User access provided by\", to convey that an affiliated Brand hosts this Brand's API technology and user portal. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).", - "mustSupport": true - }, - { - "id": "Organization.endpoint", - "path": "Organization.endpoint", - "short": "Endpoint associated with this brand", - "definition": "References one or more `UserAccessEndpoints`. Endpoints here will also be listed within the `organization-portal` extension, to indicate the specific portal they're associated with.", - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint" - ], - "aggregation": [ - "bundled" - ] - } - ], - "mustSupport": true - }, - { - "id": "Organization.endpoint.reference", - "path": "Organization.endpoint.reference", - "short": "Relative URL to an Endpoint within the User Access Brands Bundle", - "definition": "Relative URL to an Endpoint within the User Access Brands Bundle", - "mustSupport": true - } - ] - } -} diff --git a/validator/xver-immunization-r4.json b/validator/xver-immunization-r4.json new file mode 100644 index 00000000..74ace5c6 --- /dev/null +++ b/validator/xver-immunization-r4.json @@ -0,0 +1,21 @@ +{ + "resourceType" : "Immunization", + "id" : "xver-immunization-r5", + "status" : "completed", + "vaccineCode" : { + "text" : "something" + }, + "patient" : { + "reference" : "Patient/something" + }, + "extension" : [{ + "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Immunization.administeredProduct", + "extension" : [{ + "url" : "reference", + "valueReference" : { + "reference" : "Medication/something" + } + }] + }], + "occurrenceDateTime" : "2024-01-01T01:01:01Z" +} \ No newline at end of file diff --git a/validator/xver-immunization-r5.json b/validator/xver-immunization-r5.json new file mode 100644 index 00000000..32c69504 --- /dev/null +++ b/validator/xver-immunization-r5.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "Immunization", + "id" : "xver-immunization-r4", + "status" : "completed", + "vaccineCode" : { + "text" : "something" + }, + "patient" : { + "reference" : "Patient/something" + }, + "administeredProduct" : { + "reference" : { + "reference" : "Medication/something" + } + }, + "occurrenceDateTime" : "2024-01-01T01:01:01Z" +} \ No newline at end of file diff --git a/validator/xver-immunization2-r4.json b/validator/xver-immunization2-r4.json new file mode 100644 index 00000000..4a8be9ec --- /dev/null +++ b/validator/xver-immunization2-r4.json @@ -0,0 +1,29 @@ +{ + "resourceType" : "Immunization", + "id" : "xver-immunization2-r4", + "status" : "completed", + "vaccineCode" : { + "text" : "something" + }, + "patient" : { + "reference" : "Patient/something" + }, + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/immunization-procedure", + "extension" : [{ + "url" : "_datatype", + "valueString" : "CodeableReference" + }, { + "url" : "concept", + "valueCodeableConcept" : { + "text" : "something" + } + }, { + "url" : "reference", + "valueReference" : { + "display" : "something" + } + }] + }], + "occurrenceDateTime" : "2024-01-01T01:01:01Z" +} \ No newline at end of file diff --git a/validator/xver-immunization2-r5.json b/validator/xver-immunization2-r5.json new file mode 100644 index 00000000..d474a6ff --- /dev/null +++ b/validator/xver-immunization2-r5.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Immunization", + "id" : "xver-immunization2-r5", + "status" : "completed", + "vaccineCode" : { + "text" : "something" + }, + "patient" : { + "reference" : "Patient/something" + }, + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/immunization-procedure", + "valueCodeableReference" : { + "concept" : { + "text" : "something" + }, + "reference" : { + "display" : "something" + } + } + }], + "occurrenceDateTime" : "2024-01-01T01:01:01Z" +} \ No newline at end of file diff --git a/validator/xver-parameters-r4.json b/validator/xver-parameters-r4.json new file mode 100644 index 00000000..da580c98 --- /dev/null +++ b/validator/xver-parameters-r4.json @@ -0,0 +1,19 @@ +{ + "resourceType" : "Parameters", + "id" : "xver-parameters-r4", + "parameter" : [{ + "name" : "ref", + "extension" : [{ + "url" : "http://hl7.org/fhir/4.0/StructureDefinition/extension-Parameters.parameter.value%5Bx%5D", + "extension" : [{ + "url" : "_datatype", + "valueString" : "CodeableReference" + },{ + "url" : "concept", + "valueCodeableConcept" : { + "text" : "Something" + } + } + }] + }] +} \ No newline at end of file diff --git a/validator/xver-parameters-r5.json b/validator/xver-parameters-r5.json new file mode 100644 index 00000000..ee4923bf --- /dev/null +++ b/validator/xver-parameters-r5.json @@ -0,0 +1,12 @@ +{ + "resourceType" : "Parameters", + "id" : "xver-parameters-r5", + "parameter" : [{ + "name" : "ref", + "valueCodeableReference" : { + "concept" : { + "text" : "Something" + } + } + }] +} \ No newline at end of file diff --git a/validator/xver-patient-r4.json b/validator/xver-patient-r4.json new file mode 100644 index 00000000..928940dd --- /dev/null +++ b/validator/xver-patient-r4.json @@ -0,0 +1,24 @@ +{ + "resourceType" : "Patient", + "id" : "xver-patient-r4", + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity", + "extension" : [{ + "url" : "supportingInfo", + "extension" : [{ + "url" : "_datatype", + "valueString" : "valueCodeableReference" + },{ + "url" : "concept", + "valueReference" : { + "text" : "Per Registration Questions" + } + },{ + "url" : "reference", + "valueReference" : { + "display" : "DocumentReference/Something" + } + }] + }] + }] +} \ No newline at end of file diff --git a/validator/xver-patient-r5.json b/validator/xver-patient-r5.json new file mode 100644 index 00000000..f662d2d4 --- /dev/null +++ b/validator/xver-patient-r5.json @@ -0,0 +1,26 @@ +{ + "resourceType" : "Patient", + "id" : "xver-patient-r5", + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse", + "extension" : [{ + "url" : "value", + "valueCodeableConcept" : { + "coding" : [{ + "system" : "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use", + "code" : "specified" + }] + } + },{ + "url" : "supportingInfo", + "valueCodeableReference" : { + "concept" : { + "text" : "Per Registration Questions" + }, + "reference" : { + "display" : "DocumentReference/Something" + } + } + }] + }] +} \ No newline at end of file diff --git a/validator/xver-task-r4.json b/validator/xver-task-r4.json new file mode 100644 index 00000000..10189fd2 --- /dev/null +++ b/validator/xver-task-r4.json @@ -0,0 +1,26 @@ +{ + "resourceType" : "Task", + "id" : "xver-task-r5", + "status" : "draft", + "input" : [{ + "type" : { "text" : "code-me-please" }, + "_valueBoolean" : { + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode" : "unsupported" + }] + }, + "extension" : [{ + "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Task.input.value%5Bx%5D", + "extension" : [{ + "url" : "_datatype", + "valueString" : "CodeableReference" + }, { + "url" : "concept", + "valueCodeableConcept": { + "text" : "Something" + } + }] + }] + }] +} \ No newline at end of file diff --git a/validator/xver-task-r5.json b/validator/xver-task-r5.json new file mode 100644 index 00000000..075b1ad8 --- /dev/null +++ b/validator/xver-task-r5.json @@ -0,0 +1,14 @@ +{ + "resourceType" : "Task", + "id" : "xver-task-r5", + "status" : "draft", + "intent" : "proposal", + "input" : [{ + "type" : { "text" : "code-me-please" }, + "valueCodeableReference" : { + "concept" : { + "text" : "Something" + } + } + }] +} \ No newline at end of file From 7309b06eb6f5fed857c6daf051278b427dbf346a Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 20:04:12 +1100 Subject: [PATCH 18/58] fix test case for change to interpretation of Observation Profile wrt average blood pressure --- validator/obs-vs-1.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/validator/obs-vs-1.json b/validator/obs-vs-1.json index 3ac6fd5c..8043260b 100644 --- a/validator/obs-vs-1.json +++ b/validator/obs-vs-1.json @@ -24,17 +24,14 @@ "code" : { "coding" : [{ "system" : "http://loinc.org", - "code" : "96607-7", - "display" : "Blood pressure panel mean systolic and mean diastolic" + "code" : "76534-7", + "display" : "Systolic blood pressure by Noninvasive" }] }, "subject" : { "reference" : "Patient/patient-example-Sally-Sue" }, - "effectivePeriod" : { - "start" : "2023-03-01T06:00:00-06:00", - "end" : "2023-03-02T20:00:00-06:00" - }, + "effectiveDateTime" : "2023-03-01T06:00:00-06:00", "issued" : "2023-03-02T20:12:29-06:00", "performer" : [{ "reference" : "Practitioner/practitioner-example-Mary-Hill" @@ -77,8 +74,8 @@ "code" : { "coding" : [{ "system" : "http://loinc.org", - "code" : "96608-5", - "display" : "Systolic blood pressure mean" + "code" : "8480-6", + "display" : "Systolic blood pressure" }] }, "valueQuantity" : { @@ -92,8 +89,8 @@ "code" : { "coding" : [{ "system" : "http://loinc.org", - "code" : "96609-3", - "display" : "Diastolic blood pressure mean" + "code" : "8462-4", + "display" : "Diastolic blood pressure" }] }, "valueQuantity" : { From 932047a8abf9c7bb431804dcc47621ebbdcdf24d Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 12 Feb 2024 07:16:59 +1100 Subject: [PATCH 19/58] change to how code inference works when value set includes a single code system --- tx/messages-tx.fhir.org.json | 6 +++--- .../simple-code-implied-bad-code-response-parameters.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tx/messages-tx.fhir.org.json b/tx/messages-tx.fhir.org.json index 2f17386c..31e841aa 100644 --- a/tx/messages-tx.fhir.org.json +++ b/tx/messages-tx.fhir.org.json @@ -5,9 +5,9 @@ "3" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/simple#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'; Unknown code 'code1x' in the CodeSystem 'http://hl7.org/fhir/test/CodeSystem/simple' version '0.1.0'" }, "validation/simple-code-implied-bad-code-response-parameters.json" : { - "1" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/simple#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'", - "2" : "Unknown code 'code1x' in the CodeSystem 'http://hl7.org/fhir/test/CodeSystem/simple' version '0.1.0'", - "3" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/simple#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'; Unknown code 'code1x' in the CodeSystem 'http://hl7.org/fhir/test/CodeSystem/simple' version '0.1.0'" + "1" : "The provided code '#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'", + "2" : "The System URI could not be determined for the code 'code1x' in the ValueSet 'http://hl7.org/fhir/test/ValueSet/simple-all'", + "3" : "The System URI could not be determined for the code 'code1x' in the ValueSet 'http://hl7.org/fhir/test/ValueSet/simple-all'; The provided code '#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'" }, "validation/simple-coding-bad-code-response-parameters.json" : { "1" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/simple#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'", diff --git a/tx/validation/simple-code-implied-bad-code-response-parameters.json b/tx/validation/simple-code-implied-bad-code-response-parameters.json index 8ab53d5d..110b2b31 100644 --- a/tx/validation/simple-code-implied-bad-code-response-parameters.json +++ b/tx/validation/simple-code-implied-bad-code-response-parameters.json @@ -27,12 +27,12 @@ "$optional-properties$" : ["location" ], "$optional$" : true, "severity" : "error", - "code" : "code-invalid", + "code" : "not-found", "details" : { "coding" : [{ "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", - "code" : "invalid-code" + "code" : "cannot-infer" }], "text" : "$external:2:http://hl7.org/fhir/test/CodeSystem/simple$" }, From 35263c99e1e199b53c98efe438d267a290666d96 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 12 Feb 2024 16:18:35 +1100 Subject: [PATCH 20/58] add test case for #1564 (in core) --- tx/messages-tx.fhir.org.json | 4 +- validator/de-address/AD_Base-Apotheke.xml | 237 +++ validator/de-address/AD_address-de-basis.xml | 305 ++++ .../Profile-DAV-PR-ERP-Apotheke.xml | 24 + validator/de-address/address-example.xml | 25 + validator/manifest.json | 1320 +++++------------ 6 files changed, 1003 insertions(+), 912 deletions(-) create mode 100644 validator/de-address/AD_Base-Apotheke.xml create mode 100644 validator/de-address/AD_address-de-basis.xml create mode 100644 validator/de-address/Profile-DAV-PR-ERP-Apotheke.xml create mode 100644 validator/de-address/address-example.xml diff --git a/tx/messages-tx.fhir.org.json b/tx/messages-tx.fhir.org.json index 31e841aa..1d7b032b 100644 --- a/tx/messages-tx.fhir.org.json +++ b/tx/messages-tx.fhir.org.json @@ -6,8 +6,8 @@ }, "validation/simple-code-implied-bad-code-response-parameters.json" : { "1" : "The provided code '#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'", - "2" : "The System URI could not be determined for the code 'code1x' in the ValueSet 'http://hl7.org/fhir/test/ValueSet/simple-all'", - "3" : "The System URI could not be determined for the code 'code1x' in the ValueSet 'http://hl7.org/fhir/test/ValueSet/simple-all'; The provided code '#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'" + "2" : "The System URI could not be determined for the code 'code1x' in the ValueSet 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'", + "3" : "The System URI could not be determined for the code 'code1x' in the ValueSet 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'; The provided code '#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'" }, "validation/simple-coding-bad-code-response-parameters.json" : { "1" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/simple#code1x' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/simple-all|5.0.0'", diff --git a/validator/de-address/AD_Base-Apotheke.xml b/validator/de-address/AD_Base-Apotheke.xml new file mode 100644 index 00000000..215bda0b --- /dev/null +++ b/validator/de-address/AD_Base-Apotheke.xml @@ -0,0 +1,237 @@ + + + + + + + <status value="active" /> + <date value="2023-03-15" /> + <fhirVersion value="4.0.1" /> + <kind value="resource" /> + <abstract value="false" /> + <type value="Organization" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Organization" /> + <derivation value="constraint" /> + <differential> + <element id="Organization.meta"> + <path value="Organization.meta" /> + <min value="1" /> + <type> + <code value="Meta" /> + <profile value="http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta" /> + </type> + </element> + <element id="Organization.implicitRules"> + <path value="Organization.implicitRules" /> + <max value="0" /> + </element> + <element id="Organization.language"> + <path value="Organization.language" /> + <max value="0" /> + </element> + <element id="Organization.text"> + <path value="Organization.text" /> + <max value="0" /> + </element> + <element id="Organization.contained"> + <path value="Organization.contained" /> + <max value="0" /> + </element> + <element id="Organization.identifier"> + <path value="Organization.identifier" /> + <min value="1" /> + <max value="1" /> + <type> + <code value="Identifier" /> + <profile value="http://fhir.de/StructureDefinition/identifier-iknr" /> + </type> + <patternIdentifier> + <system value="http://fhir.de/sid/arge-ik/iknr" /> + </patternIdentifier> + </element> + <element id="Organization.identifier.use"> + <path value="Organization.identifier.use" /> + <max value="0" /> + </element> + <element id="Organization.identifier.type"> + <path value="Organization.identifier.type" /> + <max value="0" /> + </element> + <element id="Organization.identifier.value"> + <path value="Organization.identifier.value" /> + <short value="Apotheken-IK" /> + <definition value="Institutionskennzeichen der abgebenden Apotheke nach § 293 Absatz 5 SGB V" /> + <constraint> + <key value="PR-Apotheke-1" /> + <severity value="error" /> + <human value="Eine IK muss 9-stellig (mit Prüfziffer) sein!" /> + <expression value="matches('^[0-9]{9}$')" /> + <source value="http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-Apotheke" /> + </constraint> + </element> + <element id="Organization.identifier.period"> + <path value="Organization.identifier.period" /> + <max value="0" /> + </element> + <element id="Organization.identifier.assigner"> + <path value="Organization.identifier.assigner" /> + <max value="0" /> + </element> + <element id="Organization.active"> + <path value="Organization.active" /> + <max value="0" /> + </element> + <element id="Organization.type"> + <path value="Organization.type" /> + <max value="0" /> + </element> + <element id="Organization.name"> + <path value="Organization.name" /> + <short value="Apothekenname oder Inhaber" /> + <definition value="Der Name der Apotheke oder der Name des Inhabers." /> + <min value="1" /> + <maxLength value="45" /> + </element> + <element id="Organization.alias"> + <path value="Organization.alias" /> + <max value="0" /> + </element> + <element id="Organization.telecom"> + <path value="Organization.telecom" /> + <max value="0" /> + </element> + <element id="Organization.address"> + <path value="Organization.address" /> + <min value="1" /> + <max value="1" /> + <type> + <code value="Address" /> + <profile value="http://fhir.de/StructureDefinition/address-de-basis" /> + </type> + </element> + <element id="Organization.address.extension"> + <path value="Organization.address.extension" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="url" /> + </discriminator> + <rules value="closed" /> + </slicing> + <min value="0" /> + <max value="0" /> + </element> + <element id="Organization.address.extension:Stadtteil"> + <path value="Organization.address.extension" /> + <sliceName value="Stadtteil" /> + <min value="0" /> + <max value="0" /> + </element> + <element id="Organization.address.use"> + <path value="Organization.address.use" /> + <max value="0" /> + </element> + <element id="Organization.address.type"> + <path value="Organization.address.type" /> + <min value="1" /> + <fixedCode value="physical" /> + </element> + <element id="Organization.address.text"> + <path value="Organization.address.text" /> + <max value="0" /> + </element> + <element id="Organization.address.line"> + <path value="Organization.address.line" /> + <min value="1" /> + <max value="1" /> + </element> + <element id="Organization.address.line.extension"> + <path value="Organization.address.line.extension" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="url" /> + </discriminator> + <rules value="closed" /> + </slicing> + <min value="2" /> + </element> + <element id="Organization.address.line.extension:Strasse"> + <path value="Organization.address.line.extension" /> + <sliceName value="Strasse" /> + <min value="1" /> + </element> + <element id="Organization.address.line.extension:Strasse.value[x]"> + <path value="Organization.address.line.extension.value[x]" /> + <maxLength value="46" /> + </element> + <element id="Organization.address.line.extension:Hausnummer"> + <path value="Organization.address.line.extension" /> + <sliceName value="Hausnummer" /> + <min value="1" /> + </element> + <element id="Organization.address.line.extension:Hausnummer.value[x]"> + <path value="Organization.address.line.extension.value[x]" /> + <maxLength value="9" /> + </element> + <element id="Organization.address.line.extension:Adresszusatz"> + <path value="Organization.address.line.extension" /> + <sliceName value="Adresszusatz" /> + <min value="0" /> + <mustSupport value="true" /> + </element> + <element id="Organization.address.line.extension:Adresszusatz.value[x]"> + <path value="Organization.address.line.extension.value[x]" /> + <maxLength value="40" /> + </element> + <element id="Organization.address.line.extension:Postfach"> + <path value="Organization.address.line.extension" /> + <sliceName value="Postfach" /> + <min value="0" /> + <max value="0" /> + </element> + <element id="Organization.address.city"> + <path value="Organization.address.city" /> + <short value="Ortsname" /> + <definition value="Ortsname der Apotheke" /> + <min value="1" /> + <maxLength value="40" /> + </element> + <element id="Organization.address.state"> + <path value="Organization.address.state" /> + <max value="0" /> + </element> + <element id="Organization.address.postalCode"> + <path value="Organization.address.postalCode" /> + <min value="1" /> + <maxLength value="10" /> + </element> + <element id="Organization.address.country"> + <path value="Organization.address.country" /> + <short value="Wohnsitzländercode" /> + <definition value="Wohnsitzländercode der Apotheke entsprechend dem gemeinsamen Rundschreiben DEÜV Anlage 08." /> + <min value="1" /> + <maxLength value="3" /> + <binding> + <strength value="extensible" /> + <valueSet value="http://fhir.abda.de/eRezeptAbgabedaten/ValueSet/DAV-VS-ERP-DEUEV-Anlage-8" /> + </binding> + </element> + <element id="Organization.address.period"> + <path value="Organization.address.period" /> + <max value="0" /> + </element> + <element id="Organization.partOf"> + <path value="Organization.partOf" /> + <max value="0" /> + </element> + <element id="Organization.contact"> + <path value="Organization.contact" /> + <max value="0" /> + </element> + <element id="Organization.endpoint"> + <path value="Organization.endpoint" /> + <max value="0" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/validator/de-address/AD_address-de-basis.xml b/validator/de-address/AD_address-de-basis.xml new file mode 100644 index 00000000..b5eba33d --- /dev/null +++ b/validator/de-address/AD_address-de-basis.xml @@ -0,0 +1,305 @@ +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="address-de-basis" /> + <url value="http://fhir.de/StructureDefinition/address-de-basis" /> + <version value="1.3.2" /> + <name value="AddressDeBasis" /> + <title value="Adresse, deutsches Basisprofil" /> + <status value="active" /> + <date value="2021-02-17" /> + <publisher value="HL7 Deutschland e.V. (Technisches Komitee FHIR)" /> + <contact> + <telecom> + <system value="other" /> + <value value="http://hl7.de/technische-komitees/fhir/" /> + </telecom> + </contact> + <description value="Erweiterung des komplexen Datentyps Address zur Verwendung im Kontext der Deutschen Basis-Profile" /> + <purpose value="Einige Systeme und Standards in Deutschland erfordern die separate Erfassung von Straße und Hausnummer. Die Erweiterung des Datentyps Address fügt hierfür die entsprechenden ISO-Extensions hinzu. Ob deren Verwendung in einem konkreten Kontext verpflichtend ist, muss in den abgeleiteten Profilen festgelegt werden." /> + <copyright value="HL7 Deutschland e.V." /> + <fhirVersion value="4.0.1" /> + <mapping> + <identity value="KVDT" /> + <name value="KVDT Mapping" /> + </mapping> + <mapping> + <identity value="BDT" /> + <name value="BDT Mapping" /> + </mapping> + <kind value="complex-type" /> + <abstract value="false" /> + <type value="Address" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Address" /> + <derivation value="constraint" /> + <differential> + <element id="Address"> + <path value="Address" /> + <short value="Eine Adresse gemäß postalischer Konventionen" /> + <definition value="Eine Adresse gemäß postalischer Konventionen (im Gegensatz zu bspw. GPS-Koordinaten). Die Adresse kann sowohl zur Zustellung von Postsendungen oder zum Aufsuchen von Orten, die keine gültige Postadresse haben, verwendet werden. Die verwendeten Extensions in diesem Profil bilden die Struktur der Adresse ab, wie sie im VSDM-Format der elektronischen Versichertenkarte verwendet wird. Insbesondere bei ausländischen Adresse oder Adressen, die nicht durch Einlesen einer elektronischen Versichertenkarte erfasst wurden, sind abweichende Strukturen möglich. Die Verwendung der Extensions ist nicht verpflichtend." /> + <example> + <label value="Beispiel für einfache Adresse" /> + <valueAddress> + <use value="home" /> + <type value="postal" /> + <line value="Musterweg 42" /> + <city value="Musterhausen" /> + <postalCode value="99999" /> + </valueAddress> + </example> + <constraint> + <key value="add-1" /> + <severity value="error" /> + <human value="Wenn die Extension 'Hausnummer' verwendet wird, muss auch Address.line gefüllt werden" /> + <expression value="line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty() or $this.hasValue())" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + <constraint> + <key value="add-2" /> + <severity value="error" /> + <human value="Wenn die Extension 'Strasse' verwendet wird, muss auch Address.line gefüllt werden" /> + <expression value="line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() or $this.hasValue())" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + <constraint> + <key value="add-3" /> + <severity value="error" /> + <human value="Wenn die Extension 'Postfach' verwendet wird, muss auch Address.line gefüllt werden" /> + <expression value="line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue())" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + <constraint> + <key value="add-4" /> + <severity value="warning" /> + <human value="Eine Postfach-Adresse darf nicht vom Type "physical" oder "both" sein." /> + <expression value="line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue()) or type='postal' or type.empty()" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + <constraint> + <key value="add-5" /> + <severity value="error" /> + <human value="Wenn die Extension 'Adresszusatz' verwendet wird, muss auch Address.line gefüllt werden" /> + <expression value="line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator').empty() or $this.hasValue())" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + <constraint> + <key value="add-6" /> + <severity value="warning" /> + <human value="Wenn die Extension 'Postfach' verwendet wird, dürfen die Extensions 'Strasse' und 'Hausnummer' nicht verwendet werden" /> + <expression value="line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + <constraint> + <key value="add-7" /> + <severity value="warning" /> + <human value="Wenn die Extension 'Precinct' (Stadtteil) verwendet wird, dann muss diese Information auch als separates line-item abgebildet sein." /> + <expression value="extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct').empty() or all(line contains extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct').value.ofType(string))" /> + <source value="http://fhir.de/StructureDefinition/address-de-basis" /> + </constraint> + </element> + <element id="Address.extension"> + <path value="Address.extension" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="url" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Address.extension:Stadtteil"> + <path value="Address.extension" /> + <sliceName value="Stadtteil" /> + <short value="Stadt- oder Ortsteil" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct" /> + </type> + </element> + <element id="Address.type"> + <path value="Address.type" /> + <mapping> + <identity value="BDT" /> + <map value="1202 (1=physical, 2=postal)" /> + </mapping> + </element> + <element id="Address.line"> + <path value="Address.line" /> + <short value="Straßenname mit Hausnummer oder Postfach sowie weitere Angaben zur Zustellung" /> + <definition value="Diese Komponente kann Straßennamen, Hausnummer, Appartmentnummer, Postfach, c/o sowie weitere Zustellungshinweise enthalten. Die Informationen können in mehrere line-Komponenten aufgeteilt werden. Bei Verwendung der Extensions, um Straße, Hausnnummer und Postleitzahl strukturiert zu übermitteln, müssen diese Informationen stets vollständig auch in der line-Komponente, die sie erweitern, enthalten sein, um es Systemen, die diese Extensions nicht verwenden zu ermöglichen, auf diese Informationen zugreifen zu können." /> + <max value="3" /> + <example> + <label value="Beipiel für Adresszeile mit Extensions für Straße und Hausnummer" /> + <valueString value="Musterweg 42"> + <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"> + <valueString value="Musterweg" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"> + <valueString value="42" /> + </extension> + </valueString> + </example> + <mapping> + <identity value="KVDT" /> + <map value="3107 + 3109 + 3115 oder 3123" /> + </mapping> + <mapping> + <identity value="BDT" /> + <map value="3107 + 3109 + 3115 oder 3123" /> + </mapping> + </element> + <element id="Address.line.extension"> + <path value="Address.line.extension" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="url" /> + </discriminator> + <rules value="open" /> + </slicing> + </element> + <element id="Address.line.extension:Strasse"> + <path value="Address.line.extension" /> + <sliceName value="Strasse" /> + <short value="Strassenname (ohne Hausnummer)" /> + <definition value="Strassenname (ohne Hausnummer) Bei Angabe einer Strasse in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden." /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" /> + </type> + <mapping> + <identity value="KVDT" /> + <map value="3107" /> + </mapping> + <mapping> + <identity value="BDT" /> + <map value="3107" /> + </mapping> + </element> + <element id="Address.line.extension:Hausnummer"> + <path value="Address.line.extension" /> + <sliceName value="Hausnummer" /> + <short value="Hausnummer" /> + <definition value="Hausnummer, sowie Zusätze (Appartmentnummer, Etage...) Bei Angabe einer Hausnummer in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden." /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" /> + </type> + <mapping> + <identity value="KVDT" /> + <map value="3109" /> + </mapping> + <mapping> + <identity value="BDT" /> + <map value="3109" /> + </mapping> + </element> + <element id="Address.line.extension:Adresszusatz"> + <path value="Address.line.extension" /> + <sliceName value="Adresszusatz" /> + <short value="Adresszusatz" /> + <definition value="Zusätzliche Informationen, wie z.B. "3. Etage", "Appartment C" Bei Angabe einer Zusatzinformation in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden." /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator" /> + </type> + <mapping> + <identity value="KVDT" /> + <map value="3115" /> + </mapping> + <mapping> + <identity value="BDT" /> + <map value="3115" /> + </mapping> + </element> + <element id="Address.line.extension:Postfach"> + <path value="Address.line.extension" /> + <sliceName value="Postfach" /> + <short value="Postfach" /> + <definition value="Postfach-Adresse. Bei Angabe eines Postfaches in dieser Extension muss das Postfach auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden. Eine Postfach-Adresse darf nicht in Verbindung mit Address.type "physical" oder "both" verwendet werden." /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox" /> + </type> + <mapping> + <identity value="KVDT" /> + <map value="3123" /> + </mapping> + <mapping> + <identity value="BDT" /> + <map value="3123" /> + </mapping> + </element> + <element id="Address.city"> + <path value="Address.city" /> + <mapping> + <identity value="BDT" /> + <map value="3113 oder 3122 (Postfach)" /> + </mapping> + <mapping> + <identity value="KVDT" /> + <map value="3113 oder 3122 (Postfach)" /> + </mapping> + </element> + <element id="Address.district"> + <path value="Address.district" /> + <max value="0" /> + </element> + <element id="Address.state"> + <path value="Address.state" /> + <short value="Bundesland" /> + <definition value="Name (oder Kürzel) des Bundeslandes." /> + <binding> + <strength value="preferred" /> + <valueSet value="http://fhir.de/ValueSet/iso/bundeslaender" /> + </binding> + </element> + <element id="Address.postalCode"> + <path value="Address.postalCode" /> + <short value="Postleitzahl" /> + <definition value="Postleitzahl gemäß der im jeweiligen Land gültigen Konventionen" /> + <mapping> + <identity value="BDT" /> + <map value="3112 oder 3121 (Postfach)" /> + </mapping> + <mapping> + <identity value="KVDT" /> + <map value="3112 oder 3121 (Postfach)" /> + </mapping> + </element> + <element id="Address.country"> + <path value="Address.country" /> + <short value="Staat" /> + <definition value="Staat (vorzugsweise als 2-Stelliger ISO-Ländercode). Es obliegt abgeleiteten Profilen, hier die Verwendung der ISO-Ländercodes verbindlich vorzuschreiben" /> + <binding> + <strength value="preferred" /> + <valueSet value="http://hl7.org/fhir/ValueSet/iso3166-1-2" /> + </binding> + <mapping> + <identity value="BDT" /> + <map value="3114 oder 3124 (Postfach), abweichendes CodeSystem" /> + </mapping> + <mapping> + <identity value="KVDT" /> + <map value="3114 oder 3124 (Postfach), abweichendes CodeSystem" /> + </mapping> + </element> + <element id="Address.period.start"> + <path value="Address.period.start" /> + <mapping> + <identity value="BDT" /> + <map value="8226" /> + </mapping> + </element> + <element id="Address.period.end"> + <path value="Address.period.end" /> + <mapping> + <identity value="BDT" /> + <map value="8227" /> + </mapping> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/validator/de-address/Profile-DAV-PR-ERP-Apotheke.xml b/validator/de-address/Profile-DAV-PR-ERP-Apotheke.xml new file mode 100644 index 00000000..e0b186dd --- /dev/null +++ b/validator/de-address/Profile-DAV-PR-ERP-Apotheke.xml @@ -0,0 +1,24 @@ +<StructureDefinition xmlns="http://hl7.org/fhir"> + <id value="DAV-PR-ERP-Apotheke" /> + <url value="http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke" /> + <version value="1.3" /> + <name value="DAV_PR_ERP_Apotheke" /> + <title value="DAV_PR_ERP_Apotheke" /> + <status value="active" /> + <date value="2023-03-15" /> + <fhirVersion value="4.0.1" /> + <kind value="resource" /> + <abstract value="false" /> + <type value="Organization" /> + <baseDefinition value="http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-Apotheke" /> + <derivation value="constraint" /> + <differential> + <element id="Organization.meta"> + <path value="Organization.meta" /> + </element> + <element id="Organization.meta.profile"> + <path value="Organization.meta.profile" /> + <fixedCanonical value="http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke|1.3" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file diff --git a/validator/de-address/address-example.xml b/validator/de-address/address-example.xml new file mode 100644 index 00000000..0bbdd096 --- /dev/null +++ b/validator/de-address/address-example.xml @@ -0,0 +1,25 @@ +<Organization xmlns="http://hl7.org/fhir"> + <id value="3"/> + <meta> + <profile value="http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke|1.3"/> + </meta> + <identifier> + <system value="http://fhir.de/sid/arge-ik/iknr"/> + <value value="301234561"/> + </identifier> + <name value="Testapotheke"/> + <address> + <type value="physical"/> + <line value="Aue 1"> + <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"> + <valueString value="Aue"/> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"> + <valueString value="1"/> + </extension> + </line> + <city value="Testingen"/> + <postalCode value="12345"/> + <country value="D"/> + </address> +</Organization> diff --git a/validator/manifest.json b/validator/manifest.json index 3c0101f5..b0db82fe 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -1399,18 +1399,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'completed' in the CodeSystem 'http://hl7.org/fhir/encounter-status' version '4.0.1'" - }, - "diagnostics": "[20,24]", - "expression": [ - "Encounter.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('completed') was not found in the value set 'EncounterStatus' (http://hl7.org/fhir/ValueSet/encounter-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/encounter-status#completed' was not found in the value set 'http://hl7.org/fhir/ValueSet/encounter-status|4.0.1'; Unknown code 'completed' in the CodeSystem 'http://hl7.org/fhir/encounter-status' version '4.0.1')" + "text": "The value provided ('completed') was not found in the value set 'EncounterStatus' (http://hl7.org/fhir/ValueSet/encounter-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'completed' in the ValueSet 'http://hl7.org/fhir/ValueSet/encounter-status|4.0.1'; The provided code '#completed' was not found in the value set 'http://hl7.org/fhir/ValueSet/encounter-status|4.0.1')" }, "diagnostics": "[20,24]", "expression": [ @@ -1739,7 +1728,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Allergies' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Allergies' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[75,20]", "expression": [ @@ -1756,7 +1745,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Plan of care' for http://loinc.org#18776-5. Valid display is one of 30 choices: 'Plan of care note', 'Plan of care note', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 事件发生的地方' (zh-CN), '场景' (zh-CN), '环境' (zh-CN), '背景 医疗服务(照护服务、护理服务、护理、照护、医疗照护、诊疗、诊疗服务、照顾、看护)计划(方案)记录 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 文档本体' (zh-CN), '临床文档本体' (zh-CN), '文档本体' (zh-CN), '文书本体' (zh-CN), '医疗文书本体' (zh-CN), '临床医疗文书本体 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 未加明确说明的角色 笔记' (zh-CN), '按语' (zh-CN), '注释' (zh-CN), '说明' (zh-CN), '票据' (zh-CN), '单据' (zh-CN), '证明书' (zh-CN) or 'Documentazione dell'ontologia Osservazione Piano di cura Punto nel tempo (episodio) Ruolo non specificato' (it-IT) (for the language(s) '--')" + "text": "Wrong Display Name 'Plan of care' for http://loinc.org#18776-5. Valid display is one of 30 choices: 'Plan of care note', 'Plan of care note' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 事件发生的地方' (zh-CN), '场景' (zh-CN), '环境' (zh-CN), '背景 医疗服务(照护服务、护理服务、护理、照护、医疗照护、诊疗、诊疗服务、照顾、看护)计划(方案)记录 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 文档本体' (zh-CN), '临床文档本体' (zh-CN), '文档本体' (zh-CN), '文书本体' (zh-CN), '医疗文书本体' (zh-CN), '临床医疗文书本体 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 未加明确说明的角色 笔记' (zh-CN), '按语' (zh-CN), '注释' (zh-CN), '说明' (zh-CN), '票据' (zh-CN), '单据' (zh-CN), '证明书' (zh-CN) or 'Documentazione dell'ontologia Osservazione Piano di cura Punto nel tempo (episodio) Ruolo non specificato' (it-IT) (for the language(s) '--')" }, "diagnostics": "[220,20]", "expression": [ @@ -1928,7 +1917,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Review of systems Narrative Reporte' for http://loinc.org#10187-3. Valid display is one of 41 choices: 'Review of systems Narrative - Reported', 'Review of systems', '医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 历史纪录与体格检查 历史纪录与体格检查.历史记录' (zh-CN), '历史纪录与体格检查.历史记录类' (zh-CN), '历史纪录与体格检查.历史记录类别' (zh-CN), '历史纪录与体格检查.病史' (zh-CN), '历史纪录与体格检查.病史类' (zh-CN), '历史纪录与体格检查.病史类别' (zh-CN), '历史纪录与体格检查.病史记录' (zh-CN), '历史纪录与体格检查.病史记录类' (zh-CN), '历史纪录与体格检查.病史记录类别' (zh-CN), '历史纪录与体格检查小节.历史记录' (zh-CN), '历史纪录与体格检查小节.历史记录类' (zh-CN), '历史纪录与体格检查小节.历史记录类别' (zh-CN), '历史纪录与体格检查小节.病史' (zh-CN), '历史纪录与体格检查小节.病史类' (zh-CN), '历史纪录与体格检查小节.病史类别 历史纪录与体格检查小节 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 叙述' (zh-CN), '叙述性文字' (zh-CN), '报告' (zh-CN), '报告型' (zh-CN), '文字叙述' (zh-CN), '文本叙述型' (zh-CN), '文本描述' (zh-CN), '文本描述型 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 病史与体格检查 系统回顾' (zh-CN), '系统审核' (zh-CN), 'Anamnesi Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Анамнестические сведения' (ru-RU), 'Сообщенная третьим лицом информация Описательный Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Review of systems Narrative Reporte' for http://loinc.org#10187-3. Valid display is one of 41 choices: 'Review of systems Narrative - Reported', 'Review of systems' (en-US), '医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 历史纪录与体格检查 历史纪录与体格检查.历史记录' (zh-CN), '历史纪录与体格检查.历史记录类' (zh-CN), '历史纪录与体格检查.历史记录类别' (zh-CN), '历史纪录与体格检查.病史' (zh-CN), '历史纪录与体格检查.病史类' (zh-CN), '历史纪录与体格检查.病史类别' (zh-CN), '历史纪录与体格检查.病史记录' (zh-CN), '历史纪录与体格检查.病史记录类' (zh-CN), '历史纪录与体格检查.病史记录类别' (zh-CN), '历史纪录与体格检查小节.历史记录' (zh-CN), '历史纪录与体格检查小节.历史记录类' (zh-CN), '历史纪录与体格检查小节.历史记录类别' (zh-CN), '历史纪录与体格检查小节.病史' (zh-CN), '历史纪录与体格检查小节.病史类' (zh-CN), '历史纪录与体格检查小节.病史类别 历史纪录与体格检查小节 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 叙述' (zh-CN), '叙述性文字' (zh-CN), '报告' (zh-CN), '报告型' (zh-CN), '文字叙述' (zh-CN), '文本叙述型' (zh-CN), '文本描述' (zh-CN), '文本描述型 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 病史与体格检查 系统回顾' (zh-CN), '系统审核' (zh-CN), 'Anamnesi Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Анамнестические сведения' (ru-RU), 'Сообщенная третьим лицом информация Описательный Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[545,20]", "expression": [ @@ -4764,18 +4753,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'current1' in the CodeSystem 'http://hl7.org/fhir/list-status' version '5.0.0'" - }, - "diagnostics": "[5,29]", - "expression": [ - "List.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('current1') was not found in the value set 'List Status' (http://hl7.org/fhir/ValueSet/list-status|5.0.0), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/list-status#current1' was not found in the value set 'http://hl7.org/fhir/ValueSet/list-status|5.0.0'; Unknown code 'current1' in the CodeSystem 'http://hl7.org/fhir/list-status' version '5.0.0')" + "text": "The value provided ('current1') was not found in the value set 'List Status' (http://hl7.org/fhir/ValueSet/list-status|5.0.0), and a code is required from this value set (error message = The System URI could not be determined for the code 'current1' in the ValueSet 'http://hl7.org/fhir/ValueSet/list-status|5.0.0'; The provided code '#current1' was not found in the value set 'http://hl7.org/fhir/ValueSet/list-status|5.0.0')" }, "diagnostics": "[5,29]", "expression": [ @@ -6054,18 +6032,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'asdfafafafd' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1'" - }, - "diagnostics": "[10,34]", - "expression": [ - "Patient.gender.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('asdfafafafd') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/administrative-gender#asdfafafafd' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; Unknown code 'asdfafafafd' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1')" + "text": "The value provided ('asdfafafafd') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'asdfafafafd' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#asdfafafafd' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" }, "diagnostics": "[10,34]", "expression": [ @@ -6113,18 +6080,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'asdfafafafd' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1'" - }, - "diagnostics": "[10,34]", - "expression": [ - "Patient.gender.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('asdfafafafd') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/administrative-gender#asdfafafafd' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; Unknown code 'asdfafafafd' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1')" + "text": "The value provided ('asdfafafafd') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'asdfafafafd' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#asdfafafafd' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" }, "diagnostics": "[10,34]", "expression": [ @@ -8376,7 +8332,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Cholesterol [Moles/​volume] in Serum or Plasma' for http://loinc.org#35200-5. Valid display is one of 50 choices: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', 'Cholest SerPl-msCnc', '化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 总胆固醇' (zh-CN), '胆固醇总计' (zh-CN), '胆甾醇' (zh-CN), '脂类' (zh-CN), '脂质 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Cholest' (pt-BR), 'Chol' (pt-BR), 'Choles' (pt-BR), 'Lipid' (pt-BR), 'Cholesterol total' (pt-BR), 'Cholesterols' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент Холестерин' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Cholesterol [Moles/​volume] in Serum or Plasma' for http://loinc.org#35200-5. Valid display is one of 50 choices: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', 'Cholest SerPl-msCnc' (en-US), '化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 总胆固醇' (zh-CN), '胆固醇总计' (zh-CN), '胆甾醇' (zh-CN), '脂类' (zh-CN), '脂质 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Cholest' (pt-BR), 'Chol' (pt-BR), 'Choles' (pt-BR), 'Lipid' (pt-BR), 'Cholesterol total' (pt-BR), 'Cholesterols' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент Холестерин' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[66,8]", "expression": [ @@ -8404,7 +8360,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Cholesterol [Moles/​volume] in Serum or Plasma' for http://loinc.org#35200-5. Valid display is one of 50 choices: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', 'Cholest SerPl-msCnc', '化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 总胆固醇' (zh-CN), '胆固醇总计' (zh-CN), '胆甾醇' (zh-CN), '脂类' (zh-CN), '脂质 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Cholest' (pt-BR), 'Chol' (pt-BR), 'Choles' (pt-BR), 'Lipid' (pt-BR), 'Cholesterol total' (pt-BR), 'Cholesterols' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент Холестерин' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Cholesterol [Moles/​volume] in Serum or Plasma' for http://loinc.org#35200-5. Valid display is one of 50 choices: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', 'Cholest SerPl-msCnc' (en-US), '化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 总胆固醇' (zh-CN), '胆固醇总计' (zh-CN), '胆甾醇' (zh-CN), '脂类' (zh-CN), '脂质 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Cholest' (pt-BR), 'Chol' (pt-BR), 'Choles' (pt-BR), 'Lipid' (pt-BR), 'Cholesterol total' (pt-BR), 'Cholesterols' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент Холестерин' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[66,8]", "expression": [ @@ -8454,7 +8410,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Cholesterol [Moles/​volume] in Serum or Plasma' for http://loinc.org#35200-5. Valid display is one of 50 choices: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', 'Cholest SerPl-msCnc', '化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 总胆固醇' (zh-CN), '胆固醇总计' (zh-CN), '胆甾醇' (zh-CN), '脂类' (zh-CN), '脂质 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Cholest' (pt-BR), 'Chol' (pt-BR), 'Choles' (pt-BR), 'Lipid' (pt-BR), 'Cholesterol total' (pt-BR), 'Cholesterols' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент Холестерин' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Cholesterol [Moles/​volume] in Serum or Plasma' for http://loinc.org#35200-5. Valid display is one of 50 choices: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', 'Cholest SerPl-msCnc' (en-US), '化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 总胆固醇' (zh-CN), '胆固醇总计' (zh-CN), '胆甾醇' (zh-CN), '脂类' (zh-CN), '脂质 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Cholest' (pt-BR), 'Chol' (pt-BR), 'Choles' (pt-BR), 'Lipid' (pt-BR), 'Cholesterol total' (pt-BR), 'Cholesterols' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент Холестерин' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[67,8]", "expression": [ @@ -8646,7 +8602,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Triglyceride [Moles/​volume] in Serum or Plasma' for http://loinc.org#35217-9. Valid display is one of 50 choices: 'Triglyceride [Mass or Moles/volume] in Serum or Plasma', 'Trigl SerPl-msCnc', 'TG' (zh-CN), 'Trigly' (zh-CN), '甘油三脂' (zh-CN), '甘油三酸酯' (zh-CN), '三酸甘油酯' (zh-CN), '甘油三酸脂' (zh-CN), '三酸甘油脂 化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Trigl' (pt-BR), 'Triglycrides' (pt-BR), 'Trig' (pt-BR), 'Triglycerides' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Triglyceride [Moles/​volume] in Serum or Plasma' for http://loinc.org#35217-9. Valid display is one of 50 choices: 'Triglyceride [Mass or Moles/volume] in Serum or Plasma', 'Trigl SerPl-msCnc' (en-US), 'TG' (zh-CN), 'Trigly' (zh-CN), '甘油三脂' (zh-CN), '甘油三酸酯' (zh-CN), '三酸甘油酯' (zh-CN), '甘油三酸脂' (zh-CN), '三酸甘油脂 化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Trigl' (pt-BR), 'Triglycrides' (pt-BR), 'Trig' (pt-BR), 'Triglycerides' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[67,8]", "expression": [ @@ -8674,7 +8630,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Triglyceride [Moles/​volume] in Serum or Plasma' for http://loinc.org#35217-9. Valid display is one of 50 choices: 'Triglyceride [Mass or Moles/volume] in Serum or Plasma', 'Trigl SerPl-msCnc', 'TG' (zh-CN), 'Trigly' (zh-CN), '甘油三脂' (zh-CN), '甘油三酸酯' (zh-CN), '三酸甘油酯' (zh-CN), '甘油三酸脂' (zh-CN), '三酸甘油脂 化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Trigl' (pt-BR), 'Triglycrides' (pt-BR), 'Trig' (pt-BR), 'Triglycerides' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Triglyceride [Moles/​volume] in Serum or Plasma' for http://loinc.org#35217-9. Valid display is one of 50 choices: 'Triglyceride [Mass or Moles/volume] in Serum or Plasma', 'Trigl SerPl-msCnc' (en-US), 'TG' (zh-CN), 'Trigly' (zh-CN), '甘油三脂' (zh-CN), '甘油三酸酯' (zh-CN), '三酸甘油酯' (zh-CN), '甘油三酸脂' (zh-CN), '三酸甘油脂 化学' (zh-CN), '化学检验项目' (zh-CN), '化学检验项目类' (zh-CN), '化学类' (zh-CN), '化学试验' (zh-CN), '非刺激耐受型化学检验项目' (zh-CN), '非刺激耐受型化学检验项目类' (zh-CN), '非刺激耐受型化学试验' (zh-CN), '非刺激耐受型化学试验类 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 血清或血浆 质量或摩尔浓度' (zh-CN), '质量或摩尔浓度(单位体积)' (zh-CN), '质量或物质的量浓度(单位体积)' (zh-CN), 'Juhuslik Kvantitatiivne Plasma Seerum Seerum või plasma' (et-EE), 'Trigl' (pt-BR), 'Triglycrides' (pt-BR), 'Trig' (pt-BR), 'Triglycerides' (pt-BR), 'Level' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'SerPl' (pt-BR), 'SerPlas' (pt-BR), 'SerP' (pt-BR), 'Serum' (pt-BR), 'SR' (pt-BR), 'Plasma' (pt-BR), 'Pl' (pt-BR), 'Plsm' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Chemistry' (pt-BR), 'Chimica Concentrazione Sostanza o Massa Plasma Punto nel tempo (episodio) Siero Siero o Plasma' (it-IT), 'Количественный Массовая или Молярная Концентрация Плазма Сыворотка Сыворотка или Плазма Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[67,8]", "expression": [ @@ -8895,7 +8851,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'ingeademde O2' for http://loinc.org#3151-8. Valid display is one of 2 choices: 'Inhaled oxygen flow rate' or 'Inhaled O2 flow rate' (for the language(s) 'en')" + "text": "Wrong Display Name 'ingeademde O2' for http://loinc.org#3151-8. Valid display is one of 2 choices: 'Inhaled oxygen flow rate' or 'Inhaled O2 flow rate' (en-US) (for the language(s) 'en')" }, "diagnostics": "[4,9]", "expression": [ @@ -10270,7 +10226,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[26,11]", "expression": [ @@ -10309,7 +10265,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[26,11]", "expression": [ @@ -10418,7 +10374,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[26,11]", "expression": [ @@ -10443,7 +10399,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'Allergies and adverse reactions' for http://loinc.org#48765-2. Valid display is one of 28 choices: 'Allergies and adverse reactions Document', 'Allergies &or adverse reactions Doc' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '病患' (zh-CN), '病号' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 变态反应与不良反应 文档.其他' (zh-CN), '杂项类文档' (zh-CN), '其他文档 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 杂项' (zh-CN), '杂项类' (zh-CN), '杂项试验 过敏反应' (zh-CN), '过敏' (zh-CN), 'Allergie e reazioni avverse Documentazione miscellanea Miscellanea Osservazione paziente Punto nel tempo (episodio)' (it-IT), 'Документ Точка во времени' (ru-RU) or 'Момент' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[26,11]", "expression": [ @@ -11075,7 +11031,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name '���k������' for http://loinc.org#8480-6. Valid display is one of 2 choices: 'Systolic blood pressure' or 'BP sys' (for the language(s) 'en')" + "text": "Wrong Display Name '���k������' for http://loinc.org#8480-6. Valid display is one of 2 choices: 'Systolic blood pressure' or 'BP sys' (en-US) (for the language(s) 'en')" }, "diagnostics": "[395,17]", "expression": [ @@ -11092,7 +11048,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name '�g��������' for http://loinc.org#8462-4. Valid display is one of 2 choices: 'Diastolic blood pressure' or 'BP dias' (for the language(s) 'en')" + "text": "Wrong Display Name '�g��������' for http://loinc.org#8462-4. Valid display is one of 2 choices: 'Diastolic blood pressure' or 'BP dias' (en-US) (for the language(s) 'en')" }, "diagnostics": "[409,17]", "expression": [ @@ -15001,18 +14957,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1'" - }, - "diagnostics": "[9,34]", - "expression": [ - "Bundle.entry[0].resource/*Patient/pat1*/.gender.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/administrative-gender#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1')" + "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'invalid' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" }, "diagnostics": "[9,34]", "expression": [ @@ -15023,18 +14968,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1'" - }, - "diagnostics": "[18,34]", - "expression": [ - "Bundle.entry[1].resource/*Patient/pat2*/.gender.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/administrative-gender#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1')" + "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'invalid' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" }, "diagnostics": "[18,34]", "expression": [ @@ -15074,18 +15008,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1'" - }, - "diagnostics": "[9,34]", - "expression": [ - "Bundle.entry[0].resource/*Patient/pat1*/.gender.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/administrative-gender#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1')" + "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'invalid' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" }, "diagnostics": "[9,34]", "expression": [ @@ -15093,6 +15016,12 @@ ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[1].resource/*Patient/pat2*/.gender: The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'invalid' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" + } + ], "severity": "information", "code": "structure", "details": { @@ -15107,18 +15036,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1'" - }, - "diagnostics": "[24,34]", - "expression": [ - "Bundle.entry[1].resource/*Patient/pat2*/.gender.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/administrative-gender#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; Unknown code 'invalid' in the CodeSystem 'http://hl7.org/fhir/administrative-gender' version '4.0.1')" + "text": "The value provided ('invalid') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'invalid' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#invalid' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')" }, "diagnostics": "[24,34]", "expression": [ @@ -23450,23 +23368,6 @@ "Bundle.entry[1].resource/*Patient/1*/.contact[0].relationship[1]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" - } - ], - "severity": "error", - "code": "invalid", - "details": { - "text": "Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - }, - "diagnostics": "[622,8]", - "expression": [ - "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display" - ] - }, { "severity": "warning", "code": "structure", @@ -23489,23 +23390,6 @@ "Bundle.entry[2].resource/*Organization/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[828,6]", - "expression": [ - "Bundle.entry[4].resource/*Encounter/1*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -23517,23 +23401,6 @@ "Bundle.entry[4].resource/*Encounter/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[885,6]", - "expression": [ - "Bundle.entry[5].resource/*ServiceRequest/1*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -23545,23 +23412,6 @@ "Bundle.entry[5].resource/*ServiceRequest/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[940,8]", - "expression": [ - "Bundle.entry[7].resource/*Coverage/1*/.contained[0]/*RelatedPerson/mni-relatedPerson1*/.patient" - ] - }, { "severity": "warning", "code": "structure", @@ -23573,23 +23423,6 @@ "Bundle.entry[7].resource/*Coverage/1*/.contained[0]/*RelatedPerson/mni-relatedPerson1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1022,6]", - "expression": [ - "Bundle.entry[7].resource/*Coverage/1*/.beneficiary" - ] - }, { "severity": "warning", "code": "structure", @@ -23623,23 +23456,6 @@ "Bundle.entry[8].resource/*Organization/2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1134,6]", - "expression": [ - "Bundle.entry[9].resource/*RelatedPerson/1*/.patient" - ] - }, { "severity": "warning", "code": "structure", @@ -23651,23 +23467,6 @@ "Bundle.entry[9].resource/*RelatedPerson/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1227,6]", - "expression": [ - "Bundle.entry[10].resource/*MedicationStatement/1*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -23785,23 +23584,6 @@ "Bundle.entry[12].resource/*MedicationStatement/2*/.contained[0]/*Medication/mni-medication-example2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1382,6]", - "expression": [ - "Bundle.entry[12].resource/*MedicationStatement/2*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -23875,23 +23657,6 @@ "Bundle.entry[13].resource/*MedicationStatement/3*/.contained[0]/*Medication/mni-medication-example3*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1450,6]", - "expression": [ - "Bundle.entry[13].resource/*MedicationStatement/3*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -23903,23 +23668,6 @@ "Bundle.entry[13].resource/*MedicationStatement/3*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1523,6]", - "expression": [ - "Bundle.entry[14].resource/*AllergyIntolerance/1*/.patient" - ] - }, { "severity": "warning", "code": "structure", @@ -23931,23 +23679,6 @@ "Bundle.entry[14].resource/*AllergyIntolerance/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1576,6]", - "expression": [ - "Bundle.entry[15].resource/*AllergyIntolerance/2*/.patient" - ] - }, { "severity": "warning", "code": "structure", @@ -23959,23 +23690,6 @@ "Bundle.entry[15].resource/*AllergyIntolerance/2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1634,6]", - "expression": [ - "Bundle.entry[16].resource/*Condition/1*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24015,23 +23729,6 @@ "Bundle.entry[17].resource/*Condition/2*/.severity" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1703,6]", - "expression": [ - "Bundle.entry[17].resource/*Condition/2*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24043,23 +23740,6 @@ "Bundle.entry[17].resource/*Condition/2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1740,6]", - "expression": [ - "Bundle.entry[18].resource/*Procedure/1*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24071,23 +23751,6 @@ "Bundle.entry[18].resource/*Procedure/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1782,6]", - "expression": [ - "Bundle.entry[19].resource/*Procedure/2*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24099,23 +23762,6 @@ "Bundle.entry[19].resource/*Procedure/2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1829,6]", - "expression": [ - "Bundle.entry[20].resource/*Observation/1*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24127,23 +23773,6 @@ "Bundle.entry[20].resource/*Observation/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1883,6]", - "expression": [ - "Bundle.entry[21].resource/*Observation/2*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24155,23 +23784,6 @@ "Bundle.entry[21].resource/*Observation/2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1937,6]", - "expression": [ - "Bundle.entry[22].resource/*Observation/3*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24194,23 +23806,6 @@ "Bundle.entry[23].resource/*Observation/4*/" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[1988,6]", - "expression": [ - "Bundle.entry[23].resource/*Observation/4*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24233,23 +23828,6 @@ "Bundle.entry[24].resource/*Observation/5*/" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2042,6]", - "expression": [ - "Bundle.entry[24].resource/*Observation/5*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24272,23 +23850,6 @@ "Bundle.entry[25].resource/*Observation/6*/" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2099,6]", - "expression": [ - "Bundle.entry[25].resource/*Observation/6*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24311,23 +23872,6 @@ "Bundle.entry[26].resource/*Observation/7*/" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2154,6]", - "expression": [ - "Bundle.entry[26].resource/*Observation/7*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24339,23 +23883,6 @@ "Bundle.entry[26].resource/*Observation/7*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2241,6]", - "expression": [ - "Bundle.entry[27].resource/*Observation/8*/.subject" - ] - }, { "extension": [ { @@ -24384,23 +23911,6 @@ "Bundle.entry[27].resource/*Observation/8*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2319,6]", - "expression": [ - "Bundle.entry[28].resource/*Observation/9*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24412,23 +23922,6 @@ "Bundle.entry[28].resource/*Observation/9*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2377,6]", - "expression": [ - "Bundle.entry[29].resource/*Observation/10*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24440,23 +23933,6 @@ "Bundle.entry[29].resource/*Observation/10*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2402,6]", - "expression": [ - "Bundle.entry[30].resource/*FamilyMemberHistory/1*/.patient" - ] - }, { "extension": [ { @@ -24485,23 +23961,6 @@ "Bundle.entry[30].resource/*FamilyMemberHistory/1*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2473,6]", - "expression": [ - "Bundle.entry[31].resource/*FamilyMemberHistory/2*/.patient" - ] - }, { "severity": "warning", "code": "structure", @@ -24513,23 +23972,6 @@ "Bundle.entry[31].resource/*FamilyMemberHistory/2*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2534,6]", - "expression": [ - "Bundle.entry[32].resource/*Observation/11*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24541,23 +23983,6 @@ "Bundle.entry[32].resource/*Observation/11*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2571,6]", - "expression": [ - "Bundle.entry[33].resource/*Observation/12*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24569,23 +23994,6 @@ "Bundle.entry[33].resource/*Observation/12*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2609,6]", - "expression": [ - "Bundle.entry[34].resource/*Observation/13*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -24597,23 +24005,6 @@ "Bundle.entry[34].resource/*Observation/13*/.meta.profile[0]" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display: Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - } - ], - "severity": "information", - "code": "structure", - "details": { - "text": "Details for Patient/1 matching against profile http://hl7.org/fhir/StructureDefinition/Patient|4.0.1" - }, - "diagnostics": "[2646,6]", - "expression": [ - "Bundle.entry[35].resource/*Observation/14*/.subject" - ] - }, { "severity": "warning", "code": "structure", @@ -26358,7 +25749,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" } ], "severity": "information", @@ -26375,7 +25766,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'cm' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" } ], "severity": "information", @@ -26392,7 +25783,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" + "valueString": "Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1" } ], "severity": "information", @@ -26597,40 +25988,6 @@ "Bundle.entry[1].resource/*Patient/1*/.text.div" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" - } - ], - "severity": "warning", - "code": "invalid", - "details": { - "text": "Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 7 choices: 'German (Switzerland)', 'German (Switzerland)' (en), 'Duits (Zwitserland)' (nl), 'Немецкий (Швейцария)' (ru), '德语 (瑞士)' (zh), 'Deutsch (Schweiz)' (de) or 'Tysk (Schweiz)' (da) (for the language(s) '--')" - }, - "diagnostics": "[467,14]", - "expression": [ - "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display" - ] - }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" - } - ], - "severity": "warning", - "code": "invalid", - "details": { - "text": "Wrong Display Name 'German (Region=Switzerland)' for urn:ietf:bcp:47#de-CH. Valid display is one of 2 choices: 'German (Switzerland)' or 'German (Switzerland)' (en) (for the language(s) 'en')" - }, - "diagnostics": "[467,14]", - "expression": [ - "Bundle.entry[1].resource/*Patient/1*/.communication[0].language.display" - ] - }, { "severity": "warning", "code": "invariant", @@ -28851,7 +28208,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[0]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.text.div: Hyperlink '#Encounter_1' at 'div/p/a' for 'See above (Encounter/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.text.div: Hyperlink '#Device_1' at 'div/p/a' for 'See above (Device/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Unable to find a match for profile Encounter/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-encounter; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Does not match slice 'Coverage' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0]: Slice 'Composition.section:insuranceData.entry:Coverage': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1]: Slice 'Composition.section:sectionMedications.entry:medicationStatement': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[14].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[15].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2]: Slice 'Composition.section:sectionAllergies.entry:allergyOrIntolerance': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[16].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[17].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3]: Slice 'Composition.section:sectionProblems.entry:problem': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[19].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4]: Slice 'Composition.section:sectionProceduresHx.entry:procedure': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5]: Slice 'Composition.section:sectionResults.entry:results-observation': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].code: Value is '85354-9' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].display: Value is 'Blood pressure panel with all children optional' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Composition'" + "valueString": "Bundle.entry[0]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.text.div: Hyperlink '#Encounter_1' at 'div/p/a' for 'See above (Encounter/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.text.div: Hyperlink '#Device_1' at 'div/p/a' for 'See above (Device/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Unable to find a match for profile Encounter/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-encounter; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.text.div: Hyperlink '#ServiceRequest_1' at 'div/p/a' for 'See above (ServiceRequest/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Unable to find a match for profile ServiceRequest/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.encounter: Bundle.entry[4].resource/*Encounter/1*/.basedOn[0]: Bundle.entry[5].resource/*ServiceRequest/1*/.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Does not match slice 'Coverage' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0].entry[0]: Bundle.entry[7].resource.text.div: Hyperlink '#Organization_2' at 'div/ul/li/a' for 'See above (Organization/2)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[0]: Slice 'Composition.section:insuranceData.entry:Coverage': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[1]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[2]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.dosage[3]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Medication_1' at 'div/p/a' for 'See above (Medication/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[0]: Bundle.entry[10].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[1]: Bundle.entry[12].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Does not match slice 'medicationStatement' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.dosage[0]: Slicing cannot be evaluated: Unable to resolve profile CanonicalType[http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-nonstructured]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[1].entry[2]: Bundle.entry[13].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[1]: Slice 'Composition.section:sectionMedications.entry:medicationStatement': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[0]: Bundle.entry[14].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Does not match slice 'allergyOrIntolerance' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[2].entry[1]: Bundle.entry[15].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[2]: Slice 'Composition.section:sectionAllergies.entry:allergyOrIntolerance': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[0]: Bundle.entry[16].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Does not match slice 'problem' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[3].entry[1]: Bundle.entry[17].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[3]: Slice 'Composition.section:sectionProblems.entry:problem': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[0]: Bundle.entry[18].resource.text.div: Hyperlink '#DocumentReference_3' at 'div/p/a' for 'See above (DocumentReference/3)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Does not match slice 'procedure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[4].entry[1]: Bundle.entry[19].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[4]: Slice 'Composition.section:sectionProceduresHx.entry:procedure': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[0]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[1]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Does not match slice 'results-observation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[5].entry[2]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[5]: Slice 'Composition.section:sectionResults.entry:results-observation': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[0]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'cm' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[1]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[2]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0]: Bundle.entry[26].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Observation.value[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].code: Value is '85354-9' but must be '883-9'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[3]: Bundle.entry[26].resource.code.coding[0].display: Value is 'Blood pressure panel with all children optional' but must be 'ABO group [Type] in Blood'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyWeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyHeight' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bodyMassIndex' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodPressure' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[27].resource.value.ofType(CodeableConcept): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code.coding[0]: Bundle.entry[27].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.value.ofType(CodeableConcept).coding[1]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Does not match slice 'bloodGroup' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[0].resource/*Composition/1*/.section[6].entry[4]: Bundle.entry[27].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[0]: Bundle.entry[28].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[1]: Bundle.entry[29].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[2]: Bundle.entry[30].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'riskFactors' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'FamilyMemberHistory'; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Does not match slice 'familyMemberHistory' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[7].entry[3]: Bundle.entry[31].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[32].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.code,message=Value is '248986005' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[32].resource.code.coding.display,message=Value is 'Estimated date of conception' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[0]: Bundle.entry[32].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[33].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.code,message=Value is '161714006' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[33].resource.code.coding.display,message=Value is 'Estimated date of delivery' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[1]: Bundle.entry[33].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 and slicing is CLOSED: Bundle.entry[34].resource.value.ofType(dateTime): Does not match slice 'valueQuantity' (discriminator: ($this is Quantity)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource: Slice 'Observation.value[x]:valueQuantity': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.code,message=Value is '161713000' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[34].resource.code.coding.display,message=Value is 'Last menstrual period - First day' but must be 'Length of gestation at time of procedure']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[2]: Bundle.entry[34].resource.value.ofType(dateTime): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0' definition allows for the type Quantity but found type dateTime; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfConception' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'estimatedDateOfDelivery' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'dateOfLastMenstruation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Does not match slice 'timeOfGestation' (discriminator: resolve().conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation')); Bundle.entry[0]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[0].resource/*Composition/1*/.section[8].entry[3]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[0]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0', but found type 'Composition'; Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Observation' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Composition'; Bundle.entry[0]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[0]: Bundle.entry[0].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Composition'" } ], "severity": "information", @@ -29106,7 +28463,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[20]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Estimated date of conception']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Last menstrual period - First day']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: Value is 'min' but must be 'kg/m2'; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Risk Factor']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#min' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Estimated date of delivery']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0].code: Value is '46418-0' but must be '883-9'; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0].display: Value is 'INR in Capillary blood by Coagulation assay' but must be 'ABO group [Type] in Blood'; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#min' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Length of gestation at time of procedure']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#min' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[20]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[20]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Estimated date of conception']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Last menstrual period - First day']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: Value is 'min' but must be 'kg/m2'; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Risk Factor']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'min' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#min' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Estimated date of delivery']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: Not a valid date/time ('33' doesn't meet format requirements for dateTime); Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[20].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0].code: Value is '46418-0' but must be '883-9'; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0].display: Value is 'INR in Capillary blood by Coagulation assay' but must be 'ABO group [Type] in Blood'; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.category[0]: Bundle.entry[20].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[20]: Bundle.entry[20].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code.coding[0]: Bundle.entry[20].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[20]: Bundle.entry[20].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'min' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#min' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[20]: Bundle.entry[20].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.code,message=Value is '46418-0' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[20].resource.code.coding.display,message=Value is 'INR in Capillary blood by Coagulation assay' but must be 'Length of gestation at time of procedure']]; Bundle.entry[20]: Bundle.entry[20].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[20]: Bundle.entry[20].resource.value.ofType(Quantity).code: The value provided ('min') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The System URI could not be determined for the code 'min' in the ValueSet 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'; The provided code '#min' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[20]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[20]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[20]: Bundle.entry[20].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -29123,7 +28480,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[21]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Estimated date of conception']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Last menstrual period - First day']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: Value is 'mmol/L' but must be 'kg/m2'; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Risk Factor']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#mmol/L' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Estimated date of delivery']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0].code: Value is '77140-2' but must be '883-9'; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0].display: Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'ABO group [Type] in Blood'; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#mmol/L' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Length of gestation at time of procedure']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#mmol/L' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[21]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[21]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Estimated date of conception']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Last menstrual period - First day']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: Value is 'mmol/L' but must be 'kg/m2'; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Risk Factor']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'mmol/L' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#mmol/L' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Estimated date of delivery']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: Not a valid date/time ('0.84' doesn't meet format requirements for dateTime); Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[21].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0].code: Value is '77140-2' but must be '883-9'; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0].display: Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'ABO group [Type] in Blood'; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.category[0]: Bundle.entry[21].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[21]: Bundle.entry[21].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code.coding[0]: Bundle.entry[21].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[21]: Bundle.entry[21].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'mmol/L' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#mmol/L' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[21]: Bundle.entry[21].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.code,message=Value is '77140-2' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[21].resource.code.coding.display,message=Value is 'Creatinine [Moles/volume] in Serum, Plasma or Blood' but must be 'Length of gestation at time of procedure']]; Bundle.entry[21]: Bundle.entry[21].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[21]: Bundle.entry[21].resource.value.ofType(Quantity).code: The value provided ('mmol/L') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The System URI could not be determined for the code 'mmol/L' in the ValueSet 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'; The provided code '#mmol/L' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[21]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[21]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[21]: Bundle.entry[21].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -29140,7 +28497,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[22]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Estimated date of conception']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Last menstrual period - First day']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: Value is '%' but must be 'kg/m2'; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Risk Factor']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#%' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Estimated date of delivery']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0].code: Value is '4535-1' but must be '883-9'; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0].display: Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'ABO group [Type] in Blood'; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#%' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Length of gestation at time of procedure']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#%' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[22]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[22]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Estimated date of conception']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Last menstrual period - First day']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: Value is '%' but must be 'kg/m2'; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.category[0].coding.code,message=Value is 'laboratory' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.category[0].coding.display,message=Value is 'Laboratory' but must be 'Social History']]; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Risk Factor']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '%' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#%' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Estimated date of delivery']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: Not a valid date/time ('3' doesn't meet format requirements for dateTime); Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[22].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0].code: Value is '4535-1' but must be '883-9'; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0].display: Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'ABO group [Type] in Blood'; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.category[0]: Bundle.entry[22].resource.category[0]: Does not match slice 'VSCat' (discriminator: ('vital-signs' in coding.code) and ('http://terminology.hl7.org/CodeSystem/observation-category' in coding.system)); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[22]: Bundle.entry[22].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code.coding[0]: Bundle.entry[22].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[22]: Bundle.entry[22].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '%' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#%' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[22]: Bundle.entry[22].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.code,message=Value is '4535-1' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[22].resource.code.coding.display,message=Value is 'Cytotoxic percent reactive Ab [Presence] in Serum by Quick method' but must be 'Length of gestation at time of procedure']]; Bundle.entry[22]: Bundle.entry[22].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[22]: Bundle.entry[22].resource.value.ofType(Quantity).code: The value provided ('%') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The System URI could not be determined for the code '%' in the ValueSet 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'; The provided code '#%' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[22]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[22]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[22]: Bundle.entry[22].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -29157,7 +28514,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[23]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Estimated date of conception']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Last menstrual period - First day']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[23]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[23]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Risk Factor']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Estimated date of delivery']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Length of gestation at time of procedure']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[23]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[23]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Estimated date of conception']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Last menstrual period - First day']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: Value is 'kg' but must be 'kg/m2'; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[23]: Bundle.entry[23].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[23]: Bundle.entry[23].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Risk Factor']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Estimated date of delivery']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: Not a valid date/time ('70' doesn't meet format requirements for dateTime); Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[23].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[23]: Bundle.entry[23].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0].code: Value is '29463-7' but must be '883-9'; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0].display: Value is 'Body weight' but must be 'ABO group [Type] in Blood'; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code.coding[0]: Bundle.entry[23].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[23]: Bundle.entry[23].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#kg' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[23]: Bundle.entry[23].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.code,message=Value is '29463-7' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[23].resource.code.coding.display,message=Value is 'Body weight' but must be 'Length of gestation at time of procedure']]; Bundle.entry[23]: Bundle.entry[23].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[23]: Bundle.entry[23].resource.value.ofType(Quantity).code: The value provided ('kg') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg' in the ValueSet 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'; The provided code '#kg' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[23]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[23]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[23]: Bundle.entry[23].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -29174,7 +28531,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[24]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Estimated date of conception']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Last menstrual period - First day']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[24]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[24]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Risk Factor']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Estimated date of delivery']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Length of gestation at time of procedure']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#cm' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[24]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[24]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Estimated date of conception']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Last menstrual period - First day']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: Value is 'cm' but must be 'kg/m2'; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[24]: Bundle.entry[24].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[24]: Bundle.entry[24].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Risk Factor']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0]: Bundle.entry[24].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[24]: Bundle.entry[24].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'cm' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#cm' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Estimated date of delivery']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: Not a valid date/time ('170' doesn't meet format requirements for dateTime); Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[24].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[24]: Bundle.entry[24].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0].code: Value is '8302-2' but must be '883-9'; Bundle.entry[24]: Bundle.entry[24].resource.code.coding[0].display: Value is 'Body height' but must be 'ABO group [Type] in Blood'; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.code,message=Value is '8302-2' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[24].resource.code.coding.display,message=Value is 'Body height' but must be 'Length of gestation at time of procedure']]; Bundle.entry[24]: Bundle.entry[24].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[24]: Bundle.entry[24].resource.value.ofType(Quantity).code: The value provided ('cm') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The System URI could not be determined for the code 'cm' in the ValueSet 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'; The provided code '#cm' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[24]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[24]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[24]: Bundle.entry[24].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -29191,7 +28548,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[25]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Estimated date of conception']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Last menstrual period - First day']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[25]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[25]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Risk Factor']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Estimated date of delivery']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Length of gestation at time of procedure']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#kg/m2' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[25]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[25]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Estimated date of conception']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Last menstrual period - First day']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[25]: Bundle.entry[25].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[25]: Bundle.entry[25].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code social-history, and display 'Social History'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'social-history'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Social History']]; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Risk Factor']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Estimated date of delivery']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: Not a valid date/time ('24.2' doesn't meet format requirements for dateTime); Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[25].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[25]: Bundle.entry[25].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0].code: Value is '39156-5' but must be '883-9'; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0].display: Value is 'Body mass index (BMI) [Ratio]' but must be 'ABO group [Type] in Blood'; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.category[0]: The pattern [system http://terminology.hl7.org/CodeSystem/observation-category, code laboratory, and display 'Laboratory'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.code,message=Value is 'vital-signs' but must be 'laboratory'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.category[0].coding.display,message=Value is 'Vital Signs' but must be 'Laboratory']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code.coding[0]: Bundle.entry[25].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[25]: Bundle.entry[25].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#kg/m2' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[25]: Bundle.entry[25].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.code: The pattern [system http://snomed.info/sct, code 445872007, and display 'Length of gestation at time of procedure'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.system,message=Value is 'http://loinc.org' but must be 'http://snomed.info/sct'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.code,message=Value is '39156-5' but must be '445872007'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[25].resource.code.coding.display,message=Value is 'Body mass index (BMI) [Ratio]' but must be 'Length of gestation at time of procedure']]; Bundle.entry[25]: Bundle.entry[25].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[25]: Bundle.entry[25].resource.value.ofType(Quantity).code: The value provided ('kg/m2') was not found in the value set 'MedNet Interface (MNI) - TimeOfGestation ValueSet' (https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0), and a code is required from this value set (error message = The System URI could not be determined for the code 'kg/m2' in the ValueSet 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'; The provided code '#kg/m2' was not found in the value set 'https://mednet.swiss/fhir/ValueSet/mni-timeOfGestation|0.5.0'); Bundle.entry[25]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[25]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[25]: Bundle.entry[25].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -29361,7 +28718,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[35]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: Value is 'wk' but must be 'kg/m2'; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Risk Factor']]; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: The value provided ('wk') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#wk' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].code: Value is '445872007' but must be '883-9'; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].display: Value is 'Length of gestation at time of procedure' but must be 'ABO group [Type] in Blood'; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: The value provided ('wk') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The provided code 'http://unitsofmeasure.org#wk' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" + "valueString": "Bundle.entry[35]: Does not match slice 'Composition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Composition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patientOverview-composition|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Encounter' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-encounter')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Encounter' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-encounter|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'ServiceRequest' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'ServiceRequest' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Patient' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-patient')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Patient' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-patient|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Practitioner' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-practitioner')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Practitioner' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-practitioner|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Organization' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-organization')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Organization' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-organization|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'RelatedPerson' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'RelatedPerson' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-relatedPerson|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Device' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-device')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Device' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-device|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Coverage' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-coverage')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Coverage' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-coverage|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Contract' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-contract')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Contract' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-contract|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Observation' (discriminator: (resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory') or resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor'))); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 248986005, and display 'Estimated date of conception'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '248986005'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of conception']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfConception|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161713000, and display 'Last menstrual period - First day'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161713000'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Last menstrual period - First day']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-dateOfLastMenstruation|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BMICode' (discriminator: ('39156-5' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BMICode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyMassIndex|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: Value is 'wk' but must be 'kg/m2'; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueQuantity' (discriminator: $this.empty()); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.value[x]: max allowed = 0, but found 1 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Observation.component: minimum required = 2, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.component:SystolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.component:DiastolicBP': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BPCode' (discriminator: ('85354-9' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BPCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 80943009, and display 'Risk Factor'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '80943009'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Risk Factor']]; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BodyWeightCode' (discriminator: ('29463-7' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BodyWeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyWeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: The value provided ('wk') was not found in the value set 'Body Weight Units' (http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'wk' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'; The provided code '#wk' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1'); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueDateTime' (discriminator: ($this is dateTime)); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code: The pattern [system http://snomed.info/sct, code 161714006, and display 'Estimated date of delivery'] defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0 not found. Issues: [ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.code,message=Value is '445872007' but must be '161714006'], ValidationMessage[level=ERROR,type=VALUE,location=Bundle.entry[35].resource.code.coding.display,message=Value is 'Length of gestation at time of procedure' but must be 'Estimated date of delivery']]; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery|0.5.0' definition allows for the type dateTime but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: The Profile 'http://hl7.org/fhir/StructureDefinition/dateTime|4.0.1' definition allows for the type dateTime but found type decimal; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: Not a valid date/time ('17' doesn't meet format requirements for dateTime); Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): This element does not match any known slice defined in the profile https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0 and slicing is CLOSED: Bundle.entry[35].resource.value.ofType(Quantity): Does not match slice 'valueCodeableConcept' (discriminator: ($this is CodeableConcept)); Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.value[x]:valueCodeableConcept': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].system: Value is 'http://snomed.info/sct' but must be 'http://loinc.org'; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].code: Value is '445872007' but must be '883-9'; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0].display: Value is 'Length of gestation at time of procedure' but must be 'ABO group [Type] in Blood'; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity): The Profile 'https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodGroup|0.5.0' definition allows for the type CodeableConcept but found type Quantity; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).value: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).unit: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).system: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/CodeableConcept|4.0.1; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource: Observation.category: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.category:VSCat': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource: Observation.effective[x]: minimum required = 1, but only found 0 (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0); Bundle.entry[35]: Bundle.entry[35].resource: Slice 'Observation.effective[x]:effectiveDateTime': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.code.coding[0]: Bundle.entry[35].resource.code.coding[0]: Does not match slice 'BodyHeightCode' (discriminator: ('8302-2' in code) and ('http://loinc.org' in system)); Bundle.entry[35]: Bundle.entry[35].resource.code: Slice 'Observation.code.coding:BodyHeightCode': a matching slice is required, but not found (from https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight|0.5.0). Note that other slices are allowed in addition to this required slice; Bundle.entry[35]: Bundle.entry[35].resource.subject: Unable to find a match for profile Patient/1 among choices: https://mednet.swiss/fhir/StructureDefinition/mni-patient; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Organization_1' at 'div/blockquote/p/a' for 'See above (Organization/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.subject: Bundle.entry[1].resource/*Patient/1*/.text.div: Hyperlink '#Practitioner_1' at 'div/p/a' for 'See above (Practitioner/1)' does not resolve; Bundle.entry[35]: Bundle.entry[35].resource.value.ofType(Quantity).code: The value provided ('wk') was not found in the value set 'Body Length Units' (http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'wk' in the ValueSet 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'; The provided code '#wk' was not found in the value set 'http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1'); Bundle.entry[35]: Bundle.entry[35].resource.text.div: Hyperlink '#Patient_1' at 'div/p/a' for 'See above (Patient/1)' does not resolve; Bundle.entry[35]: Does not match slice 'DocumentReference' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-documentReference')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'DocumentReference' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-documentReference|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Procedure' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-procedure')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Procedure' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-procedure|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Condition' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-condition')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Condition' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-condition|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'FamilyMemberHistory' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'FamilyMemberHistory' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'AllergyIntolerance' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'AllergyIntolerance' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'MedicationStatement' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement|0.5.0', but found type 'Observation'; Bundle.entry[35]: Does not match slice 'Medication' (discriminator: resource.conformsTo('https://mednet.swiss/fhir/StructureDefinition/mni-medication')); Bundle.entry[35]: Bundle.entry[35].resource: Specified profile type was 'Medication' in profile 'https://mednet.swiss/fhir/StructureDefinition/mni-medication|0.5.0', but found type 'Observation'" } ], "severity": "information", @@ -30214,10 +29571,10 @@ ] }, { - "severity": "warning", + "severity": "error", "code": "code-invalid", "details": { - "text": "The code provided (Foo) is not in the expansion in the value set https://fhir.infoway-inforoute.ca/ValueSet/canadianjurisdiction, and a code is required from this value set. The system http://canadapost.ca/CodeSystem/ProvinceCodes could not be found." + "text": "The value provided ('Foo') was not found in the value set 'CanadianJurisdiction' (https://fhir.infoway-inforoute.ca/ValueSet/canadianjurisdiction|20170626), and a code is required from this value set (error message = The System URI could not be determined for the code 'Foo' in the ValueSet 'https://fhir.infoway-inforoute.ca/ValueSet/canadianjurisdiction|20170626'; The provided code '#Foo' was not found in the value set 'https://fhir.infoway-inforoute.ca/ValueSet/canadianjurisdiction|20170626')" }, "diagnostics": "[10,25]", "expression": [ @@ -30640,7 +29997,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'X SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose' for http://hl7.org/fhir/sid/cvx#207. Valid display is 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose' (for the language(s) '--')" + "text": "Wrong Display Name 'X SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose' for http://hl7.org/fhir/sid/cvx#207. Valid display is 'COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5mL dose or 50 mcg/0.25mL dose' (for the language(s) '--')" }, "diagnostics": "[4,4]", "expression": [ @@ -30730,6 +30087,23 @@ "outcome": { "resourceType": "OperationOutcome", "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose' for http://hl7.org/fhir/sid/cvx#207. Valid display is 'COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5mL dose or 50 mcg/0.25mL dose' (for the language(s) '--')" + }, + "diagnostics": "[13,10]", + "expression": [ + "Bundle.entry[0].resource/*Immunization/null*/.vaccineCode.coding[0].display" + ] + }, { "severity": "error", "code": "invalid", @@ -30765,6 +30139,23 @@ "outcome": { "resourceType": "OperationOutcome", "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose' for http://hl7.org/fhir/sid/cvx#207. Valid display is 'COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5mL dose or 50 mcg/0.25mL dose' (for the language(s) '--')" + }, + "diagnostics": "[13,10]", + "expression": [ + "Bundle.entry[0].resource/*Immunization/null*/.vaccineCode.coding[0].display" + ] + }, { "severity": "error", "code": "invalid", @@ -30809,7 +30200,26 @@ "version": "4.0", "java": { "outcome": { - "resourceType": "OperationOutcome" + "resourceType": "OperationOutcome", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose' for http://hl7.org/fhir/sid/cvx#207. Valid display is 'COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5mL dose or 50 mcg/0.25mL dose' (for the language(s) '--')" + }, + "diagnostics": "[9,10]", + "expression": [ + "Bundle.entry[0].resource/*Immunization/null*/.vaccineCode.coding[0].display" + ] + } + ] } } }, @@ -31546,18 +30956,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'Completed' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1'" - }, - "diagnostics": "[18,29]", - "expression": [ - "Bundle.entry[1].resource/*Immunization/null*/.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('Completed') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/event-status#Completed' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; Unknown code 'Completed' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1')" + "text": "The value provided ('Completed') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'Completed' in the ValueSet 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; The provided code '#Completed' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1')" }, "diagnostics": "[18,29]", "expression": [ @@ -31568,18 +30967,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'COMPLETED' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1'" - }, - "diagnostics": "[35,29]", - "expression": [ - "Bundle.entry[2].resource/*Immunization/null*/.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('COMPLETED') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/event-status#COMPLETED' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; Unknown code 'COMPLETED' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1')" + "text": "The value provided ('COMPLETED') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'COMPLETED' in the ValueSet 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; The provided code '#COMPLETED' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1')" }, "diagnostics": "[35,29]", "expression": [ @@ -31603,18 +30991,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'Completed' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1'" - }, - "diagnostics": "[18,29]", - "expression": [ - "Bundle.entry[1].resource/*Immunization/null*/.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('Completed') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/event-status#Completed' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; Unknown code 'Completed' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1')" + "text": "The value provided ('Completed') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'Completed' in the ValueSet 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; The provided code '#Completed' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1')" }, "diagnostics": "[18,29]", "expression": [ @@ -31636,18 +31013,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'COMPLETED' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1'" - }, - "diagnostics": "[35,29]", - "expression": [ - "Bundle.entry[2].resource/*Immunization/null*/.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('COMPLETED') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/event-status#COMPLETED' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; Unknown code 'COMPLETED' in the CodeSystem 'http://hl7.org/fhir/event-status' version '4.0.1')" + "text": "The value provided ('COMPLETED') was not found in the value set 'Immunization Status Codes' (http://hl7.org/fhir/ValueSet/immunization-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'COMPLETED' in the ValueSet 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1'; The provided code '#COMPLETED' was not found in the value set 'http://hl7.org/fhir/ValueSet/immunization-status|4.0.1')" }, "diagnostics": "[35,29]", "expression": [ @@ -31688,7 +31054,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20210406'" + "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20231214'" }, "diagnostics": "[19,8]", "expression": [ @@ -31705,7 +31071,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20210406'" + "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20231214'" }, "diagnostics": "[36,8]", "expression": [ @@ -31734,7 +31100,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20210406'" + "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20231214'" }, "diagnostics": "[19,8]", "expression": [ @@ -31745,7 +31111,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "The code provided (http://hl7.org/fhir/sid/cvx#209) was not found in the value set 'Vaccine: CVX' (http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2), and a code from this value set is required: The provided code 'http://hl7.org/fhir/sid/cvx#209' was not found in the value set 'http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2'; Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20210406'" + "text": "The code provided (http://hl7.org/fhir/sid/cvx#209) was not found in the value set 'Vaccine: CVX' (http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2), and a code from this value set is required: The provided code 'http://hl7.org/fhir/sid/cvx#209' was not found in the value set 'http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2'; Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20231214'" }, "diagnostics": "[20,10]", "expression": [ @@ -31762,7 +31128,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20210406'" + "text": "Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20231214'" }, "diagnostics": "[36,8]", "expression": [ @@ -31773,7 +31139,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "The code provided (http://hl7.org/fhir/sid/cvx#209) was not found in the value set 'Vaccine: CVX' (http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2), and a code from this value set is required: The provided code 'http://hl7.org/fhir/sid/cvx#209' was not found in the value set 'http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2'; Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20210406'" + "text": "The code provided (http://hl7.org/fhir/sid/cvx#209) was not found in the value set 'Vaccine: CVX' (http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2), and a code from this value set is required: The provided code 'http://hl7.org/fhir/sid/cvx#209' was not found in the value set 'http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-cvx|0.6.2'; Unknown code '209' in the CodeSystem 'http://hl7.org/fhir/sid/cvx' version '20231214'" }, "diagnostics": "[37,10]", "expression": [ @@ -32346,7 +31712,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'NDC labeler code request' for http://loinc.org#51726-8. Valid display is one of 22 choices: 'FDA product label NDC labeler code request', 'FDA label NDC labeler code request', 'FDA 药品标签 National Drug Code' (zh-CN), 'NDC' (zh-CN), '国家药品验证号' (zh-CN), '国家药品代码' (zh-CN), '美国国家药品代码' (zh-CN), '全国药品代码' (zh-CN), 'NDC labeler code' (zh-CN), 'NDC 标识者识别代码' (zh-CN), 'NDC 厂家号' (zh-CN), 'NDC 贴签厂商代码请求' (zh-CN), 'NDC 标签号申请 叙述' (zh-CN), '叙述性文字' (zh-CN), '报告' (zh-CN), '报告型' (zh-CN), '文字叙述' (zh-CN), '文本叙述型' (zh-CN), '文本描述' (zh-CN), '文本描述型 监管类文档' (zh-CN), 'Documentazione normativa Etichetta di prodotto della Food and Drug Administ' (it-IT) or 'Описательный' (ru-RU) (for the language(s) '--')" + "text": "Wrong Display Name 'NDC labeler code request' for http://loinc.org#51726-8. Valid display is one of 22 choices: 'FDA product label NDC labeler code request', 'FDA label NDC labeler code request' (en-US), 'FDA 药品标签 National Drug Code' (zh-CN), 'NDC' (zh-CN), '国家药品验证号' (zh-CN), '国家药品代码' (zh-CN), '美国国家药品代码' (zh-CN), '全国药品代码' (zh-CN), 'NDC labeler code' (zh-CN), 'NDC 标识者识别代码' (zh-CN), 'NDC 厂家号' (zh-CN), 'NDC 贴签厂商代码请求' (zh-CN), 'NDC 标签号申请 叙述' (zh-CN), '叙述性文字' (zh-CN), '报告' (zh-CN), '报告型' (zh-CN), '文字叙述' (zh-CN), '文本叙述型' (zh-CN), '文本描述' (zh-CN), '文本描述型 监管类文档' (zh-CN), 'Documentazione normativa Etichetta di prodotto della Food and Drug Administ' (it-IT) or 'Описательный' (ru-RU) (for the language(s) '--')" }, "diagnostics": "[16,10]", "expression": [ @@ -32360,14 +31726,14 @@ "valueUrl": "http://tx-dev.fhir.org/r4" } ], - "severity": "information", - "code": "not-found", + "severity": "error", + "code": "invalid", "details": { - "text": "A definition for CodeSystem 'http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl' could not be found, so the code cannot be validated" + "text": "Wrong Display Name 'Foreign Facility's United States Agent' for http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C73330. Valid display is 'UNITED STATES AGENT' (for the language(s) '--')" }, "diagnostics": "[51,16]", "expression": [ - "Bundle.entry[1].resource/*Organization/SampleLabelerOrganization*/.contained[0]/*OrganizationAffiliation/SampleLabelerUSAgentAffiliation*/.code[0].coding[0].system" + "Bundle.entry[1].resource/*Organization/SampleLabelerOrganization*/.contained[0]/*OrganizationAffiliation/SampleLabelerUSAgentAffiliation*/.code[0].coding[0].display" ] }, { @@ -32387,40 +31753,6 @@ "Bundle.entry[1].resource/*Organization/SampleLabelerOrganization*/.contained[1]/*Organization/null*/.type[0].coding[0].system" ] }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" - } - ], - "severity": "information", - "code": "not-found", - "details": { - "text": "A definition for CodeSystem 'http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl' could not be found, so the code cannot be validated" - }, - "diagnostics": "[100,16]", - "expression": [ - "Bundle.entry[1].resource/*Organization/SampleLabelerOrganization*/.contained[2]/*HealthcareService/SampleLabelerBusinessOperation*/.type[0].coding[0].system" - ] - }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" - } - ], - "severity": "information", - "code": "not-found", - "details": { - "text": "A definition for CodeSystem 'http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl' could not be found, so the code cannot be validated" - }, - "diagnostics": "[111,16]", - "expression": [ - "Bundle.entry[1].resource/*Organization/SampleLabelerOrganization*/.contained[2]/*HealthcareService/SampleLabelerBusinessOperation*/.serviceProvisionCode[0].coding[0].system" - ] - }, { "severity": "information", "code": "not-found", @@ -34856,7 +34188,7 @@ "severity": "warning", "code": "code-invalid", "details": { - "text": "The value provided ('practitioner') was not found in the value set 'ResourceType' (http://hl7.org/fhir/ValueSet/resource-types|4.0.1), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (error message = The provided code 'http://hl7.org/fhir/resource-types#practitioner' was not found in the value set 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1'; Unknown code 'practitioner' in the CodeSystem 'http://hl7.org/fhir/resource-types' version '4.0.1')" + "text": "The value provided ('practitioner') was not found in the value set 'ResourceType' (http://hl7.org/fhir/ValueSet/resource-types|4.0.1), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (error message = The System URI could not be determined for the code 'practitioner' in the ValueSet 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1'; The provided code '#practitioner' was not found in the value set 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1')" }, "diagnostics": "[260,27]", "expression": [ @@ -34889,7 +34221,7 @@ "severity": "warning", "code": "code-invalid", "details": { - "text": "The value provided ('organization') was not found in the value set 'ResourceType' (http://hl7.org/fhir/ValueSet/resource-types|4.0.1), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (error message = The provided code 'http://hl7.org/fhir/resource-types#organization' was not found in the value set 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1'; Unknown code 'organization' in the CodeSystem 'http://hl7.org/fhir/resource-types' version '4.0.1')" + "text": "The value provided ('organization') was not found in the value set 'ResourceType' (http://hl7.org/fhir/ValueSet/resource-types|4.0.1), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (error message = The System URI could not be determined for the code 'organization' in the ValueSet 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1'; The provided code '#organization' was not found in the value set 'http://hl7.org/fhir/ValueSet/resource-types|4.0.1')" }, "diagnostics": "[265,28]", "expression": [ @@ -35133,7 +34465,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'E10.3211+TT1.2' in the CodeSystem 'http://hl7.org/fhir/sid/icd-10-cm' version '2021'" + "text": "Unknown code 'E10.3211+TT1.2' in the CodeSystem 'http://hl7.org/fhir/sid/icd-10-cm' version '2024'" }, "diagnostics": "[607,10]", "expression": [ @@ -35178,7 +34510,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Patient Authorization Signature' for http://loinc.org#59284-0. Valid display is one of 29 choices: 'Consent Document', 'Consent', '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 事件发生的地方' (zh-CN), '场景' (zh-CN), '环境' (zh-CN), '背景 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 同意书' (zh-CN), '知情同意' (zh-CN), '知情同意书 文档本体' (zh-CN), '临床文档本体' (zh-CN), '文档本体' (zh-CN), '文书本体' (zh-CN), '医疗文书本体' (zh-CN), '临床医疗文书本体 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间' (zh-CN) or 'Documentazione dell'ontologia Osservazione Punto nel tempo (episodio)' (it-IT) (for the language(s) '--')" + "text": "Wrong Display Name 'Patient Authorization Signature' for http://loinc.org#59284-0. Valid display is one of 29 choices: 'Consent Document', 'Consent' (en-US), '临床文档型' (zh-CN), '临床文档' (zh-CN), '文档' (zh-CN), '文书' (zh-CN), '医疗文书' (zh-CN), '临床医疗文书 事件发生的地方' (zh-CN), '场景' (zh-CN), '环境' (zh-CN), '背景 医疗服务对象' (zh-CN), '客户' (zh-CN), '病人' (zh-CN), '超系统 - 病人 发现是一个原子型临床观察指标,并不是作为印象的概括陈述。体格检查、病史、系统检查及其他此类观察指标的属性均为发现。它们的标尺对于编码型发现可能是名义型,而对于叙述型文本之中所报告的发现,则可能是叙述型。' (zh-CN), '发现物' (zh-CN), '所见' (zh-CN), '结果' (zh-CN), '结论 同意书' (zh-CN), '知情同意' (zh-CN), '知情同意书 文档本体' (zh-CN), '临床文档本体' (zh-CN), '文档本体' (zh-CN), '文书本体' (zh-CN), '医疗文书本体' (zh-CN), '临床医疗文书本体 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间' (zh-CN) or 'Documentazione dell'ontologia Osservazione Punto nel tempo (episodio)' (it-IT) (for the language(s) '--')" }, "diagnostics": "[641,12]", "expression": [ @@ -36000,11 +35332,28 @@ "Encounter.hospitalization.dischargeDisposition.coding[0].system" ] }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "not-found", + "details": { + "text": "A definition for CodeSystem 'http://fhir.mimic.mit.edu/CodeSystem/admission-class' could not be found, so the code cannot be validated" + }, + "diagnostics": "[1,339]", + "expression": [ + "Encounter.class.system" + ] + }, { "severity": "error", "code": "code-invalid", "details": { - "text": "The code provided (http://fhir.mimic.mit.edu/CodeSystem/admission-class#URGENT) was not found in the value set 'Admission Class' (http://mimic.fhir.mit.edu/ValueSet/admission-class|0.1.2), and a code from this value set is required: A definition for CodeSystem 'http://fhir.mimic.mit.edu/CodeSystem/admission-class' could not be found, so the code cannot be validated" + "text": "The code provided (http://fhir.mimic.mit.edu/CodeSystem/admission-class#URGENT) was not found in the value set 'Admission Class' (http://mimic.fhir.mit.edu/ValueSet/admission-class|0.1.2), and a code from this value set is required: A definition for CodeSystem 'http://fhir.mimic.mit.edu/CodeSystem/admission-class' could not be found, so the code cannot be validated; The provided code 'http://fhir.mimic.mit.edu/CodeSystem/admission-class#URGENT' was not found in the value set 'http://mimic.fhir.mit.edu/ValueSet/admission-class|0.1.2'" }, "diagnostics": "[1,339]", "expression": [ @@ -37532,18 +36881,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '5.0.0' in the CodeSystem 'http://hl7.org/fhir/FHIR-version' version '4.0.1'" - }, - "diagnostics": "[91,31]", - "expression": [ - "CapabilityStatement.fhirVersion.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('5.0.0') was not found in the value set 'FHIRVersion' (http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/FHIR-version#5.0.0' was not found in the value set 'http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1'; Unknown code '5.0.0' in the CodeSystem 'http://hl7.org/fhir/FHIR-version' version '4.0.1')" + "text": "The value provided ('5.0.0') was not found in the value set 'FHIRVersion' (http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '5.0.0' in the ValueSet 'http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1'; The provided code '#5.0.0' was not found in the value set 'http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1')" }, "diagnostics": "[91,31]", "expression": [ @@ -37644,18 +36982,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '[%status%]' in the CodeSystem 'http://hl7.org/fhir/endpoint-status' version '4.0.1'" - }, - "diagnostics": "[20,37]", - "expression": [ - "Bundle.entry[0].resource/*Endpoint/[%count%]*/.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('[%status%]') was not found in the value set 'EndpointStatus' (http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/endpoint-status#[%status%]' was not found in the value set 'http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1'; Unknown code '[%status%]' in the CodeSystem 'http://hl7.org/fhir/endpoint-status' version '4.0.1')" + "text": "The value provided ('[%status%]') was not found in the value set 'EndpointStatus' (http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '[%status%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1'; The provided code '#[%status%]' was not found in the value set 'http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1')" }, "diagnostics": "[20,37]", "expression": [ @@ -37674,27 +37001,21 @@ ] }, { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", - "valueUrl": "http://tx-dev.fhir.org/r4" - } - ], "severity": "error", - "code": "code-invalid", + "code": "not-found", "details": { - "text": "Unknown code '[%payloadFormat%]' in the CodeSystem 'urn:ietf:bcp:13' version ''" + "text": "The System URI could not be determined for the code '[%payloadFormat%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1': include #0 has system urn:ietf:bcp:13 which could not be found, and the server returned error [Error from http://local.fhir.org/r4: The code System \"urn:ietf:bcp:13\" has a grammar, and cannot be enumerated directly]" }, "diagnostics": "[41,53]", "expression": [ - "Bundle.entry[0].resource/*Endpoint/[%count%]*/.payloadMimeType[0].code" + "Bundle.entry[0].resource/*Endpoint/[%count%]*/.payloadMimeType[0]" ] }, { "severity": "error", "code": "code-invalid", "details": { - "text": "The value provided ('[%payloadFormat%]') was not found in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set (error message = The provided code 'urn:ietf:bcp:13#[%payloadFormat%]' was not found in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1'; Unknown code '[%payloadFormat%]' in the CodeSystem 'urn:ietf:bcp:13' version '')" + "text": "The value provided ('[%payloadFormat%]') was not found in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '[%payloadFormat%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1': include #0 has system urn:ietf:bcp:13 which could not be found, and the server returned error [Error from http://local.fhir.org/r4: The code System \"urn:ietf:bcp:13\" has a grammar, and cannot be enumerated directly]; The provided code '#[%payloadFormat%]' was not found in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1')" }, "diagnostics": "[41,53]", "expression": [ @@ -37954,18 +37275,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'Xactive' in the CodeSystem 'http://hl7.org/fhir/CodeSystem/medicationrequest-status' version '4.0.1'" - }, - "diagnostics": "[36,32]", - "expression": [ - "CDSHooksRequest.context.draftOrders/*Bundle/null*/.entry[0].resource/*MedicationRequest/05f8cb26-2eb6-4124-b65d-bb1f13e21c49*/.status.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('Xactive') was not found in the value set 'Medicationrequest status' (http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/CodeSystem/medicationrequest-status#Xactive' was not found in the value set 'http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1'; Unknown code 'Xactive' in the CodeSystem 'http://hl7.org/fhir/CodeSystem/medicationrequest-status' version '4.0.1')" + "text": "The value provided ('Xactive') was not found in the value set 'Medicationrequest status' (http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'Xactive' in the ValueSet 'http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1'; The provided code '#Xactive' was not found in the value set 'http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1')" }, "diagnostics": "[36,32]", "expression": [ @@ -39071,7 +38381,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'O2 % BldC Oximetry' for http://loinc.org#59408-5. Valid display is one of 26 choices: 'Oxygen saturation in Arterial blood by Pulse oximetry', 'SaO2 % BldA PulseOx', 'O2 SaO2' (pl-PL), 'saturacja krwi tlenem' (pl-PL), 'MFr O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 SaO2 动脉血 动脉血O2饱和度 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 肺部测量指标与呼吸机管理 脉搏血氧测定法' (zh-CN), '脉搏血氧定量' (zh-CN), '脉搏血氧测定' (zh-CN), '脉搏血氧仪 血氧测定法 饱和 饱和状态 饱和程度' (zh-CN), 'O2-Sättigung' (de-DE), 'Frazione di massa Gestione ventilazione polmonare Punto nel tempo (episodio) Sangue arterioso' (it-IT), 'Oksijen doymuşluğu' (tr-TR), 'Количественный Кровь артериальная Массовая доля Насыщение кислородом Оксигемометрия' (ru-RU), 'Гемоксиметрия Точка во времени' (ru-RU), 'Момент' (ru-RU), 'zuurstofsaturatiemeting' (nl-NL) or 'O2 SatO2' (fr-BE) (for the language(s) '--')" + "text": "Wrong Display Name 'O2 % BldC Oximetry' for http://loinc.org#59408-5. Valid display is one of 26 choices: 'Oxygen saturation in Arterial blood by Pulse oximetry', 'SaO2 % BldA PulseOx' (en-US), 'O2 SaO2' (pl-PL), 'saturacja krwi tlenem' (pl-PL), 'MFr O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 SaO2 动脉血 动脉血O2饱和度 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 肺部测量指标与呼吸机管理 脉搏血氧测定法' (zh-CN), '脉搏血氧定量' (zh-CN), '脉搏血氧测定' (zh-CN), '脉搏血氧仪 血氧测定法 饱和 饱和状态 饱和程度' (zh-CN), 'O2-Sättigung' (de-DE), 'Frazione di massa Gestione ventilazione polmonare Punto nel tempo (episodio) Sangue arterioso' (it-IT), 'Oksijen doymuşluğu' (tr-TR), 'Количественный Кровь артериальная Массовая доля Насыщение кислородом Оксигемометрия' (ru-RU), 'Гемоксиметрия Точка во времени' (ru-RU), 'Момент' (ru-RU), 'zuurstofsaturatiemeting' (nl-NL) or 'O2 SatO2' (fr-BE) (for the language(s) '--')" }, "diagnostics": "[44,10]", "expression": [ @@ -39110,7 +38420,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Flow Rate' for http://loinc.org#3151-8. Valid display is one of 37 choices: 'Inhaled oxygen flow rate', 'Inhaled O2 flow rate', 'O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 体积速率(单位时间)' (zh-CN), '单位时间内体积的变化速率' (zh-CN), '流量 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 吸入气' (zh-CN), '吸入气体' (zh-CN), '吸入的空气 所吸入的氧' (zh-CN), '已吸入的氧气 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 气 气体类 空气' (zh-CN), 'Inhaled O2' (pt-BR), 'vRate' (pt-BR), 'Volume rate' (pt-BR), 'Flow' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'IhG' (pt-BR), 'Inhaled Gas' (pt-BR), 'Inspired' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Gases' (pt-BR), 'Clinico Gas inalati Punto nel tempo (episodio) Tasso di Volume' (it-IT), 'Количественный Объемная скорость Точка во времени' (ru-RU), 'Момент' (ru-RU), 'ingeademde O2' (nl-NL) or 'O2-Zufuhr' (de-AT) (for the language(s) '--')" + "text": "Wrong Display Name 'Flow Rate' for http://loinc.org#3151-8. Valid display is one of 37 choices: 'Inhaled oxygen flow rate', 'Inhaled O2 flow rate' (en-US), 'O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 体积速率(单位时间)' (zh-CN), '单位时间内体积的变化速率' (zh-CN), '流量 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 吸入气' (zh-CN), '吸入气体' (zh-CN), '吸入的空气 所吸入的氧' (zh-CN), '已吸入的氧气 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 气 气体类 空气' (zh-CN), 'Inhaled O2' (pt-BR), 'vRate' (pt-BR), 'Volume rate' (pt-BR), 'Flow' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'IhG' (pt-BR), 'Inhaled Gas' (pt-BR), 'Inspired' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Gases' (pt-BR), 'Clinico Gas inalati Punto nel tempo (episodio) Tasso di Volume' (it-IT), 'Количественный Объемная скорость Точка во времени' (ru-RU), 'Момент' (ru-RU), 'ingeademde O2' (nl-NL) or 'O2-Zufuhr' (de-AT) (for the language(s) '--')" }, "diagnostics": "[106,14]", "expression": [ @@ -39160,7 +38470,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'O2 % BldC Oximetry' for http://loinc.org#59408-5. Valid display is one of 26 choices: 'Oxygen saturation in Arterial blood by Pulse oximetry', 'SaO2 % BldA PulseOx', 'O2 SaO2' (pl-PL), 'saturacja krwi tlenem' (pl-PL), 'MFr O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 SaO2 动脉血 动脉血O2饱和度 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 肺部测量指标与呼吸机管理 脉搏血氧测定法' (zh-CN), '脉搏血氧定量' (zh-CN), '脉搏血氧测定' (zh-CN), '脉搏血氧仪 血氧测定法 饱和 饱和状态 饱和程度' (zh-CN), 'O2-Sättigung' (de-DE), 'Frazione di massa Gestione ventilazione polmonare Punto nel tempo (episodio) Sangue arterioso' (it-IT), 'Oksijen doymuşluğu' (tr-TR), 'Количественный Кровь артериальная Массовая доля Насыщение кислородом Оксигемометрия' (ru-RU), 'Гемоксиметрия Точка во времени' (ru-RU), 'Момент' (ru-RU), 'zuurstofsaturatiemeting' (nl-NL) or 'O2 SatO2' (fr-BE) (for the language(s) '--')" + "text": "Wrong Display Name 'O2 % BldC Oximetry' for http://loinc.org#59408-5. Valid display is one of 26 choices: 'Oxygen saturation in Arterial blood by Pulse oximetry', 'SaO2 % BldA PulseOx' (en-US), 'O2 SaO2' (pl-PL), 'saturacja krwi tlenem' (pl-PL), 'MFr O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 SaO2 动脉血 动脉血O2饱和度 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 肺部测量指标与呼吸机管理 脉搏血氧测定法' (zh-CN), '脉搏血氧定量' (zh-CN), '脉搏血氧测定' (zh-CN), '脉搏血氧仪 血氧测定法 饱和 饱和状态 饱和程度' (zh-CN), 'O2-Sättigung' (de-DE), 'Frazione di massa Gestione ventilazione polmonare Punto nel tempo (episodio) Sangue arterioso' (it-IT), 'Oksijen doymuşluğu' (tr-TR), 'Количественный Кровь артериальная Массовая доля Насыщение кислородом Оксигемометрия' (ru-RU), 'Гемоксиметрия Точка во времени' (ru-RU), 'Момент' (ru-RU), 'zuurstofsaturatiemeting' (nl-NL) or 'O2 SatO2' (fr-BE) (for the language(s) '--')" }, "diagnostics": "[156,10]", "expression": [ @@ -39210,7 +38520,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Flow Rate' for http://loinc.org#3151-8. Valid display is one of 37 choices: 'Inhaled oxygen flow rate', 'Inhaled O2 flow rate', 'O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 体积速率(单位时间)' (zh-CN), '单位时间内体积的变化速率' (zh-CN), '流量 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 吸入气' (zh-CN), '吸入气体' (zh-CN), '吸入的空气 所吸入的氧' (zh-CN), '已吸入的氧气 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 气 气体类 空气' (zh-CN), 'Inhaled O2' (pt-BR), 'vRate' (pt-BR), 'Volume rate' (pt-BR), 'Flow' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'IhG' (pt-BR), 'Inhaled Gas' (pt-BR), 'Inspired' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Gases' (pt-BR), 'Clinico Gas inalati Punto nel tempo (episodio) Tasso di Volume' (it-IT), 'Количественный Объемная скорость Точка во времени' (ru-RU), 'Момент' (ru-RU), 'ingeademde O2' (nl-NL) or 'O2-Zufuhr' (de-AT) (for the language(s) '--')" + "text": "Wrong Display Name 'Flow Rate' for http://loinc.org#3151-8. Valid display is one of 37 choices: 'Inhaled oxygen flow rate', 'Inhaled O2 flow rate' (en-US), 'O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 体积速率(单位时间)' (zh-CN), '单位时间内体积的变化速率' (zh-CN), '流量 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 吸入气' (zh-CN), '吸入气体' (zh-CN), '吸入的空气 所吸入的氧' (zh-CN), '已吸入的氧气 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 气 气体类 空气' (zh-CN), 'Inhaled O2' (pt-BR), 'vRate' (pt-BR), 'Volume rate' (pt-BR), 'Flow' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'IhG' (pt-BR), 'Inhaled Gas' (pt-BR), 'Inspired' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Gases' (pt-BR), 'Clinico Gas inalati Punto nel tempo (episodio) Tasso di Volume' (it-IT), 'Количественный Объемная скорость Точка во времени' (ru-RU), 'Момент' (ru-RU), 'ingeademde O2' (nl-NL) or 'O2-Zufuhr' (de-AT) (for the language(s) '--')" }, "diagnostics": "[212,14]", "expression": [ @@ -39283,7 +38593,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'O2 % BldC Oximetry' for http://loinc.org#59408-5. Valid display is one of 26 choices: 'Oxygen saturation in Arterial blood by Pulse oximetry', 'SaO2 % BldA PulseOx', 'O2 SaO2' (pl-PL), 'saturacja krwi tlenem' (pl-PL), 'MFr O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 SaO2 动脉血 动脉血O2饱和度 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 肺部测量指标与呼吸机管理 脉搏血氧测定法' (zh-CN), '脉搏血氧定量' (zh-CN), '脉搏血氧测定' (zh-CN), '脉搏血氧仪 血氧测定法 饱和 饱和状态 饱和程度' (zh-CN), 'O2-Sättigung' (de-DE), 'Frazione di massa Gestione ventilazione polmonare Punto nel tempo (episodio) Sangue arterioso' (it-IT), 'Oksijen doymuşluğu' (tr-TR), 'Количественный Кровь артериальная Массовая доля Насыщение кислородом Оксигемометрия' (ru-RU), 'Гемоксиметрия Точка во времени' (ru-RU), 'Момент' (ru-RU), 'zuurstofsaturatiemeting' (nl-NL) or 'O2 SatO2' (fr-BE) (for the language(s) '--')" + "text": "Wrong Display Name 'O2 % BldC Oximetry' for http://loinc.org#59408-5. Valid display is one of 26 choices: 'Oxygen saturation in Arterial blood by Pulse oximetry', 'SaO2 % BldA PulseOx' (en-US), 'O2 SaO2' (pl-PL), 'saturacja krwi tlenem' (pl-PL), 'MFr O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 SaO2 动脉血 动脉血O2饱和度 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 肺部测量指标与呼吸机管理 脉搏血氧测定法' (zh-CN), '脉搏血氧定量' (zh-CN), '脉搏血氧测定' (zh-CN), '脉搏血氧仪 血氧测定法 饱和 饱和状态 饱和程度' (zh-CN), 'O2-Sättigung' (de-DE), 'Frazione di massa Gestione ventilazione polmonare Punto nel tempo (episodio) Sangue arterioso' (it-IT), 'Oksijen doymuşluğu' (tr-TR), 'Количественный Кровь артериальная Массовая доля Насыщение кислородом Оксигемометрия' (ru-RU), 'Гемоксиметрия Точка во времени' (ru-RU), 'Момент' (ru-RU), 'zuurstofsaturatiemeting' (nl-NL) or 'O2 SatO2' (fr-BE) (for the language(s) '--')" }, "diagnostics": "[44,10]", "expression": [ @@ -39322,7 +38632,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Wrong Display Name 'Flow Rate' for http://loinc.org#3151-8. Valid display is one of 37 choices: 'Inhaled oxygen flow rate', 'Inhaled O2 flow rate', 'O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 体积速率(单位时间)' (zh-CN), '单位时间内体积的变化速率' (zh-CN), '流量 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 吸入气' (zh-CN), '吸入气体' (zh-CN), '吸入的空气 所吸入的氧' (zh-CN), '已吸入的氧气 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 气 气体类 空气' (zh-CN), 'Inhaled O2' (pt-BR), 'vRate' (pt-BR), 'Volume rate' (pt-BR), 'Flow' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'IhG' (pt-BR), 'Inhaled Gas' (pt-BR), 'Inspired' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Gases' (pt-BR), 'Clinico Gas inalati Punto nel tempo (episodio) Tasso di Volume' (it-IT), 'Количественный Объемная скорость Точка во времени' (ru-RU), 'Момент' (ru-RU), 'ingeademde O2' (nl-NL) or 'O2-Zufuhr' (de-AT) (for the language(s) '--')" + "text": "Wrong Display Name 'Flow Rate' for http://loinc.org#3151-8. Valid display is one of 37 choices: 'Inhaled oxygen flow rate', 'Inhaled O2 flow rate' (en-US), 'O2' (zh-CN), 'tO2' (zh-CN), '总氧' (zh-CN), '氧气 体积速率(单位时间)' (zh-CN), '单位时间内体积的变化速率' (zh-CN), '流量 可用数量表示的' (zh-CN), '定量性' (zh-CN), '数值型' (zh-CN), '数量型' (zh-CN), '连续数值型标尺 吸入气' (zh-CN), '吸入气体' (zh-CN), '吸入的空气 所吸入的氧' (zh-CN), '已吸入的氧气 时刻' (zh-CN), '随机' (zh-CN), '随意' (zh-CN), '瞬间 气 气体类 空气' (zh-CN), 'Inhaled O2' (pt-BR), 'vRate' (pt-BR), 'Volume rate' (pt-BR), 'Flow' (pt-BR), 'Point in time' (pt-BR), 'Random' (pt-BR), 'IhG' (pt-BR), 'Inhaled Gas' (pt-BR), 'Inspired' (pt-BR), 'Quantitative' (pt-BR), 'QNT' (pt-BR), 'Quant' (pt-BR), 'Quan' (pt-BR), 'Gases' (pt-BR), 'Clinico Gas inalati Punto nel tempo (episodio) Tasso di Volume' (it-IT), 'Количественный Объемная скорость Точка во времени' (ru-RU), 'Момент' (ru-RU), 'ingeademde O2' (nl-NL) or 'O2-Zufuhr' (de-AT) (for the language(s) '--')" }, "diagnostics": "[106,14]", "expression": [ @@ -39900,35 +39210,7 @@ "packages": [ "us.nlm.vsac#0.7.0" ], - "java": { - "outcome": { - "resourceType": "OperationOutcome", - "issue": [ - { - "severity": "information", - "code": "unknown", - "details": { - "text": "The definition for the Code System with URI 'https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html' doesnt provide any codes so the code cannot be validated" - }, - "diagnostics": "[72,22]", - "expression": [ - "QuestionnaireResponse.item[3].item[3].answer[0].value.ofType(Coding)" - ] - }, - { - "severity": "information", - "code": "informational", - "details": { - "text": "Code System unknown, so assuming value set expansion is correct (A definition for CodeSystem 'https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html' version '2022' could not be found, so the code cannot be validated. Valid versions: [3.0.1])" - }, - "diagnostics": "[72,22]", - "expression": [ - "QuestionnaireResponse.item[3].item[3].answer[0]" - ] - } - ] - } - } + "java": {} }, { "name": "xml-bad-entities", @@ -41583,18 +40865,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'expression' in the CodeSystem 'http://hl7.org/fhir/discriminator-type' version '4.0.1'" - }, - "diagnostics": "[19,37]", - "expression": [ - "StructureDefinition.differential.element[0].slicing.discriminator[0].type.code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('expression') was not found in the value set 'DiscriminatorType' (http://hl7.org/fhir/ValueSet/discriminator-type|4.0.1), and a code is required from this value set (error message = The provided code 'http://hl7.org/fhir/discriminator-type#expression' was not found in the value set 'http://hl7.org/fhir/ValueSet/discriminator-type|4.0.1'; Unknown code 'expression' in the CodeSystem 'http://hl7.org/fhir/discriminator-type' version '4.0.1')" + "text": "The value provided ('expression') was not found in the value set 'DiscriminatorType' (http://hl7.org/fhir/ValueSet/discriminator-type|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'expression' in the ValueSet 'http://hl7.org/fhir/ValueSet/discriminator-type|4.0.1'; The provided code '#expression' was not found in the value set 'http://hl7.org/fhir/ValueSet/discriminator-type|4.0.1')" }, "diagnostics": "[19,37]", "expression": [ @@ -41924,26 +41195,8 @@ "name": "attachment-no-tx", "file": "parameters-attachment.json", "version": "4.0", - "no-tx": "true", "description": "see https://github.com/hapifhir/org.hl7.fhir.core/issues/1248", - "java": { - "outcome": { - "resourceType": "OperationOutcome", - "issue": [ - { - "severity": "information", - "code": "code-invalid", - "details": { - "text": "The value provided ('application/octet-stream') could not be validated in the absence of a terminology server" - }, - "diagnostics": "[8,51]", - "expression": [ - "Parameters.parameter[0].value.ofType(Attachment).contentType" - ] - } - ] - } - } + "java": {} }, { "name": "profile-patient-op1", @@ -45592,6 +44845,91 @@ "Bundle.entry[26].resource/*MedicationStatement/68679ef7-8109-4fd2-a360-e11c69806afc*/.dosage[0].doseAndRate[0].type" ] }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose' for http://hl7.org/fhir/sid/cvx#208. Valid display is 'COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose' (for the language(s) 'en-NZ')" + }, + "diagnostics": "[1589,10]", + "expression": [ + "Bundle.entry[27].resource/*Immunization/7f760c0d-ed4c-4f33-ab92-5b3098fca67e*/.vaccineCode.coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose' for http://hl7.org/fhir/sid/cvx#208. Valid display is 'COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose' (for the language(s) 'en-NZ')" + }, + "diagnostics": "[1645,10]", + "expression": [ + "Bundle.entry[28].resource/*Immunization/57a790c1-51bd-4a92-bb93-9de6344da90e*/.vaccineCode.coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'diphtheria, tetanus toxoids and acellular pertussis vaccine' for http://hl7.org/fhir/sid/cvx#20. Valid display is 'DTaP' (for the language(s) 'en-NZ')" + }, + "diagnostics": "[1757,10]", + "expression": [ + "Bundle.entry[30].resource/*Immunization/4d34572b-7f68-49e1-b38d-144d082d5c46*/.vaccineCode.coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'tetanus and diphtheria toxoids, not adsorbed, for adult use' for http://hl7.org/fhir/sid/cvx#138. Valid display is 'Td (adult)' (for the language(s) 'en-NZ')" + }, + "diagnostics": "[1813,10]", + "expression": [ + "Bundle.entry[31].resource/*Immunization/0bdfe5a8-50a3-43f3-ad29-efff5c097cf4*/.vaccineCode.coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "error", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'pneumococcal conjugate vaccine, 13 valent' for http://hl7.org/fhir/sid/cvx#133. Valid display is 'Pneumococcal conjugate PCV 13' (for the language(s) 'en-NZ')" + }, + "diagnostics": "[1869,10]", + "expression": [ + "Bundle.entry[32].resource/*Immunization/cc2a8b26-d4fb-4cb3-823f-f29f5e89734e*/.vaccineCode.coding[0].display" + ] + }, { "severity": "information", "code": "informational", @@ -45713,6 +45051,108 @@ "Bundle.entry[52].resource/*Observation/a8e266ff-fa44-4c4d-802a-657dbbfe8202*/" ] }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server", + "valueUrl": "http://tx-dev.fhir.org/r4" + } + ], + "severity": "warning", + "code": "invalid", + "details": { + "text": "Wrong Display Name 'Former smoker' for http://loinc.org#LA15920-4. Valid display is 'Former smoker' (en-US) (for the language(s) 'en-NZ')" + }, + "diagnostics": "[2930,10]", + "expression": [ + "Bundle.entry[53].resource/*Observation/87555d4c-35dc-45d2-b195-49d75c22e71f*/.value.ofType(CodeableConcept).coding[0].display" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[27].resource/*Immunization/7f760c0d-ed4c-4f33-ab92-5b3098fca67e*/.vaccineCode.coding[0].display: Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose' for http://hl7.org/fhir/sid/cvx#208. Valid display is 'COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose' (for the language(s) 'en-NZ')" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Immunization/7f760c0d-ed4c-4f33-ab92-5b3098fca67e matching against profile http://hl7.org/fhir/StructureDefinition/Immunization|4.0.1" + }, + "diagnostics": "[204,16]", + "expression": [ + "Bundle.entry[0].resource.section[3].entry[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[28].resource/*Immunization/57a790c1-51bd-4a92-bb93-9de6344da90e*/.vaccineCode.coding[0].display: Wrong Display Name 'SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose' for http://hl7.org/fhir/sid/cvx#208. Valid display is 'COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose' (for the language(s) 'en-NZ')" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Immunization/57a790c1-51bd-4a92-bb93-9de6344da90e matching against profile http://hl7.org/fhir/StructureDefinition/Immunization|4.0.1" + }, + "diagnostics": "[207,16]", + "expression": [ + "Bundle.entry[0].resource.section[3].entry[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[30].resource/*Immunization/4d34572b-7f68-49e1-b38d-144d082d5c46*/.vaccineCode.coding[0].display: Wrong Display Name 'diphtheria, tetanus toxoids and acellular pertussis vaccine' for http://hl7.org/fhir/sid/cvx#20. Valid display is 'DTaP' (for the language(s) 'en-NZ')" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Immunization/4d34572b-7f68-49e1-b38d-144d082d5c46 matching against profile http://hl7.org/fhir/StructureDefinition/Immunization|4.0.1" + }, + "diagnostics": "[213,16]", + "expression": [ + "Bundle.entry[0].resource.section[3].entry[3]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[31].resource/*Immunization/0bdfe5a8-50a3-43f3-ad29-efff5c097cf4*/.vaccineCode.coding[0].display: Wrong Display Name 'tetanus and diphtheria toxoids, not adsorbed, for adult use' for http://hl7.org/fhir/sid/cvx#138. Valid display is 'Td (adult)' (for the language(s) 'en-NZ')" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Immunization/0bdfe5a8-50a3-43f3-ad29-efff5c097cf4 matching against profile http://hl7.org/fhir/StructureDefinition/Immunization|4.0.1" + }, + "diagnostics": "[216,16]", + "expression": [ + "Bundle.entry[0].resource.section[3].entry[4]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "Bundle.entry[32].resource/*Immunization/cc2a8b26-d4fb-4cb3-823f-f29f5e89734e*/.vaccineCode.coding[0].display: Wrong Display Name 'pneumococcal conjugate vaccine, 13 valent' for http://hl7.org/fhir/sid/cvx#133. Valid display is 'Pneumococcal conjugate PCV 13' (for the language(s) 'en-NZ')" + } + ], + "severity": "information", + "code": "structure", + "details": { + "text": "Details for Immunization/cc2a8b26-d4fb-4cb3-823f-f29f5e89734e matching against profile http://hl7.org/fhir/StructureDefinition/Immunization|4.0.1" + }, + "diagnostics": "[219,16]", + "expression": [ + "Bundle.entry[0].resource.section[3].entry[5]" + ] + }, { "severity": "information", "code": "informational", @@ -46059,18 +45499,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code 'pe' in the CodeSystem 'http://terminology.hl7.org/CodeSystem/hl7-work-group' version '4.6.0'" - }, - "diagnostics": "[11,25]", - "expression": [ - "SearchParameter.extension[0].value.ofType(code).code" - ] - }, - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The value provided ('pe') was not found in the value set 'HL7Workgroup' (http://hl7.org/fhir/ValueSet/hl7-work-group|4.0.1), and a code is required from this value set (error message = The provided code 'http://terminology.hl7.org/CodeSystem/hl7-work-group#pe' was not found in the value set 'http://hl7.org/fhir/ValueSet/hl7-work-group|4.0.1'; Unknown code 'pe' in the CodeSystem 'http://terminology.hl7.org/CodeSystem/hl7-work-group' version '4.6.0')" + "text": "The value provided ('pe') was not found in the value set 'HL7Workgroup' (http://hl7.org/fhir/ValueSet/hl7-work-group|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'pe' in the ValueSet 'http://hl7.org/fhir/ValueSet/hl7-work-group|4.0.1'; The provided code '#pe' was not found in the value set 'http://hl7.org/fhir/ValueSet/hl7-work-group|4.0.1')" }, "diagnostics": "[11,25]", "expression": [ @@ -46202,7 +45631,7 @@ "severity": "information", "code": "business-rule", "details": { - "text": "Reference to draft CodeSystem urn:iso:std:iso:11073:10101|2022-02-04" + "text": "Reference to draft CodeSystem urn:iso:std:iso:11073:10101|2023-04-26" }, "diagnostics": "[32,4]", "expression": [ @@ -47003,6 +46432,77 @@ } } }, + { + "name": "de-address-example", + "file": "de-address/address-example.xml", + "version": "4.0", + "explanation": "see https://github.com/hapifhir/org.hl7.fhir.core/issues/1564", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "warning", + "code": "structure", + "details": { + "text": "Profile reference 'http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke|1.3' has not been checked because it could not be found, and the validator is set to not fetch unknown profiles" + }, + "diagnostics": "[1,43]", + "expression": [ + "Organization.meta.profile[0]" + ] + } + ] + } + }, + "profile": { + "source": "de-address/Profile-DAV-PR-ERP-Apotheke.xml", + "supporting": [ + "de-address/AD_Base-Apotheke.xml", + "de-address/AD_address-de-basis.xml" + ], + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unknown profile http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta" + }, + "diagnostics": "[3,8]", + "expression": [ + "Organization.meta" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Unknown profile http://fhir.de/StructureDefinition/identifier-iknr" + }, + "diagnostics": "[6,14]", + "expression": [ + "Organization.identifier[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "ValueSet 'http://fhir.abda.de/eRezeptAbgabedaten/ValueSet/DAV-VS-ERP-DEUEV-Anlage-8' not found" + }, + "diagnostics": "[23,23]", + "expression": [ + "Organization.address[0].country" + ] + } + ] + } + } + } + }, { "name": "zzz", "file": "zzz.json", From 9de4ea6931a2598d2c2087207c2aa30630eaf032 Mon Sep 17 00:00:00 2001 From: Grahame Grieve <grahameg@gmail.ccom> Date: Thu, 15 Feb 2024 22:32:53 +1100 Subject: [PATCH 21/58] add tests for case sensitivity on code systems --- ...nsensitive-code1-1-request-parameters.json | 13 +++++ ...sensitive-code1-1-response-parameters.json | 23 +++++++++ ...nsensitive-code1-2-request-parameters.json | 13 +++++ ...sensitive-code1-2-response-parameters.json | 42 +++++++++++++++ ...nsensitive-code1-3-request-parameters.json | 13 +++++ ...sensitive-code1-3-response-parameters.json | 42 +++++++++++++++ ...-sensitive-code1-1-request-parameters.json | 13 +++++ ...sensitive-code1-1-response-parameters.json | 23 +++++++++ ...-sensitive-code1-2-request-parameters.json | 13 +++++ ...sensitive-code1-2-response-parameters.json | 23 +++++++++ ...-sensitive-code1-3-request-parameters.json | 13 +++++ ...sensitive-code1-3-response-parameters.json | 51 +++++++++++++++++++ tx/case/codesystem-case-insensitive.json | 27 ++++++++++ tx/case/codesystem-case-sensitive.json | 27 ++++++++++ tx/case/valueset-case-insensitive.json | 17 +++++++ tx/case/valueset-case-sensitive.json | 17 +++++++ tx/test-cases.json | 42 +++++++++++++++ 17 files changed, 412 insertions(+) create mode 100644 tx/case/case-coding-insensitive-code1-1-request-parameters.json create mode 100644 tx/case/case-coding-insensitive-code1-1-response-parameters.json create mode 100644 tx/case/case-coding-insensitive-code1-2-request-parameters.json create mode 100644 tx/case/case-coding-insensitive-code1-2-response-parameters.json create mode 100644 tx/case/case-coding-insensitive-code1-3-request-parameters.json create mode 100644 tx/case/case-coding-insensitive-code1-3-response-parameters.json create mode 100644 tx/case/case-coding-sensitive-code1-1-request-parameters.json create mode 100644 tx/case/case-coding-sensitive-code1-1-response-parameters.json create mode 100644 tx/case/case-coding-sensitive-code1-2-request-parameters.json create mode 100644 tx/case/case-coding-sensitive-code1-2-response-parameters.json create mode 100644 tx/case/case-coding-sensitive-code1-3-request-parameters.json create mode 100644 tx/case/case-coding-sensitive-code1-3-response-parameters.json create mode 100644 tx/case/codesystem-case-insensitive.json create mode 100644 tx/case/codesystem-case-sensitive.json create mode 100644 tx/case/valueset-case-insensitive.json create mode 100644 tx/case/valueset-case-sensitive.json diff --git a/tx/case/case-coding-insensitive-code1-1-request-parameters.json b/tx/case/case-coding-insensitive-code1-1-request-parameters.json new file mode 100644 index 00000000..166fb3f6 --- /dev/null +++ b/tx/case/case-coding-insensitive-code1-1-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/case-insensitive" + },{ + "name" : "coding", + "valueCoding" : { + "system" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive", + "code" : "code1" + } + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-insensitive-code1-1-response-parameters.json b/tx/case/case-coding-insensitive-code1-1-response-parameters.json new file mode 100644 index 00000000..2852f54d --- /dev/null +++ b/tx/case/case-coding-insensitive-code1-1-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "code1" + }, + { + "name" : "display", + "valueString" : "Display 1" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-insensitive-code1-2-request-parameters.json b/tx/case/case-coding-insensitive-code1-2-request-parameters.json new file mode 100644 index 00000000..f2a174ed --- /dev/null +++ b/tx/case/case-coding-insensitive-code1-2-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/case-insensitive" + },{ + "name" : "coding", + "valueCoding" : { + "system" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive", + "code" : "CODE1" + } + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-insensitive-code1-2-response-parameters.json b/tx/case/case-coding-insensitive-code1-2-response-parameters.json new file mode 100644 index 00000000..35438276 --- /dev/null +++ b/tx/case/case-coding-insensitive-code1-2-response-parameters.json @@ -0,0 +1,42 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "code1" + }, + { + "name" : "display", + "valueString" : "Display 1" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "information", + "code" : "business-rule", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "code-rule" + }], + "text" : "The code 'CODE1' differs from the correct code 'code1' by case. Although the code system 'http://hl7.org/fhir/test/CodeSystem/case-insensitive|0.1.0' is case insensitive, implementers are strongly encouraged to use the correct case anyway" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-insensitive-code1-3-request-parameters.json b/tx/case/case-coding-insensitive-code1-3-request-parameters.json new file mode 100644 index 00000000..0f0a37d0 --- /dev/null +++ b/tx/case/case-coding-insensitive-code1-3-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/case-insensitive" + },{ + "name" : "coding", + "valueCoding" : { + "system" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive", + "code" : "Code1" + } + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-insensitive-code1-3-response-parameters.json b/tx/case/case-coding-insensitive-code1-3-response-parameters.json new file mode 100644 index 00000000..906a22d5 --- /dev/null +++ b/tx/case/case-coding-insensitive-code1-3-response-parameters.json @@ -0,0 +1,42 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "code1" + }, + { + "name" : "display", + "valueString" : "Display 1" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "information", + "code" : "business-rule", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "code-rule" + }], + "text" : "The code 'Code1' differs from the correct code 'code1' by case. Although the code system 'http://hl7.org/fhir/test/CodeSystem/case-insensitive|0.1.0' is case insensitive, implementers are strongly encouraged to use the correct case anyway" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-sensitive-code1-1-request-parameters.json b/tx/case/case-coding-sensitive-code1-1-request-parameters.json new file mode 100644 index 00000000..6d8659b3 --- /dev/null +++ b/tx/case/case-coding-sensitive-code1-1-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/case-sensitive" + },{ + "name" : "coding", + "valueCoding" : { + "system" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive", + "code" : "code1" + } + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-sensitive-code1-1-response-parameters.json b/tx/case/case-coding-sensitive-code1-1-response-parameters.json new file mode 100644 index 00000000..2d01d7dc --- /dev/null +++ b/tx/case/case-coding-sensitive-code1-1-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "code1" + }, + { + "name" : "display", + "valueString" : "lowercase display" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-sensitive-code1-2-request-parameters.json b/tx/case/case-coding-sensitive-code1-2-request-parameters.json new file mode 100644 index 00000000..a3e1b0f4 --- /dev/null +++ b/tx/case/case-coding-sensitive-code1-2-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/case-sensitive" + },{ + "name" : "coding", + "valueCoding" : { + "system" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive", + "code" : "CODE1" + } + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-sensitive-code1-2-response-parameters.json b/tx/case/case-coding-sensitive-code1-2-response-parameters.json new file mode 100644 index 00000000..79ad6d73 --- /dev/null +++ b/tx/case/case-coding-sensitive-code1-2-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "CODE1" + }, + { + "name" : "display", + "valueString" : "UPPERCASE DISPLAY" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-sensitive-code1-3-request-parameters.json b/tx/case/case-coding-sensitive-code1-3-request-parameters.json new file mode 100644 index 00000000..e8ee757b --- /dev/null +++ b/tx/case/case-coding-sensitive-code1-3-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/case-sensitive" + },{ + "name" : "coding", + "valueCoding" : { + "system" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive", + "code" : "Code1" + } + }] +} \ No newline at end of file diff --git a/tx/case/case-coding-sensitive-code1-3-response-parameters.json b/tx/case/case-coding-sensitive-code1-3-response-parameters.json new file mode 100644 index 00000000..9e009364 --- /dev/null +++ b/tx/case/case-coding-sensitive-code1-3-response-parameters.json @@ -0,0 +1,51 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "Code1" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/case-sensitive#Code1' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/case-sensitive|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }, + { + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "invalid-code" + }], + "text" : "Unknown code 'Code1' in the CodeSystem 'http://hl7.org/fhir/test/CodeSystem/case-sensitive' version '0.1.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/case-sensitive#Code1' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/case-sensitive|5.0.0'; Unknown code 'Code1' in the CodeSystem 'http://hl7.org/fhir/test/CodeSystem/case-sensitive' version '0.1.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive" + }] +} \ No newline at end of file diff --git a/tx/case/codesystem-case-insensitive.json b/tx/case/codesystem-case-insensitive.json new file mode 100644 index 00000000..39691da4 --- /dev/null +++ b/tx/case/codesystem-case-insensitive.json @@ -0,0 +1,27 @@ +{ + "resourceType" : "CodeSystem", + "language" : "en", + "id" : "case-insensitive", + "url" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive", + "version" : "0.1.0", + "name" : "CaseInsensitiveTestCodeSystem", + "title" : "Case Insensitive Test Code System", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "caseSensitive" : false, + "content" : "complete", + "concept" : [{ + "code" : "code1", + "display" : "Display 1" + }, + { + "code" : "CoDE1x", + "display" : "Display 1x" + }, + { + "code" : "CODE2", + "display" : "Display 2" + }] +} \ No newline at end of file diff --git a/tx/case/codesystem-case-sensitive.json b/tx/case/codesystem-case-sensitive.json new file mode 100644 index 00000000..53b3ef8b --- /dev/null +++ b/tx/case/codesystem-case-sensitive.json @@ -0,0 +1,27 @@ +{ + "resourceType" : "CodeSystem", + "language" : "en", + "id" : "case-sensitive", + "url" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive", + "version" : "0.1.0", + "name" : "CaseSensitiveTestCodeSystem", + "title" : "Case Sensitive Test Code System", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "caseSensitive" : true, + "content" : "complete", + "concept" : [{ + "code" : "code1", + "display" : "lowercase display" + }, + { + "code" : "CODE1", + "display" : "UPPERCASE DISPLAY" + }, + { + "code" : "CODE2", + "display" : "Other Code" + }] +} \ No newline at end of file diff --git a/tx/case/valueset-case-insensitive.json b/tx/case/valueset-case-insensitive.json new file mode 100644 index 00000000..60cc57c0 --- /dev/null +++ b/tx/case/valueset-case-insensitive.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "ValueSet", + "id" : "case-insensitive", + "url" : "http://hl7.org/fhir/test/ValueSet/case-insensitive", + "version" : "5.0.0", + "name" : "CaseInsensitiveTestValueSet", + "title" : "Case Insensitive Test ValueSet", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/case-insensitive" + }] + } +} \ No newline at end of file diff --git a/tx/case/valueset-case-sensitive.json b/tx/case/valueset-case-sensitive.json new file mode 100644 index 00000000..864b4321 --- /dev/null +++ b/tx/case/valueset-case-sensitive.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "ValueSet", + "id" : "case-sensitive", + "url" : "http://hl7.org/fhir/test/ValueSet/case-sensitive", + "version" : "5.0.0", + "name" : "CaseSensitiveTestValueSet", + "title" : "Case Sensitive Test ValueSet", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/case-sensitive" + }] + } +} \ No newline at end of file diff --git a/tx/test-cases.json b/tx/test-cases.json index 654ee6f8..6ee5b2ec 100644 --- a/tx/test-cases.json +++ b/tx/test-cases.json @@ -994,6 +994,48 @@ "response" : "inactive/validate-inactive-3b-response-parameters.json" } ] + },{ + "name" : "case", + "description" : "Test Case Sensitivity handling", + "setup" : [ "case/codesystem-case-insensitive.json", "case/codesystem-case-sensitive.json", "case/valueset-case-insensitive.json", "case/valueset-case-sensitive.json" ], + "tests" : [ + { + "name" : "case-insensitive-code1-1", + "operation" : "validate-code", + "request" : "case/case-coding-insensitive-code1-1-request-parameters.json", + "response" : "case/case-coding-insensitive-code1-1-response-parameters.json" + }, + { + "name" : "case-insensitive-code1-2", + "operation" : "validate-code", + "request" : "case/case-coding-insensitive-code1-2-request-parameters.json", + "response" : "case/case-coding-insensitive-code1-2-response-parameters.json" + }, + { + "name" : "case-insensitive-code1-3", + "operation" : "validate-code", + "request" : "case/case-coding-insensitive-code1-3-request-parameters.json", + "response" : "case/case-coding-insensitive-code1-3-response-parameters.json" + }, + { + "name" : "case-sensitive-code1-1", + "operation" : "validate-code", + "request" : "case/case-coding-sensitive-code1-1-request-parameters.json", + "response" : "case/case-coding-sensitive-code1-1-response-parameters.json" + }, + { + "name" : "case-sensitive-code1-2", + "operation" : "validate-code", + "request" : "case/case-coding-sensitive-code1-2-request-parameters.json", + "response" : "case/case-coding-sensitive-code1-2-response-parameters.json" + }, + { + "name" : "case-sensitive-code1-3", + "operation" : "validate-code", + "request" : "case/case-coding-sensitive-code1-3-request-parameters.json", + "response" : "case/case-coding-sensitive-code1-3-response-parameters.json" + } + ] },{ "name" : "tx.fhir.org", "mode" : "tx.fhir.org", From 95d9c5b8d764643f716762872d00ef95c7b1305c Mon Sep 17 00:00:00 2001 From: Grahame Grieve <grahameg@gmail.ccom> Date: Mon, 19 Feb 2024 13:32:36 +1100 Subject: [PATCH 22/58] Add normalized-code for when ideal form is different to expressed valid form --- .../case-coding-insensitive-code1-2-response-parameters.json | 5 ++++- .../case-coding-insensitive-code1-3-response-parameters.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tx/case/case-coding-insensitive-code1-2-response-parameters.json b/tx/case/case-coding-insensitive-code1-2-response-parameters.json index 35438276..103bd494 100644 --- a/tx/case/case-coding-insensitive-code1-2-response-parameters.json +++ b/tx/case/case-coding-insensitive-code1-2-response-parameters.json @@ -2,7 +2,7 @@ "resourceType" : "Parameters", "parameter" : [{ "name" : "code", - "valueCode" : "code1" + "valueCode" : "CODE1" }, { "name" : "display", @@ -26,6 +26,9 @@ "expression" : ["Coding.code"] }] } + },{ + "name" : "normalized-code", + "valueCode" : "code1" }, { "name" : "result", diff --git a/tx/case/case-coding-insensitive-code1-3-response-parameters.json b/tx/case/case-coding-insensitive-code1-3-response-parameters.json index 906a22d5..f2f43cb2 100644 --- a/tx/case/case-coding-insensitive-code1-3-response-parameters.json +++ b/tx/case/case-coding-insensitive-code1-3-response-parameters.json @@ -2,7 +2,7 @@ "resourceType" : "Parameters", "parameter" : [{ "name" : "code", - "valueCode" : "code1" + "valueCode" : "Code1" }, { "name" : "display", @@ -26,6 +26,9 @@ "expression" : ["Coding.code"] }] } + },{ + "name" : "normalized-code", + "valueCode" : "code1" }, { "name" : "result", From 553a6c66e7ce802cd081b1d133df32440a098d28 Mon Sep 17 00:00:00 2001 From: Grahame Grieve <grahameg@gmail.ccom> Date: Sun, 25 Feb 2024 18:42:40 +1100 Subject: [PATCH 23/58] Update R5 structure map example for R5 changes to syntax --- r5/structure-mapping/syntax.map | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/r5/structure-mapping/syntax.map b/r5/structure-mapping/syntax.map index 600402d7..28c9d2b2 100644 --- a/r5/structure-mapping/syntax.map +++ b/r5/structure-mapping/syntax.map @@ -1,7 +1,6 @@ -map "http://github.com/FHIR/fhir-test-cases/r5/fml/syntax" = "syntax" - -// Title of this map -// Author +/// url = "http://github.com/FHIR/fhir-test-cases/r5/fml/syntax" +/// name = "syntax" +/// description = "description" uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as source // Source Documentation uses "http://hl7.org/fhir/StructureDefinition/Basic" alias Basic as target // Target Documentation From db2922efc86764595db9f4ececdd984524ef5e3c Mon Sep 17 00:00:00 2001 From: Grahame Grieve <grahameg@gmail.ccom> Date: Sun, 25 Feb 2024 18:43:48 +1100 Subject: [PATCH 24/58] Fix test cases for fixed bug in processing/validating profiles --- tx/requirements.md | 38 +++++++++++++++++++++-- validator/bundle-slice-profile-master.xml | 2 +- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/tx/requirements.md b/tx/requirements.md index f34addf1..adab0c46 100644 --- a/tx/requirements.md +++ b/tx/requirements.md @@ -25,10 +25,10 @@ All systems, need to conform to the following requirements: * The server SHOULD make all the code systems and value sets it supports available through the /CodeSystem and /ValueSet endpoints. * CodeSystems MAY have content = not-present; the tools will not consider this when choosing whether to try using the code system (uses TerminologyCapabilities.codeSystem.uri) -* Note that server does not *have to* make them all available in this fashion +* Note that server does not *have to* make all the code systems it supports available in this fashion * the server SHOULD ensure that all code systems and value sets conform to the Shareable* Profiles * The server need not support history or track or report version tags on the resources (Resource.meta.version) -* Servers SHOULD generally allow multiple resources for the same canonical URL with different Resourve.version, but this is subject to business rules on the server +* Servers SHOULD generally allow multiple resources for the same canonical URL with different Resource.version, but this is subject to business rules on the server * The server does not need to support PUT/POST for any resources, but it can choose to do so * if it allows PUT/POST, it SHOULD only do so for authenticated clients. However it does, it SHALL ensure that it only sends correct results for the code systems for which it is registered as 'authoritative' (see https://github.com/FHIR/ig-registry/blob/master/tx-registry-doco.md) @@ -38,7 +38,37 @@ All code systems and value sets SHALL have a web representation that is appropri The server MAY choose to make this content available at the end-point for the relevant resource. e.g. aa request for {root}/CodeSystem/123 with an ```Accept``` header of 'application/fhir+json' returns the resource, and the same URL with an ```Accept``` header of 'text/html' returns a web page suitable for human consumption. Servers are not required to do this; they MAY choose to make the content available elsewhere. -If the server chooses to make them available elsewhere, it SHALL populate the extension ```http://hl7.org/fhir/tools/StructureDefinition/web-source``` with a valueUrl where the web view can be found. This SHALL be populated when the CodeSystem and ValueSet are read, and also in any $expand of the value set (just for the root valueset in this case). +If the server chooses to make them available elsewhere, it SHALL populate the extension ```http://hl7.org/fhir/tools/StructureDefinition/web-source``` in any resources it makes available with a valueUrl where the web view can be found. This SHALL be populated when the CodeSystem and ValueSet are read, and also in any $expand of the value set (just for the root valueset in this case). + +# Code system support + +* Servers do not need to support any code systems but the ones that they are provisioned to serve internally (including in the txResources parameter - see below) +* Servers SHALL support code system supplements. Servers SHALL not ignore supplements, though they MAY choose to return errors rather than process them correctly +* Servers SHALL support the following properties: + * CodeSystem.caseSensitive + * CodeSystem.valueSet + * CodeSystem.hierarchyMeaning + * CodeSystem.compositional + * CodeSystem.versionNeeded + * CodeSystem.content + * CodeSystem.supplements +* Note that servers can choose to not support all the implied features in that list, but if it does not, it SHALL correctly indicate that it has not by returning appropriate errors or warnings when the features are relevant +* + + + + + +... Σ 0..1 boolean If code comparison is case sensitive +... Σ 0..1 canonical(ValueSet) Canonical reference to the value set with entire code system +... ΣC 0..1 code grouped-by | is-a | part-of | classified-with +Binding: Code System Hierarchy Meaning (Required) +... Σ 0..1 boolean If code system defines a compositional grammar +... versionNeeded Σ 0..1 boolean If definitions are not stable +... content ΣC 1..1 code not-present | example | fragment | complete | supplement +Binding: Code System Content Mode (Required) +... supplements ΣCTU 0..1 canonical(CodeSystem) Canonical URL of Code System this adds designations and properties to + # Common Parameters ($expand and $validate-code) @@ -78,6 +108,8 @@ If the server chooses to make them available elsewhere, it SHALL populate the ex * The server SHALL return an issues parameter when there are issues to return * The server SHALL return system, code and display for the code that it considered valid, along with the version if this is known * The server SHOULD return a x-caused-by-unknown-system parameter for each code system it did not support + * The server SHOULD return a normalized-code parameter where appropriate (e.g. case insensitive code systems, code systems with complex grammars) + * The server SHOULD return an issue with tx issue type ```processing-note``` when it has not fully validated the code e.g. an SCT expression against the MRCM The following extensions should be supported: * http://hl7.org/fhir/StructureDefinition/codesystem-alternate - if code system has alternate codes (TODO: this is subject to further discussion) diff --git a/validator/bundle-slice-profile-master.xml b/validator/bundle-slice-profile-master.xml index d40c51e3..43b3e905 100644 --- a/validator/bundle-slice-profile-master.xml +++ b/validator/bundle-slice-profile-master.xml @@ -73,7 +73,7 @@ <!-- Procedure (base resource) --> <element> <path value="Bundle.entry" /> - <sliceName value="Patient" /> + <sliceName value="Procedure" /> <min value="1"/> <max value="1"/> </element> From d91649e563ceb279b8f38a2dc5a093fd91ddb896 Mon Sep 17 00:00:00 2001 From: Grahame Grieve <grahameg@gmail.ccom> Date: Sun, 25 Feb 2024 18:43:56 +1100 Subject: [PATCH 25/58] Add test case for validating links in resource narratives --- validator/qr-internal-refs.json | 336 ++++++++++++++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 validator/qr-internal-refs.json diff --git a/validator/qr-internal-refs.json b/validator/qr-internal-refs.json new file mode 100644 index 00000000..3fb5449e --- /dev/null +++ b/validator/qr-internal-refs.json @@ -0,0 +1,336 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "adaptive-questionnaireresponse-sdc-example-phq9", + "meta": { + "profile": [ + "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse-adapt" + ] + }, + "contained": [ + { + "resourceType": "Questionnaire", + "id": "contained-adaptive-questionnaire-example-phq9", + "extension": [ + { + "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive", + "valueBoolean": true + } + ], + "item": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", + "valueBoolean": true + } + ], + "linkId": "H1/T1", + "text": "Over the last two weeks, how often have you been bothered by any of the following problems?", + "type": "group", + "item": [ + { + "linkId": "H1/T1/Q1", + "text": "Little interest or pleasure in doing things?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q2", + "text": "Feeling down, depressed, or hopeless?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q3", + "text": "Trouble falling or staying asleep, or sleeping too much?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q4", + "text": "Feeling tired or having little energy?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q5", + "text": "Poor appetite or overeating?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q6", + "text": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q7", + "text": "Trouble concentrating on things, such as reading the newspaper or watching television?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q8", + "text": "Moving or speaking so slowly that other people could gave noticed? Or so fidgety or restless that you have been moving a lot more than usual?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/T1/Q9", + "text": "Thoughts that you would be better off dead, or thoughts of hurting yourself in some way?", + "type": "choice", + "required": true, + "repeats": false, + "answerValueSet": "#VSPHQ9" + }, + { + "linkId": "H1/TS", + "text": "Patient health questionnaire 9 item total score", + "type": "quantity", + "repeats": false, + "readOnly": true + } + ], + "code": [ + { + "code": "44261-6", + "system": "http://loinc.org", + "display": "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]" + } + ] + } + ], + "version": "0.0.1", + "name": "SDCPHQ9", + "title": "Patient Health Questionnaire - 9 Item", + "derivedFrom": [ + "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9" + ], + "status": "draft", + "experimental": true, + "subjectType": [ + "Patient" + ] + }, + { + "resourceType": "ValueSet", + "id": "VSPHQ9", + "meta": { + "profile": [ + "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset" + ] + }, + "compose": { + "include": [ + { + "concept": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 0 + } + ], + "code": "Not-at-all", + "display": "Not at all" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 1 + } + ], + "code": "Several-days", + "display": "Several days" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 2 + } + ], + "code": "More than half the days", + "display": "More than half the days" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "valueDecimal": 3 + } + ], + "code": "Nearly every day", + "display": "Nearly every day" + } + ], + "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9" + } + ] + }, + "url": "http://hl7.org/fhir/uv/sdc/ValueSet/VSPHQ9", + "name": "VSPHQ9", + "status": "draft", + "description": "The answer list for questions addressing the frequency in which patient reports experiencing behaviors that are assessed in the PHQ-9 Questionnaire.", + "immutable": true + } + ], + "identifier": { + "value": "adaptive-questionnaireresponse-example-phq9" + }, + "questionnaire": "#contained-adaptive-questionnaire-example-phq9", + "status": "completed", + "subject": { + "reference": "http://hl7.org/fhir/Patient/proband" + }, + "authored": "2019-08-21T20:36:57.544Z", + "author": { + "reference": "http://hl7.org/fhir/Patient/proband" + }, + "item": [ + { + "linkId": "H1/T1", + "text": "Over the last two weeks, how often have you been bothered by any of the following problems?", + "item": [ + { + "linkId": "H1/T1/Q1", + "text": "Little interest or pleasure in doing things?", + "answer": [ + { + "valueCoding": { + "code": "Not-at-all", + "display": "Not at all" + } + } + ] + }, + { + "linkId": "H1/T1/Q2", + "text": "Feeling down, depressed, or hopeless?", + "answer": [ + { + "valueCoding": { + "code": "Not-at-all", + "display": "Not at all" + } + } + ] + }, + { + "linkId": "H1/T1/Q3", + "text": "Trouble falling or staying asleep, or sleeping too much?", + "answer": [ + { + "valueCoding": { + "code": "Not-at-all", + "display": "Not at all" + } + } + ] + }, + { + "linkId": "H1/T1/Q4", + "text": "Feeling tired or having little energy?", + "answer": [ + { + "valueCoding": { + "code": "Several-days", + "display": "Several days" + } + } + ] + }, + { + "linkId": "H1/T1/Q5", + "text": "Poor appetite or overeating?", + "answer": [ + { + "valueCoding": { + "code": "More than half the days", + "display": "More than half the days" + } + } + ] + }, + { + "linkId": "H1/T1/Q6", + "text": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "answer": [ + { + "valueCoding": { + "code": "Several-days", + "display": "Several days" + } + } + ] + }, + { + "linkId": "H1/T1/Q7", + "text": "Trouble concentrating on things, such as reading the newspaper or watching television?", + "answer": [ + { + "valueCoding": { + "code": "Nearly every day", + "display": "Nearly every day" + } + } + ] + }, + { + "linkId": "H1/T1/Q8", + "text": "Moving or speaking so slowly that other people could gave noticed? Or so fidgety or restless that you have been moving a lot more than usual?", + "answer": [ + { + "valueCoding": { + "code": "More than half the days", + "display": "More than half the days" + } + } + ] + }, + { + "linkId": "H1/T1/Q9", + "text": "Thoughts that you would be better off dead, or thoughts of hurting yourself in some way?", + "answer": [ + { + "valueCoding": { + "code": "Several-days", + "display": "Several days" + } + } + ] + }, + { + "linkId": "H1/TS", + "text": "Patient health questionnaire 9 item total score", + "answer": [ + { + "valueQuantity": { + "value": 13, + "unit": "score" + } + } + ] + } + ] + } + ] +} From 42e537852b9b98e99c113e7279a150f27f98de9f Mon Sep 17 00:00:00 2001 From: Grahame Grieve <grahameg@gmail.ccom> Date: Sun, 25 Feb 2024 18:44:39 +1100 Subject: [PATCH 26/58] Add CDA and FHIR test cases for validating attribute cardinality --- validator/cda-validation-issues.xml | 86 +++++ validator/manifest.json | 552 +++++++++++++++++++++++++++- validator/obs-vs-2.json | 102 +++++ 3 files changed, 736 insertions(+), 4 deletions(-) create mode 100644 validator/cda-validation-issues.xml create mode 100644 validator/obs-vs-2.json diff --git a/validator/cda-validation-issues.xml b/validator/cda-validation-issues.xml new file mode 100644 index 00000000..3ed914cc --- /dev/null +++ b/validator/cda-validation-issues.xml @@ -0,0 +1,86 @@ +<ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc"> + <realmCode /> <!-- code="US" --> + <typeId /> <!-- extension="POCD_HD000040" root="2.16.840.1.113883.1.3" --> + <templateId root="2.16.840.1.113883.10.20.22.1.1" extension="2024-05-01" /> + <templateId root="2.16.840.1.113883.10.20.22.1.15" extension="2024-05-01" /> + <id root="1.2.3" /> + <code codeSystem="2.16.840.1.113883.6.1" /> <!-- @code is 1..1 with required binding--> + <title>Patient Chart Summary + + + + + + + + + + Eve Betterhalf + + + + + + + + + + + + + + Good Health HIE + + + + + + + + + + + + + + Bob + + + + + + + +
+ + + Health Concerns + Empty +
+
+ +
+ + + Goals + Empty +
+
+ +
+ + + Activities + Empty +
+
+
+
+ diff --git a/validator/manifest.json b/validator/manifest.json index b0db82fe..cf8afed7 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -13126,7 +13126,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "Extension.url is required" + "text": "Extension.url is required in order to identify, use and validate the extension" }, "expression": [ "Patient.extension[0]" @@ -13183,11 +13183,22 @@ "severity": "error", "code": "invalid", "details": { - "text": "Extension.url is required" + "text": "Extension.url is required in order to identify, use and validate the extension" }, "expression": [ "Patient.extension[0]" ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Extension.url: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Extension|4.0.1)" + }, + "diagnostics": "[3,14]", + "expression": [ + "Patient.extension[0]" + ] } ] } @@ -13914,7 +13925,7 @@ "severity": "error", "code": "invalid", "details": { - "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-master and slicing is CLOSED: Bundle.entry[0]: Does not match slice 'Patient' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-patient')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-patient, Bundle.entry[0]: Does not match slice 'Obs1' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs1')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs1, Bundle.entry[0]: Does not match slice 'Obs2' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs2')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs2, Bundle.entry[0]: Does not match slice 'Patient' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/StructureDefinition/Procedure')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/StructureDefinition/Procedure|4.0.1" + "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-master and slicing is CLOSED: Bundle.entry[0]: Does not match slice 'Patient' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-patient')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-patient, Bundle.entry[0]: Does not match slice 'Obs1' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs1')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs1, Bundle.entry[0]: Does not match slice 'Obs2' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs2')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/test/StructureDefinition/bundle-slice-profile-obs2, Bundle.entry[0]: Does not match slice 'Procedure' (discriminator: $this.resource.conformsTo('http://hl7.org/fhir/StructureDefinition/Procedure')), Bundle.entry[0]: Details for Bundle matching against profile http://hl7.org/fhir/StructureDefinition/Procedure|4.0.1" }, "diagnostics": "[4,10]", "expression": [ @@ -24750,6 +24761,17 @@ "ClinicalDocument.component.structuredBody.component[1].section.entry[0].observation.classCode" ] }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "ExternalObservation.classCode: minimum required = 1, but only found 0 (from http://hl7.org/cda/stds/core/StructureDefinition/ExternalObservation|2.0.0-sd-ballot)" + }, + "diagnostics": "[171,30]", + "expression": [ + "ClinicalDocument.component.structuredBody.component[1].section.entry[0].observation.reference[0].externalObservation" + ] + }, { "severity": "information", "code": "invalid", @@ -24761,6 +24783,17 @@ "ClinicalDocument.component.structuredBody.component[1].section.entry[1].observation.classCode" ] }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "ExternalObservation.classCode: minimum required = 1, but only found 0 (from http://hl7.org/cda/stds/core/StructureDefinition/ExternalObservation|2.0.0-sd-ballot)" + }, + "diagnostics": "[197,30]", + "expression": [ + "ClinicalDocument.component.structuredBody.component[1].section.entry[1].observation.reference[1].externalObservation" + ] + }, { "severity": "information", "code": "invalid", @@ -24789,6 +24822,17 @@ "ClinicalDocument.component.structuredBody.component[1].section.entry[2].observation.targetSiteCode[0].qualifier[0].name.code" ] }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "ExternalObservation.classCode: minimum required = 1, but only found 0 (from http://hl7.org/cda/stds/core/StructureDefinition/ExternalObservation|2.0.0-sd-ballot)" + }, + "diagnostics": "[221,30]", + "expression": [ + "ClinicalDocument.component.structuredBody.component[1].section.entry[2].observation.reference[0].externalObservation" + ] + }, { "severity": "warning", "code": "code-invalid", @@ -39642,8 +39686,19 @@ "severity": "error", "code": "invalid", "details": { - "text": "Extension.url is required" + "text": "Extension.url is required in order to identify, use and validate the extension" + }, + "expression": [ + "Patient.extension[2]" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Extension.url: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Extension|4.0.1)" }, + "diagnostics": "[10,4]", "expression": [ "Patient.extension[2]" ] @@ -44293,6 +44348,71 @@ } } }, + { + "name": "obs-vs-2", + "file": "obs-vs-2.json", + "description": "Narrative with no xhtml (json)", + "version": "4.0", + "java": { + "outcome": { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "structure", + "details" : { + "text" : "Narrative.div: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Narrative|4.0.1)" + }, + "diagnostics" : "[7,4]", + "expression" : ["Observation.text"] + }, + { + "severity" : "error", + "code" : "structure", + "details" : { + "text" : "The extension http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/NumberOfMeasurementsExt could not be found so is not allowed here" + }, + "diagnostics" : "[10,4]", + "expression" : ["Observation.extension[0]"] + }, + { + "severity" : "information", + "code" : "informational", + "details" : { + "text" : "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 76534-7 was found" + }, + "diagnostics" : "[1,2]", + "expression" : ["Observation"] + }, + { + "severity" : "warning", + "code" : "code-invalid", + "details" : { + "text" : "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#76534-7)" + }, + "diagnostics" : "[23,4]", + "expression" : ["Observation.code"] + }, + { + "severity" : "error", + "code" : "structure", + "details" : { + "text" : "BPCode: magic LOINC code 85354-9 required, but not found (from http://hl7.org/fhir/StructureDefinition/bp|4.0.1). Note that other Observation codes are allowed in addition to this required magic code" + }, + "diagnostics" : "[23,4]", + "expression" : ["Observation.code"] + }, + { + "severity" : "warning", + "code" : "structure", + "details" : { + "text" : "Profile reference 'http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/average-smbp' has not been checked because it could not be found, and the validator is set to not fetch unknown profiles" + }, + "diagnostics" : "[1,2]", + "expression" : ["Observation.meta.profile[0]"] + }] + } + } + }, { "name": "profile-slicing-missing-instance", "file": "profile-slicing-missing-instance.xml", @@ -46503,6 +46623,430 @@ } } }, + { + "name": "qr-internal-refs", + "file": "qr-internal-refs.json", + "version": "4.0", + "explanation": "Internal reference not picked up when validating", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "warning", + "code": "business-rule", + "details": { + "text": "The questionnaire 'http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9' has no derivation type specified using the 'http://hl7.org/fhir/StructureDefinition/questionnaire-derivationType' extension, so derivation has not been checked" + }, + "diagnostics": "[124,90]", + "expression": [ + "QuestionnaireResponse.contained[0]/*Questionnaire/contained-adaptive-questionnaire-example-phq9*/.derivedFrom[0]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "When HL7 is publishing a resource, the owning committee must be stated using the http://hl7.org/fhir/StructureDefinition/structuredefinition-wg extension" + }, + "diagnostics": "[132,6]", + "expression": [ + "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[0].extension[0]: Does not match slice 'conceptLabel' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-label' in url)); QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[0].extension[0]: Does not match slice 'conceptConceptOrder' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder' in url))" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset|3.0.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[146,20]", + "expression": [ + "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[0].extension[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[1].extension[0]: Does not match slice 'conceptLabel' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-label' in url)); QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[1].extension[0]: Does not match slice 'conceptConceptOrder' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder' in url))" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset|3.0.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[156,20]", + "expression": [ + "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[1].extension[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[2].extension[0]: Does not match slice 'conceptLabel' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-label' in url)); QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[2].extension[0]: Does not match slice 'conceptConceptOrder' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder' in url))" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset|3.0.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[166,20]", + "expression": [ + "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[2].extension[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", + "valueString": "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[3].extension[0]: Does not match slice 'conceptLabel' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-label' in url)); QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[3].extension[0]: Does not match slice 'conceptConceptOrder' (discriminator: ('http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder' in url))" + } + ], + "severity": "information", + "code": "informational", + "details": { + "text": "This element does not match any known slice defined in the profile http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset|3.0.0 (this may not be a problem, but you should check that it's not intended to match a slice)" + }, + "diagnostics": "[176,20]", + "expression": [ + "QuestionnaireResponse.contained[1]/*ValueSet/VSPHQ9*/.compose.include[0].concept[3].extension[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[218,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[0].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[230,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[1].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[242,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[2].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[254,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[3].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[266,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[4].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[278,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[5].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[290,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[6].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[302,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[7].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[314,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[8].answer[0].value.ofType(Coding)" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[218,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[0].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[230,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[1].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[242,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[2].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[254,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[3].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[266,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[4].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[278,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[5].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[290,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[6].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[302,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[7].answer[0]" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Coding has no system. A code with no system has no defined meaning, and it cannot be validated. A system should be provided" + }, + "diagnostics": "[314,16]", + "expression": [ + "QuestionnaireResponse.item[0].item[8].answer[0]" + ] + } + ] + } + } + }, + { + "name": "cda-validation-issues", + "file": "cda-validation-issues.xml", + "allowed-extension-domain": "http://hl7.org/fhir/ccda/StructureDefinition/", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "fatal", + "code": "structure", + "details": { + "text": "This content cannot be parsed (unknown or unrecognized XML Root element namespace/name 'urn:hl7-org:v3::ClinicalDocument')" + }, + "diagnostics": "[1,72]", + "expression": [ + "ClinicalDocument" + ] + } + ] + } + }, + "logical": { + "packages": [ + "hl7.cda.uv.core#current" + ], + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "ClinicalDocument.typeId.root: minimum required = 1, but only found 0 (from http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument|2.0.0-sd-ballot)" + }, + "diagnostics": "[3,13]", + "expression": [ + "ClinicalDocument.typeId" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "ClinicalDocument.typeId.extension: minimum required = 1, but only found 0 (from http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument|2.0.0-sd-ballot)" + }, + "diagnostics": "[3,13]", + "expression": [ + "ClinicalDocument.typeId" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Performer1.typeCode: minimum required = 1, but only found 0 (from http://hl7.org/cda/stds/core/StructureDefinition/Performer1|2.0.0-sd-ballot)" + }, + "diagnostics": "[50,18]", + "expression": [ + "ClinicalDocument.documentationOf[0].serviceEvent.performer[0]" + ] + }, + { + "severity": "information", + "code": "invalid", + "details": { + "text": "The CDA Template 2.16.840.1.113883.10.20.22.2.58 / 2015-08-01 is not known" + }, + "diagnostics": "[61,34]", + "expression": [ + "ClinicalDocument.component.structuredBody.component[0].section" + ] + }, + { + "severity": "information", + "code": "invalid", + "details": { + "text": "The CDA Template 2.16.840.1.113883.10.20.22.2.60 is not known" + }, + "diagnostics": "[69,34]", + "expression": [ + "ClinicalDocument.component.structuredBody.component[1].section" + ] + }, + { + "severity": "information", + "code": "invalid", + "details": { + "text": "The CDA Template 2.16.840.1.113883.10.20.21.2.3 / 2015-08-01 is not known" + }, + "diagnostics": "[77,34]", + "expression": [ + "ClinicalDocument.component.structuredBody.component[2].section" + ] + }, + { + "severity": "information", + "code": "invalid", + "details": { + "text": "The CDA Template 2.16.840.1.113883.10.20.22.1.1 / 2024-05-01 is not known" + }, + "diagnostics": "[1,72]", + "expression": [ + "ClinicalDocument" + ] + }, + { + "severity": "information", + "code": "invalid", + "details": { + "text": "The CDA Template 2.16.840.1.113883.10.20.22.1.15 / 2024-05-01 is not known" + }, + "diagnostics": "[1,72]", + "expression": [ + "ClinicalDocument" + ] + } + ] + } + } + } + }, { "name": "zzz", "file": "zzz.json", diff --git a/validator/obs-vs-2.json b/validator/obs-vs-2.json new file mode 100644 index 00000000..d68df32b --- /dev/null +++ b/validator/obs-vs-2.json @@ -0,0 +1,102 @@ +{ + "resourceType" : "Observation", + "id" : "AverageSMBP-example", + "meta" : { + "profile" : ["http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/average-smbp"] + }, + "text" : { + "status" : "extensions" + }, + "extension" : [{ + "url" : "http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/NumberOfMeasurementsExt", + "valueQuantity" : { + "value" : 7 + } + }], + "status" : "final", + "category" : [{ + "coding" : [{ + "system" : "http://terminology.hl7.org/CodeSystem/observation-category", + "code" : "vital-signs" + }] + }], + "code" : { + "coding" : [{ + "system" : "http://loinc.org", + "code" : "76534-7", + "display" : "Systolic blood pressure by Noninvasive" + }] + }, + "subject" : { + "reference" : "Patient/patient-example-Sally-Sue" + }, + "effectiveDateTime" : "2023-03-01T06:00:00-06:00", + "issued" : "2023-03-02T20:12:29-06:00", + "performer" : [{ + "reference" : "Practitioner/practitioner-example-Mary-Hill" + }], + "bodySite" : { + "coding" : [{ + "system" : "http://snomed.info/sct", + "code" : "723961002", + "display" : "Structure of left brachial artery (body structure)" + }] + }, + "device" : { + "reference" : "Device/example-smbp-device" + }, + "derivedFrom" : [{ + "reference" : "Observation/SMBP-FirstAM-Measurement-Day1" + }, + { + "reference" : "Observation/SMBP-SecondAM-Measurement-Day1" + }, + { + "reference" : "Observation/SMBP-FirstPM-Measurement-Day1" + }, + { + "reference" : "Observation/SMBP-SecondPM-Measurement-Day1" + }, + { + "reference" : "Observation/SMBP-FirstAM-Measurement-Day2" + }, + { + "reference" : "Observation/SMBP-SecondAM-Measurement-Day2" + }, + { + "reference" : "Observation/SMBP-FirstPM-Measurement-Day2" + }, + { + "reference" : "Observation/SMBP-SecondPM-Measurement-Day2" + }], + "component" : [{ + "code" : { + "coding" : [{ + "system" : "http://loinc.org", + "code" : "8480-6", + "display" : "Systolic blood pressure" + }] + }, + "valueQuantity" : { + "value" : 136, + "unit" : "mm[Hg]", + "system" : "http://unitsofmeasure.org", + "code" : "mm[Hg]" + } + }, + { + "code" : { + "coding" : [{ + "system" : "http://loinc.org", + "code" : "8462-4", + "display" : "Diastolic blood pressure" + }] + }, + "valueQuantity" : { + "value" : 86, + "unit" : "mm[Hg]", + "system" : "http://unitsofmeasure.org", + "code" : "mm[Hg]" + } + }] +} \ No newline at end of file From 6c1448ee61b821ad9b40ed8157af52e231856b86 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sun, 25 Feb 2024 18:45:14 +1100 Subject: [PATCH 27/58] release notes --- RELEASE_NOTES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29b..4b4463e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1,15 @@ +* Add normalized-code for when ideal form is different to expressed valid form +* Add tests for case sensitivity on code systems +* Add test case for #1564 (in core) +* Change to how code inference works when value set includes a single code system +* Fix test case for change to interpretation of Observation Profile wrt average blood pressure +* Add more cross-version test cases +* Replace dom-3 with manually written code (better and faster testing) - add test cases for corner cases +* Tests for constraints on the wrong profile +* Fix bug where constraints are copied over to bundle profile wrongly +* Fix broken links rendering profiles +* Update R5 structure map example for R5 changes to syntax +* Fix test cases for fixed bug in processing/validating profiles +* Add test case for validating links in resource narratives +* Add CDA and FHIR test cases for validating attribute cardinality + From b6ee9925b03e44b444a277856c926ec86e9f0685 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sun, 25 Feb 2024 22:53:59 +1100 Subject: [PATCH 28/58] split between R4B and R5 test cases --- r4b/structure-mapping/ActivityDefinition.map | 64 +++++++++++++++++++ r4b/structure-mapping/cast.map | 20 ++++++ r4b/structure-mapping/manifest.xml | 13 ++++ r4b/structure-mapping/qr.json | 40 ++++++++++++ r4b/structure-mapping/qr2cda-eval-res.xml | 5 ++ r4b/structure-mapping/qr2cda-eval.json | 50 +++++++++++++++ r4b/structure-mapping/qr2cda-eval.map | 8 +++ r4b/structure-mapping/qr2cda-res.xml | 5 ++ r4b/structure-mapping/qr2cda.map | 8 +++ r4b/structure-mapping/qr2cdaxsi-res.xml | 5 ++ r4b/structure-mapping/qr2cdaxsi.map | 9 +++ .../qr2pat-assignment-res.json | 4 ++ r4b/structure-mapping/qr2pat-assignment.map | 8 +++ .../qr2pat-gender-conformstoqr.map | 10 +++ r4b/structure-mapping/qr2pat-gender-res.json | 4 ++ r4b/structure-mapping/qr2pat-gender.map | 12 ++++ .../qr2pat-humannameshared-res.json | 8 +++ .../qr2pat-humannameshared.map | 26 ++++++++ .../qr2pat-humannametwice-res.json | 10 +++ .../qr2pat-humannametwice.map | 26 ++++++++ r4b/structure-mapping/qr2reference-res.json | 8 +++ r4b/structure-mapping/qr2reference.map | 8 +++ r4b/structure-mapping/qrext.json | 22 +++++++ r4b/structure-mapping/syntax.map | 24 +++++++ 24 files changed, 397 insertions(+) create mode 100644 r4b/structure-mapping/ActivityDefinition.map create mode 100644 r4b/structure-mapping/cast.map create mode 100644 r4b/structure-mapping/manifest.xml create mode 100644 r4b/structure-mapping/qr.json create mode 100644 r4b/structure-mapping/qr2cda-eval-res.xml create mode 100644 r4b/structure-mapping/qr2cda-eval.json create mode 100644 r4b/structure-mapping/qr2cda-eval.map create mode 100644 r4b/structure-mapping/qr2cda-res.xml create mode 100644 r4b/structure-mapping/qr2cda.map create mode 100644 r4b/structure-mapping/qr2cdaxsi-res.xml create mode 100644 r4b/structure-mapping/qr2cdaxsi.map create mode 100644 r4b/structure-mapping/qr2pat-assignment-res.json create mode 100644 r4b/structure-mapping/qr2pat-assignment.map create mode 100644 r4b/structure-mapping/qr2pat-gender-conformstoqr.map create mode 100644 r4b/structure-mapping/qr2pat-gender-res.json create mode 100644 r4b/structure-mapping/qr2pat-gender.map create mode 100644 r4b/structure-mapping/qr2pat-humannameshared-res.json create mode 100644 r4b/structure-mapping/qr2pat-humannameshared.map create mode 100644 r4b/structure-mapping/qr2pat-humannametwice-res.json create mode 100644 r4b/structure-mapping/qr2pat-humannametwice.map create mode 100644 r4b/structure-mapping/qr2reference-res.json create mode 100644 r4b/structure-mapping/qr2reference.map create mode 100644 r4b/structure-mapping/qrext.json create mode 100644 r4b/structure-mapping/syntax.map diff --git a/r4b/structure-mapping/ActivityDefinition.map b/r4b/structure-mapping/ActivityDefinition.map new file mode 100644 index 00000000..421b9a3d --- /dev/null +++ b/r4b/structure-mapping/ActivityDefinition.map @@ -0,0 +1,64 @@ +map "http://hl7.org/fhir/StructureMap/ActivityDefinition3to4" = "R3 to R4 Conversions for ActivityDefinition" + +uses "http://hl7.org/fhir/3.0/StructureDefinition/ActivityDefinition" alias ActivityDefinitionR3 as source +uses "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" alias ActivityDefinition as target + +imports "http://hl7.org/fhir/StructureMap/*3to4" + +group ActivityDefinition(source src : ActivityDefinitionR3, target tgt : ActivityDefinition) extends DomainResource <> { + src.url -> tgt.url; + src.identifier -> tgt.identifier; + src.version -> tgt.version; + src.name -> tgt.name; + src.title -> tgt.title; + src.subtitle -> tgt.subtitle; + src.status -> tgt.status; + src.experimental -> tgt.experimental; + src.subject -> tgt.subject; + src.date -> tgt.date; + src.publisher -> tgt.publisher; + src.contact -> tgt.contact; + src.description -> tgt.description; + src.useContext -> tgt.useContext; + src.jurisdiction -> tgt.jurisdiction; + src.purpose -> tgt.purpose; + src.usage -> tgt.usage; + src.copyright -> tgt.copyright; + src.approvalDate -> tgt.approvalDate; + src.lastReviewDate -> tgt.lastReviewDate; + src.effectivePeriod -> tgt.effectivePeriod; + src.topic -> tgt.topic; + src.contributor as vs where type = 'author' -> tgt.author as vt then Contributor(vs, vt); + src.contributor as vs where type = 'editor' -> tgt.editor as vt then Contributor(vs, vt); + src.contributor as vs where type = 'reviewer' -> tgt.reviewer as vt then Contributor(vs, vt); + src.contributor as vs where type = 'endorser' -> tgt.endorser as vt then Contributor(vs, vt); + src.relatedArtifact -> tgt.relatedArtifact; + src.library -> tgt.library; + src.kind as v -> tgt.kind = translate(v, 'http://hl7.org/fhir/StructureMap/ConceptMaps3to4#ResourceTypeMap', 'code'); + src.code -> tgt.code; + src.doNotPerform -> tgt.doNotPerform; + src.timing -> tgt.timing; + src.location -> tgt.location; + src.participant as s -> tgt.participant as t then ActivityDefinitionParticipant(s, t); + src.product -> tgt.product; + src.quantity -> tgt.quantity; + src.dosage -> tgt.dosage; + src.bodySite -> tgt.bodySite; + src.specimenRequirement -> tgt.specimenRequirement; + src.transform -> tgt.transform; + src.dynamicValue as s -> tgt.dynamicValue as t then ActivityDefinitionDynamicValue(s, t); +} + +group ActivityDefinitionParticipant(source src, target tgt) extends BackboneElement { + src.type -> tgt.type; + src.role -> tgt.role; +} + +group ActivityDefinitionDynamicValue(source src, target tgt) extends BackboneElement { + src.path -> tgt.path; + src as vs where vs.type.exists().not() -> tgt.expression = create('Expression') as vt then { + vs.description -> vt.description; + vs.language -> vt.language; + vs.expression -> vt.expression; + } "expression"; +} diff --git a/r4b/structure-mapping/cast.map b/r4b/structure-mapping/cast.map new file mode 100644 index 00000000..eb8a72b2 --- /dev/null +++ b/r4b/structure-mapping/cast.map @@ -0,0 +1,20 @@ +map "http://ahdis.ch/matchbox/fml/cast" = "cast" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Observation" alias Observation as target + +group qrtocobs(source src : QuestionnaireResponse, target tgt : Observation) { + src.extension as ext where (url = 'urn:implicitstring') then { + ext.value as value -> tgt.extension as ext, ext.url="urn:implicitstring", ext.value = value "item"; + } "implictstring"; + src.extension as ext where (url = 'urn:explicitstring') then { + ext.value as value -> tgt.extension as ext, ext.url="urn:explicitstring", ext.value = cast(value,'string') "item"; + } "implictstring"; + src.extension as ext where (url = 'urn:positiveInt') then { + ext.value as value -> tgt.extension as ext, ext.url="urn:positiveInt", ext.value = value "item"; + } "positiveInt"; + src.extension as ext where (url = 'urn:positiveIntString') then { + ext.value as value -> tgt.extension as ext, ext.url="urn:positiveIntString", ext.value = cast(value,'positiveInt') "item"; + } "positiveInt"; +} + diff --git a/r4b/structure-mapping/manifest.xml b/r4b/structure-mapping/manifest.xml new file mode 100644 index 00000000..a366d73b --- /dev/null +++ b/r4b/structure-mapping/manifest.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/r4b/structure-mapping/qr.json b/r4b/structure-mapping/qr.json new file mode 100644 index 00000000..5f43449f --- /dev/null +++ b/r4b/structure-mapping/qr.json @@ -0,0 +1,40 @@ +{ + "id" : "12345", + "resourceType": "QuestionnaireResponse", + "status": "in-progress", + "item": [ + { + "linkId": "patient", + "text": "Patient", + "item": [ + { + "linkId": "patient.lastname", + "text": "Name", + "answer": [ + { + "valueString": "Brönnimann-Bertholet" + } + ] + }, + { + "linkId": "patient.firstname", + "text": "Vorname", + "answer": [ + { + "valueString": "Elisabeth" + } + ] + }, + { + "linkId": "patient.sex", + "text": "Geschlecht", + "answer": [ + { + "valueString": "female" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2cda-eval-res.xml b/r4b/structure-mapping/qr2cda-eval-res.xml new file mode 100644 index 00000000..a5654860 --- /dev/null +++ b/r4b/structure-mapping/qr2cda-eval-res.xml @@ -0,0 +1,5 @@ + + + + Hello CDA + \ No newline at end of file diff --git a/r4b/structure-mapping/qr2cda-eval.json b/r4b/structure-mapping/qr2cda-eval.json new file mode 100644 index 00000000..b6048068 --- /dev/null +++ b/r4b/structure-mapping/qr2cda-eval.json @@ -0,0 +1,50 @@ +{ + "resourceType" : "StructureMap", + "url" : "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2cda", + "name" : "qr2cda", + "structure" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "mode" : "source", + "alias" : "QuestionnaireResponse" + }, + { + "url" : "http://hl7.org/fhir/cdatest/StructureDefinition/ClinicalDocument", + "mode" : "target", + "alias" : "ClinicalDocument" + }], + "group" : [{ + "name" : "QuestionnaireResponse", + "input" : [{ + "name" : "src", + "type" : "QuestionnaireResponse", + "mode" : "source" + }, + { + "name" : "tgt", + "type" : "ClinicalDocument", + "mode" : "target" + }], + "rule" : [{ + "name" : "eval", + "source" : [{ + "context" : "src" + }], + "target" : [{ + "context" : "tgt", + "element" : "title", + "variable" : "title" + }, + { + "context" : "title", + "element" : "data", + "transform" : "evaluate", + "parameter" : [{ + "valueId" : "src" + }, + { + "valueString" : "iif(src.is(QuestionnaireResponse), 'Hello CDA', 'badbadbad')" + }] + }] + }] + }] +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2cda-eval.map b/r4b/structure-mapping/qr2cda-eval.map new file mode 100644 index 00000000..83818a1b --- /dev/null +++ b/r4b/structure-mapping/qr2cda-eval.map @@ -0,0 +1,8 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2cda" = "qr2cda" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/cdatest/StructureDefinition/ClinicalDocument" alias ClinicalDocument as target + +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : ClinicalDocument) { + src -> tgt.title as title, title.data= evaluate(src, iif(src.is(QuestionnaireResponse),"Hello CDA","badbadbad")) "eval"; +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2cda-res.xml b/r4b/structure-mapping/qr2cda-res.xml new file mode 100644 index 00000000..a5654860 --- /dev/null +++ b/r4b/structure-mapping/qr2cda-res.xml @@ -0,0 +1,5 @@ + + + + Hello CDA + \ No newline at end of file diff --git a/r4b/structure-mapping/qr2cda.map b/r4b/structure-mapping/qr2cda.map new file mode 100644 index 00000000..e04ec289 --- /dev/null +++ b/r4b/structure-mapping/qr2cda.map @@ -0,0 +1,8 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2cda" = "qr2cda" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/cdatest/StructureDefinition/ClinicalDocument" alias ClinicalDocument as target + +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : ClinicalDocument) { + src -> tgt.title as title, title.data = 'Hello CDA' "hellocda"; +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2cdaxsi-res.xml b/r4b/structure-mapping/qr2cdaxsi-res.xml new file mode 100644 index 00000000..1dfbd8b7 --- /dev/null +++ b/r4b/structure-mapping/qr2cdaxsi-res.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/r4b/structure-mapping/qr2cdaxsi.map b/r4b/structure-mapping/qr2cdaxsi.map new file mode 100644 index 00000000..757b42c6 --- /dev/null +++ b/r4b/structure-mapping/qr2cdaxsi.map @@ -0,0 +1,9 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2cdaxsi" = "qr2cdaxsi" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/cdatest/StructureDefinition/ClinicalDocument" alias ClinicalDocument as target +uses "http://hl7.org/fhir/cdatest/StructureDefinition/CD" alias CD as target + +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : ClinicalDocument) { + src -> tgt.code as code, code.code = "1", code.translation = create('CD') as translation, translation.code="1" "codes"; +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2pat-assignment-res.json b/r4b/structure-mapping/qr2pat-assignment-res.json new file mode 100644 index 00000000..c2955357 --- /dev/null +++ b/r4b/structure-mapping/qr2pat-assignment-res.json @@ -0,0 +1,4 @@ +{ + "resourceType" : "Patient", + "gender" : "female" +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2pat-assignment.map b/r4b/structure-mapping/qr2pat-assignment.map new file mode 100644 index 00000000..79ddfb89 --- /dev/null +++ b/r4b/structure-mapping/qr2pat-assignment.map @@ -0,0 +1,8 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2patassignment" = "qr2patassignment" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as target + +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : Patient) { + src -> tgt.gender = 'female' "Simple Assignment"; +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2pat-gender-conformstoqr.map b/r4b/structure-mapping/qr2pat-gender-conformstoqr.map new file mode 100644 index 00000000..7171d8fa --- /dev/null +++ b/r4b/structure-mapping/qr2pat-gender-conformstoqr.map @@ -0,0 +1,10 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2pat-gender-conformstoqr" = "qr2pat-gender-conformstoqr" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as target + +// we want to check if source conformsTo works +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : Patient) { + src where conformsTo('http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse')-> tgt as patient, patient.gender = 'female' "conformsToCheck"; +} + diff --git a/r4b/structure-mapping/qr2pat-gender-res.json b/r4b/structure-mapping/qr2pat-gender-res.json new file mode 100644 index 00000000..c2955357 --- /dev/null +++ b/r4b/structure-mapping/qr2pat-gender-res.json @@ -0,0 +1,4 @@ +{ + "resourceType" : "Patient", + "gender" : "female" +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2pat-gender.map b/r4b/structure-mapping/qr2pat-gender.map new file mode 100644 index 00000000..ee25265c --- /dev/null +++ b/r4b/structure-mapping/qr2pat-gender.map @@ -0,0 +1,12 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2patgender" = "qr2patgender" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as target + +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : Patient) { + src.item as item -> tgt as patient then item(item, patient); +} + +group item(source src, target tgt: Patient) { + src.item as item where linkId.value in ('patient.sex') -> tgt.gender = (item.answer.valueString); +} diff --git a/r4b/structure-mapping/qr2pat-humannameshared-res.json b/r4b/structure-mapping/qr2pat-humannameshared-res.json new file mode 100644 index 00000000..240a91c6 --- /dev/null +++ b/r4b/structure-mapping/qr2pat-humannameshared-res.json @@ -0,0 +1,8 @@ +{ + "resourceType" : "Patient", + "name" : [{ + "family" : "Brönnimann-Bertholet", + "given" : ["Elisabeth"] + }], + "gender" : "female" +} diff --git a/r4b/structure-mapping/qr2pat-humannameshared.map b/r4b/structure-mapping/qr2pat-humannameshared.map new file mode 100644 index 00000000..178a5d65 --- /dev/null +++ b/r4b/structure-mapping/qr2pat-humannameshared.map @@ -0,0 +1,26 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2pathumannameshared" = "qr2pathumannametwice" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as target + +group entry(source src : QuestionnaireResponse, target tgt : Patient) { + src.item as item then item(item, tgt); +} + +group item(source src, target tgt) { + src.item as item then item(item, tgt); + src.item as item where linkId.value = 'patient.lastname' -> tgt.name as name share patientName then humanNameFamily(item, name); + src.item as item where linkId.value = 'patient.firstname' -> tgt.name as name share patientName then humanNameGiven(item, name); + src.item as item where linkId.value = 'patient.sex' -> tgt.gender = (item.answer.valueString); +} + +group humanNameFamily(source src, target tgt: HumanName) { + src.answer as answer -> tgt.family = (answer.valueString); +} +group humanNameGiven(source src, target tgt: HumanName) { + src.answer as answer -> tgt.given = (answer.valueString); +} + +group administrativeGender(source src, target tgt: code) { + src.answer as answer -> tgt = (answer.valueString); +} diff --git a/r4b/structure-mapping/qr2pat-humannametwice-res.json b/r4b/structure-mapping/qr2pat-humannametwice-res.json new file mode 100644 index 00000000..9d9bab7d --- /dev/null +++ b/r4b/structure-mapping/qr2pat-humannametwice-res.json @@ -0,0 +1,10 @@ +{ + "resourceType" : "Patient", + "name" : [{ + "family" : "Brönnimann-Bertholet" + }, + { + "given" : ["Elisabeth"] + }], + "gender" : "female" +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2pat-humannametwice.map b/r4b/structure-mapping/qr2pat-humannametwice.map new file mode 100644 index 00000000..6de8b3c8 --- /dev/null +++ b/r4b/structure-mapping/qr2pat-humannametwice.map @@ -0,0 +1,26 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2pathumannametwice" = "qr2pathumannametwice" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as target + +group entry(source src : QuestionnaireResponse, target tgt : Patient) { + src.item as item then item(item, tgt); +} + +group item(source src, target tgt) { + src.item as item then item(item, tgt); + src.item as item where linkId.value = 'patient.lastname' -> tgt.name as name then humanNameFamily(item, name); + src.item as item where linkId.value = 'patient.firstname' -> tgt.name as name then humanNameGiven(item, name); + src.item as item where linkId.value = 'patient.sex' -> tgt.gender = (item.answer.valueString); +} + +group humanNameFamily(source src, target tgt: HumanName) { + src.answer as answer -> tgt.family = (answer.valueString); +} +group humanNameGiven(source src, target tgt: HumanName) { + src.answer as answer -> tgt.given = (answer.valueString); +} + +group administrativeGender(source src, target tgt: code) { + src.answer as answer -> tgt = (answer.valueString); +} diff --git a/r4b/structure-mapping/qr2reference-res.json b/r4b/structure-mapping/qr2reference-res.json new file mode 100644 index 00000000..79b8759d --- /dev/null +++ b/r4b/structure-mapping/qr2reference-res.json @@ -0,0 +1,8 @@ +{ + "resourceType" : "Basic", + "extension" : [{ + "valueReference" : { + "reference" : "QuestionnaireResponse/12345" + } + }] +} \ No newline at end of file diff --git a/r4b/structure-mapping/qr2reference.map b/r4b/structure-mapping/qr2reference.map new file mode 100644 index 00000000..85942f9c --- /dev/null +++ b/r4b/structure-mapping/qr2reference.map @@ -0,0 +1,8 @@ +map "http://github.com/hapifhir/org.hl7.fhir.core/org.hl7.fhir.r4.tests/qr2reference" = "qr2reference" + +uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QuestionnaireResponse as source +uses "http://hl7.org/fhir/StructureDefinition/Basic" alias Basic as target + +group QuestionnaireResponse(source src : QuestionnaireResponse, target tgt : Basic) { + src -> tgt.extension as ext, ext.value = create('Reference') as reference, reference.reference = reference(src) "value"; +} \ No newline at end of file diff --git a/r4b/structure-mapping/qrext.json b/r4b/structure-mapping/qrext.json new file mode 100644 index 00000000..7b83f160 --- /dev/null +++ b/r4b/structure-mapping/qrext.json @@ -0,0 +1,22 @@ +{ + "resourceType": "QuestionnaireResponse", + "extension": [ + { + "url": "urn:implicitstring", + "valueString": "implicit" + }, + { + "url": "urn:explicitstring", + "valueString": "explicit" + }, + { + "url": "urn:positiveIntString", + "valueString": "2147483647" + }, + { + "url": "urn:positiveInt", + "valuePositiveInt": "2147483647" + } + ], + "id": "qrpatientsexeresponse" + } \ No newline at end of file diff --git a/r4b/structure-mapping/syntax.map b/r4b/structure-mapping/syntax.map new file mode 100644 index 00000000..600402d7 --- /dev/null +++ b/r4b/structure-mapping/syntax.map @@ -0,0 +1,24 @@ +map "http://github.com/FHIR/fhir-test-cases/r5/fml/syntax" = "syntax" + +// Title of this map +// Author + +uses "http://hl7.org/fhir/StructureDefinition/Patient" alias Patient as source // Source Documentation +uses "http://hl7.org/fhir/StructureDefinition/Basic" alias Basic as target // Target Documentation + +// Groups +// rule for patient group +group Patient(source src : Patient, target tgt : Basic) { + // Comment to rule + src -> tgt.extension as ext, ext.value = create('Reference') as reference, reference.reference = reference(src) "value"; + // Copy identifier short syntax + src.identifier -> tgt.identifer; + // FHIR Path expression + // ('urn:uuid:' + r.lower()) + src -> tgt.identifer as ext, ext.system = ('urn:uuid:' + r.lower()) "rootuuid"; +} + +// Patient2Patient ropt +group Patient2Patient(source src : Patient, target tgt : Patient) { + src.identifier -> tgt.identifier; +} \ No newline at end of file From 5dd73ab04d3452e4614f6a35385f7c41cc7d7329 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 28 Feb 2024 12:16:30 +1100 Subject: [PATCH 29/58] Add test cases for invalid JSON (value on primitives) that wasn't being caught --- RELEASE_NOTES.md | 2 +- validator/Observation-ex-pain.json | 8 + validator/Observation-ex-pain.xml | 7 + validator/manifest.json | 227 ++++++++++++++++++++++------- 4 files changed, 188 insertions(+), 56 deletions(-) create mode 100644 validator/Observation-ex-pain.json create mode 100644 validator/Observation-ex-pain.xml diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4b4463e0..a5b57a1c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,4 +12,4 @@ * Fix test cases for fixed bug in processing/validating profiles * Add test case for validating links in resource narratives * Add CDA and FHIR test cases for validating attribute cardinality - +* Add test cases for invalid JSON (value on primitives) that wasn't being caught diff --git a/validator/Observation-ex-pain.json b/validator/Observation-ex-pain.json new file mode 100644 index 00000000..f514f6d7 --- /dev/null +++ b/validator/Observation-ex-pain.json @@ -0,0 +1,8 @@ +{ + "resourceType": "Observation", + "id": "ex-pain", + "status": "final", + "_valueInteger": { + "value": 0 + } +} diff --git a/validator/Observation-ex-pain.xml b/validator/Observation-ex-pain.xml new file mode 100644 index 00000000..d383c14b --- /dev/null +++ b/validator/Observation-ex-pain.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/validator/manifest.json b/validator/manifest.json index cf8afed7..709bdf99 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -44355,61 +44355,75 @@ "version": "4.0", "java": { "outcome": { - "resourceType" : "OperationOutcome", - "issue" : [{ - "severity" : "error", - "code" : "structure", - "details" : { - "text" : "Narrative.div: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Narrative|4.0.1)" - }, - "diagnostics" : "[7,4]", - "expression" : ["Observation.text"] - }, - { - "severity" : "error", - "code" : "structure", - "details" : { - "text" : "The extension http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/NumberOfMeasurementsExt could not be found so is not allowed here" - }, - "diagnostics" : "[10,4]", - "expression" : ["Observation.extension[0]"] - }, - { - "severity" : "information", - "code" : "informational", - "details" : { - "text" : "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 76534-7 was found" - }, - "diagnostics" : "[1,2]", - "expression" : ["Observation"] - }, - { - "severity" : "warning", - "code" : "code-invalid", - "details" : { - "text" : "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#76534-7)" - }, - "diagnostics" : "[23,4]", - "expression" : ["Observation.code"] - }, - { - "severity" : "error", - "code" : "structure", - "details" : { - "text" : "BPCode: magic LOINC code 85354-9 required, but not found (from http://hl7.org/fhir/StructureDefinition/bp|4.0.1). Note that other Observation codes are allowed in addition to this required magic code" - }, - "diagnostics" : "[23,4]", - "expression" : ["Observation.code"] - }, - { - "severity" : "warning", - "code" : "structure", - "details" : { - "text" : "Profile reference 'http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/average-smbp' has not been checked because it could not be found, and the validator is set to not fetch unknown profiles" - }, - "diagnostics" : "[1,2]", - "expression" : ["Observation.meta.profile[0]"] - }] + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "Narrative.div: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Narrative|4.0.1)" + }, + "diagnostics": "[7,4]", + "expression": [ + "Observation.text" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "The extension http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/NumberOfMeasurementsExt could not be found so is not allowed here" + }, + "diagnostics": "[10,4]", + "expression": [ + "Observation.extension[0]" + ] + }, + { + "severity": "information", + "code": "informational", + "details": { + "text": "Validate Observation against the Blood pressure systolic and diastolic profile (http://hl7.org/fhir/StructureDefinition/bp) which is required by the FHIR specification because the LOINC code 76534-7 was found" + }, + "diagnostics": "[1,2]", + "expression": [ + "Observation" + ] + }, + { + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "None of the codings provided are in the value set 'Vital Signs' (http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://loinc.org#76534-7)" + }, + "diagnostics": "[23,4]", + "expression": [ + "Observation.code" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "BPCode: magic LOINC code 85354-9 required, but not found (from http://hl7.org/fhir/StructureDefinition/bp|4.0.1). Note that other Observation codes are allowed in addition to this required magic code" + }, + "diagnostics": "[23,4]", + "expression": [ + "Observation.code" + ] + }, + { + "severity": "warning", + "code": "structure", + "details": { + "text": "Profile reference 'http://hl7.org/fhir/uv/cardx-htn/StructureDefinition/average-smbp' has not been checked because it could not be found, and the validator is set to not fetch unknown profiles" + }, + "diagnostics": "[1,2]", + "expression": [ + "Observation.meta.profile[0]" + ] + } + ] } } }, @@ -47047,6 +47061,109 @@ } } }, + { + "name": "Observation-ex-pain.json", + "file": "Observation-ex-pain.json", + "version": "4.0", + "explanation": "Invalid JSON that the validator didn't complain about", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "Observation.code: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Observation|4.0.1)" + }, + "diagnostics": "[1,2]", + "expression": [ + "Observation" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "The property 'value' is invalid" + }, + "diagnostics": "[6,15]", + "expression": [ + "Observation.value.ofType(integer)" + ] + } + ] + } + } + }, + { + "name": "Observation-ex-pain.xml", + "file": "Observation-ex-pain.xml", + "version": "4.0", + "explanation": "Attempt to replicate the same problem as above using XML (also invalid)", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "structure", + "details": { + "text": "Undefined attribute '@something' on status for type code" + }, + "diagnostics": "[3,53]", + "expression": [ + "/f:Observation/f:status" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Undefined element 'value' at /f:Observation/f:valueInteger" + }, + "diagnostics": "[5,23]", + "expression": [ + "/f:Observation/f:valueInteger" + ] + }, + { + "severity": "error", + "code": "structure", + "details": { + "text": "Observation.code: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/Observation|4.0.1)" + }, + "diagnostics": "[1,42]", + "expression": [ + "Observation" + ] + }, + { + "severity": "error", + "code": "invariant", + "details": { + "text": "Constraint failed: ele-1: 'All FHIR elements must have a @value or children' (defined in http://hl7.org/fhir/StructureDefinition/Element)" + }, + "diagnostics": "[4,17]", + "expression": [ + "Observation.value.ofType(integer)" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "Primitive types must have a value or must have child extensions" + }, + "diagnostics": "[4,17]", + "expression": [ + "Observation.value.ofType(integer)" + ] + } + ] + } + } + }, { "name": "zzz", "file": "zzz.json", From 7ecaa8cc93430d14a8c87ce00895c3de9153d201 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 28 Feb 2024 12:18:29 +1100 Subject: [PATCH 30/58] bump version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 620f36ca..7b11bfd1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.4.29-SNAPSHOT + 1.5.0-SNAPSHOT jar HL7 FHIR Test Cases From a408756ebf6d9d067461cd6088bd56fe95c18ac6 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 28 Feb 2024 04:08:50 +0000 Subject: [PATCH 31/58] Release: v1.5.0 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b11bfd1..f78a02ae 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.0-SNAPSHOT + 1.5.0 jar HL7 FHIR Test Cases From 0388b649b49b3bc390992a81cc943783d744ec43 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 28 Feb 2024 04:13:08 +0000 Subject: [PATCH 32/58] Updating version to: 1.5.1-SNAPSHOT --- RELEASE_NOTES.md | 15 --------------- pom.xml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a5b57a1c..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,15 +0,0 @@ -* Add normalized-code for when ideal form is different to expressed valid form -* Add tests for case sensitivity on code systems -* Add test case for #1564 (in core) -* Change to how code inference works when value set includes a single code system -* Fix test case for change to interpretation of Observation Profile wrt average blood pressure -* Add more cross-version test cases -* Replace dom-3 with manually written code (better and faster testing) - add test cases for corner cases -* Tests for constraints on the wrong profile -* Fix bug where constraints are copied over to bundle profile wrongly -* Fix broken links rendering profiles -* Update R5 structure map example for R5 changes to syntax -* Fix test cases for fixed bug in processing/validating profiles -* Add test case for validating links in resource narratives -* Add CDA and FHIR test cases for validating attribute cardinality -* Add test cases for invalid JSON (value on primitives) that wasn't being caught diff --git a/pom.xml b/pom.xml index f78a02ae..bf4bc658 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.0 + 1.5.1-SNAPSHOT jar HL7 FHIR Test Cases From 498363d5b3edb7be9327192a0371558aaab09d15 Mon Sep 17 00:00:00 2001 From: "dotasek.dev" Date: Mon, 4 Mar 2024 12:31:34 -0500 Subject: [PATCH 33/58] Fix expected snomed version --- tx/tx.fhir.org/snomed-validation-1-response-parameters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tx/tx.fhir.org/snomed-validation-1-response-parameters.json b/tx/tx.fhir.org/snomed-validation-1-response-parameters.json index 39c3e803..978a6c89 100644 --- a/tx/tx.fhir.org/snomed-validation-1-response-parameters.json +++ b/tx/tx.fhir.org/snomed-validation-1-response-parameters.json @@ -16,7 +16,7 @@ "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", "code" : "invalid-code" }], - "text" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "location" : ["code"], "expression" : ["code"] @@ -36,7 +36,7 @@ }, { "name" : "message", - "valueString" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, { "name" : "result", From 5ecad518233c26d1d7a7349ef929a175c1bf4920 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 6 Mar 2024 13:28:34 +1100 Subject: [PATCH 34/58] Add tests for proper use of ValueSet.compose.include.system with contained code systems and supplements --- validator/contained-canonical-bad-2.json | 16 ++ validator/contained-canonical.json | 9 +- validator/manifest.json | 223 +++++++++++++++++------ validator/vs-canonical-bad-2.json | 35 ++++ validator/vs-canonical-good.json | 8 +- 5 files changed, 231 insertions(+), 60 deletions(-) create mode 100644 validator/contained-canonical-bad-2.json create mode 100644 validator/vs-canonical-bad-2.json diff --git a/validator/contained-canonical-bad-2.json b/validator/contained-canonical-bad-2.json new file mode 100644 index 00000000..2e8867ce --- /dev/null +++ b/validator/contained-canonical-bad-2.json @@ -0,0 +1,16 @@ +{ + "resourceType" : "ValueSet", + "status" : "active", + "compose" : { + "include" : [{ + "system" : "#cs" + }] + }, + "contained" : [{ + "id" : "cs", + "resourceType" : "CodeSystem", + "status" : "active", + "caseSensitive" : true, + "content" : "not-present" + }] +} \ No newline at end of file diff --git a/validator/contained-canonical.json b/validator/contained-canonical.json index 2e8867ce..6f2c65f7 100644 --- a/validator/contained-canonical.json +++ b/validator/contained-canonical.json @@ -3,12 +3,19 @@ "status" : "active", "compose" : { "include" : [{ - "system" : "#cs" + "system" : "http://something", + "_system" : { + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/valueset-system", + "valueCanonical" : "#cs" + }] + } }] }, "contained" : [{ "id" : "cs", "resourceType" : "CodeSystem", + "url" : "http://something", "status" : "active", "caseSensitive" : true, "content" : "not-present" diff --git a/validator/manifest.json b/validator/manifest.json index 709bdf99..756aec8b 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -5140,7 +5140,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/731000124108/version/20210201' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/731000124108/version/20210201' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[2,9]", "expression": [ @@ -5199,7 +5199,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000172109/version/20221115' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000172109/version/20221115' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[2,9]", "expression": [ @@ -6739,7 +6739,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '823681000000100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '823681000000100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[134,21]", "expression": [ @@ -6797,7 +6797,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '886921000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '886921000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[162,23]", "expression": [ @@ -6814,7 +6814,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '1077881000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '1077881000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[178,23]", "expression": [ @@ -6841,7 +6841,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '887181000000106' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '887181000000106' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[197,23]", "expression": [ @@ -6858,7 +6858,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '887161000000102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '887161000000102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[213,23]", "expression": [ @@ -6875,7 +6875,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '1052891000000108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '1052891000000108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[229,23]", "expression": [ @@ -6892,7 +6892,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '715851000000102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '715851000000102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[245,23]", "expression": [ @@ -6909,7 +6909,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '717121000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '717121000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[261,23]", "expression": [ @@ -6926,7 +6926,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '933361000000108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '933361000000108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[277,23]", "expression": [ @@ -6953,7 +6953,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '887171000000109' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '887171000000109' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[296,23]", "expression": [ @@ -6970,7 +6970,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '887201000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '887201000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[312,23]", "expression": [ @@ -6987,7 +6987,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '1052951000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '1052951000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[328,23]", "expression": [ @@ -7004,7 +7004,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '886731000000109' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '886731000000109' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[344,23]", "expression": [ @@ -7021,7 +7021,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '887231000000104' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '887231000000104' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[363,23]", "expression": [ @@ -7049,7 +7049,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '9290701000001101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '9290701000001101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[394,21]", "expression": [ @@ -7094,7 +7094,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '886921000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '886921000000105' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[421,21]", "expression": [ @@ -13343,7 +13343,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20220930' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20220930' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[6,4]", "expression": [ @@ -21059,7 +21059,7 @@ "severity": "information", "code": "business-rule", "details": { - "text": "Unknown code '1' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '1' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "expression": [ "ValueSet.compose.include[0].concept[0]" @@ -31864,7 +31864,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210331' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210331' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[4,4]", "expression": [ @@ -31993,6 +31993,50 @@ } } }, + { + "name": "vs-canonical-bad-2", + "file": "vs-canonical-bad-2.json", + "description": "see https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/Contained.20code.20system.20in.20the.20value.20set", + "version": "4.0", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "When HL7 is publishing a resource, the owning committee must be stated using the http://hl7.org/fhir/StructureDefinition/structuredefinition-wg extension" + }, + "diagnostics": "[10,4]", + "expression": [ + "ValueSet.contained[0]/*CodeSystem/c1*/" + ] + }, + { + "severity": "warning", + "code": "business-rule", + "details": { + "text": "HL7 Defined CodeSystems SHOULD have a stated value for the caseSensitive element so that users know the status and meaning of the code system clearly" + }, + "expression": [ + "ValueSet.contained[0]/*CodeSystem/c1*/" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] + } + ] + } + } + }, { "name": "vs-canonical-bad", "file": "vs-canonical-bad.json", @@ -32032,6 +32076,16 @@ "expression": [ "ValueSet.url" ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] } ] } @@ -32054,6 +32108,16 @@ "expression": [ "ValueSet.contained[0]/*CodeSystem/f3b2bd36-199b-4591-b4db-f49db0912b62*/" ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] } ] } @@ -32098,6 +32162,16 @@ "expression": [ "ValueSet.url" ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] } ] } @@ -32233,7 +32307,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '35901911000001104' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '35901911000001104' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[329,10]", "expression": [ @@ -32355,7 +32429,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '39695211000001102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '39695211000001102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[541,10]", "expression": [ @@ -32788,7 +32862,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[140,26]", "expression": [ @@ -32822,7 +32896,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[176,26]", "expression": [ @@ -32839,7 +32913,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[190,26]", "expression": [ @@ -32861,7 +32935,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -32933,7 +33007,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -32961,7 +33035,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -32978,7 +33052,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -32995,7 +33069,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -33040,7 +33114,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -33068,7 +33142,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -33096,7 +33170,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString": "Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" } ], "severity": "information", @@ -33119,7 +33193,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[344,26]", "expression": [ @@ -33136,7 +33210,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[385,26]", "expression": [ @@ -33153,7 +33227,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[405,26]", "expression": [ @@ -33170,7 +33244,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[425,26]", "expression": [ @@ -33187,7 +33261,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[458,18]", "expression": [ @@ -33220,7 +33294,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[1]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept).coding[0].code: Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept): None of the codings provided are in the value set 'Colonoscopy Report Sedation Level' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-sedation-level), and a coding from this value set is required) (codes = http://snomed.info/sct#10821000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category.coding[0].display: Wrong Display Name 'Diagnostisk med biopsi' for http://snomed.info/sct#446745002. Valid display is one of 2 choices: 'Colonoscopy and biopsy of colon (procedure)' or 'Colonoscopy and biopsy of colon' (for the language(s) '--'); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category: None of the codings provided are in the value set 'Colonoscopy Type' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-type), and a coding from this value set is required) (codes = http://snomed.info/sct#446745002); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function.coding[0].code: Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8921000202108); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function.coding[0].code: Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8951000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Unable to find a match for profile http://testdata.no/fhir/DiagnosticReport/1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.category: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.performed[x]: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.performer: max allowed = 0, but found 2 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.location: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.reasonCode: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.report: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.complication: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource.extension[6].value.ofType(CodeableConcept).coding[0].code: Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.category.coding[0].display: Wrong Display Name 'Diagnostisk med biopsi' for http://snomed.info/sct#446745002. Valid display is one of 2 choices: 'Colonoscopy and biopsy of colon (procedure)' or 'Colonoscopy and biopsy of colon' (for the language(s) '--'); Bundle.entry[1]: Bundle.entry[1].resource.subject: Unable to resolve the profile reference 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-patient'; Bundle.entry[1]: Bundle.entry[1].resource.subject: Invalid Resource target type. Found Patient, but expected one of ([]); Bundle.entry[1]: Bundle.entry[1].resource.performer[0].function.coding[0].code: Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.performer[1].function.coding[0].code: Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept).coding[0].code: Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept): None of the codings provided are in the value set 'Colonoscopy Report Sedation Level' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-sedation-level), and a coding from this value set is required) (codes = http://snomed.info/sct#10821000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category.coding[0].display: Wrong Display Name 'Diagnostisk med biopsi' for http://snomed.info/sct#446745002. Valid display is one of 2 choices: 'Colonoscopy and biopsy of colon (procedure)' or 'Colonoscopy and biopsy of colon' (for the language(s) '--'); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category: None of the codings provided are in the value set 'Colonoscopy Type' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-type), and a coding from this value set is required) (codes = http://snomed.info/sct#446745002); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function.coding[0].code: Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8921000202108); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function.coding[0].code: Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8951000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Unable to find a match for profile http://testdata.no/fhir/DiagnosticReport/1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[1]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Procedure'" + "valueString": "Bundle.entry[1]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept).coding[0].code: Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept): None of the codings provided are in the value set 'Colonoscopy Report Sedation Level' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-sedation-level), and a coding from this value set is required) (codes = http://snomed.info/sct#10821000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category.coding[0].display: Wrong Display Name 'Diagnostisk med biopsi' for http://snomed.info/sct#446745002. Valid display is one of 2 choices: 'Colonoscopy and biopsy of colon (procedure)' or 'Colonoscopy and biopsy of colon' (for the language(s) '--'); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category: None of the codings provided are in the value set 'Colonoscopy Type' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-type), and a coding from this value set is required) (codes = http://snomed.info/sct#446745002); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function.coding[0].code: Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8921000202108); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function.coding[0].code: Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8951000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Unable to find a match for profile http://testdata.no/fhir/DiagnosticReport/1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.category: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.performed[x]: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.performer: max allowed = 0, but found 2 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.location: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.reasonCode: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.report: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource: Procedure.complication: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet); Bundle.entry[1]: Bundle.entry[1].resource.extension[6].value.ofType(CodeableConcept).coding[0].code: Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.category.coding[0].display: Wrong Display Name 'Diagnostisk med biopsi' for http://snomed.info/sct#446745002. Valid display is one of 2 choices: 'Colonoscopy and biopsy of colon (procedure)' or 'Colonoscopy and biopsy of colon' (for the language(s) '--'); Bundle.entry[1]: Bundle.entry[1].resource.subject: Unable to resolve the profile reference 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-patient'; Bundle.entry[1]: Bundle.entry[1].resource.subject: Invalid Resource target type. Found Patient, but expected one of ([]); Bundle.entry[1]: Bundle.entry[1].resource.performer[0].function.coding[0].code: Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.performer[1].function.coding[0].code: Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[1]: Bundle.entry[1].resource.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept).coding[0].code: Unknown code '10821000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.extension[6].value.ofType(CodeableConcept): None of the codings provided are in the value set 'Colonoscopy Report Sedation Level' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-sedation-level), and a coding from this value set is required) (codes = http://snomed.info/sct#10821000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category.coding[0].display: Wrong Display Name 'Diagnostisk med biopsi' for http://snomed.info/sct#446745002. Valid display is one of 2 choices: 'Colonoscopy and biopsy of colon (procedure)' or 'Colonoscopy and biopsy of colon' (for the language(s) '--'); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.category: None of the codings provided are in the value set 'Colonoscopy Type' (http://ehelse.no/fhir/ValueSet/no-colonoscopy-type), and a coding from this value set is required) (codes = http://snomed.info/sct#446745002); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function.coding[0].code: Unknown code '8921000202108' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[0].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8921000202108); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function.coding[0].code: Unknown code '8951000202101' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.performer[1].function: None of the codings provided are in the value set 'Conoloscopy Report Performer Function' (http://ehelse.no/fhir/ValueSet/no-procedure-performer-function), and a coding from this value set is required) (codes = http://snomed.info/sct#8951000202101); Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Unable to find a match for profile http://testdata.no/fhir/DiagnosticReport/1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Bundle.entry[1].resource/*Procedure/1*/.report[0]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[1]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet', but found type 'Procedure'; Bundle.entry[1]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[1]: Bundle.entry[1].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Procedure'" } ], "severity": "information", @@ -33237,7 +33311,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[2]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[2]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'DiagnosticReport'" + "valueString": "Bundle.entry[2]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Unable to find a match for profile http://testdata.no/fhir/Observation/lesion-1 among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[0]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Unable to find a match for profile http://testdata.no/fhir/Observation/bbps among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[1]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Unable to find a match for profile http://testdata.no/fhir/Observation/lumen among choices: http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Bundle.entry[2].resource/*DiagnosticReport/1*/.result[3]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[2]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Observation' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet', but found type 'DiagnosticReport'; Bundle.entry[2]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[2]: Bundle.entry[2].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'DiagnosticReport'" } ], "severity": "information", @@ -33254,7 +33328,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[4]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Observation.component: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet); Bundle.entry[4]: Bundle.entry[4].resource.code.coding[0]: Bundle.entry[4].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '246206008')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[4]: Bundle.entry[4].resource.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource.component[0]: Bundle.entry[4].resource.component[0]: Does not match slice 'rightColon' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8901000202102')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.component[0]: Bundle.entry[4].resource.component[0]: Does not match slice 'transversum' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8911000202100')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.component[0]: Bundle.entry[4].resource.component[0]: Does not match slice 'leftColon' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8891000202103')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code.coding[0]: Bundle.entry[4].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '722818007')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[4]: Bundle.entry[4].resource.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Observation.identifier: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[4]: Bundle.entry[4].resource: Observation.value[x]: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[4]: Bundle.entry[4].resource: Observation.component: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[4]: Bundle.entry[4].resource.code.coding[0]: Bundle.entry[4].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '15991000202102')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[4]: Bundle.entry[4].resource.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[4]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Observation'" + "valueString": "Bundle.entry[4]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Observation'; Bundle.entry[4]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Observation.component: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet); Bundle.entry[4]: Bundle.entry[4].resource.code.coding[0]: Bundle.entry[4].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '246206008')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[4]: Bundle.entry[4].resource.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource.component[0]: Bundle.entry[4].resource.component[0]: Does not match slice 'rightColon' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8901000202102')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.component[0]: Bundle.entry[4].resource.component[0]: Does not match slice 'transversum' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8911000202100')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.component[0]: Bundle.entry[4].resource.component[0]: Does not match slice 'leftColon' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8891000202103')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code.coding[0]: Bundle.entry[4].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '722818007')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[4]: Bundle.entry[4].resource.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Observation.identifier: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[4]: Bundle.entry[4].resource: Observation.value[x]: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[4]: Bundle.entry[4].resource: Observation.component: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[4]: Bundle.entry[4].resource.code.coding[0]: Bundle.entry[4].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '15991000202102')).exists()); Bundle.entry[4]: Bundle.entry[4].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[4]: Bundle.entry[4].resource.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Bundle.entry[4].resource/*Observation/lesion-1*/.component[0].code.coding[0].code: Unknown code '10291000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[4]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[4]: Bundle.entry[4].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Observation'" } ], "severity": "information", @@ -33271,7 +33345,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[5]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'Morphology' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8961000202103')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'TissueRemovingMethod' (discriminator: code.coding.where((system = 'http://ehelse.no/fhir/CodeSystem/colonoscopy-model-specific-codes') and (code = 'metode-fjerning-vevsprove')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'EndoscopicalRemoved' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10741000202101')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'SentToPathologist' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '168395004')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'Size' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10291000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'SuspectOfMalignancy' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '9971000202100')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'Morphology' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8961000202103')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'TissueRemovingMethod' (discriminator: code.coding.where((system = 'http://ehelse.no/fhir/CodeSystem/colonoscopy-model-specific-codes') and (code = 'metode-fjerning-vevsprove')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'EndoscopicalRemoved' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10741000202101')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'SentToPathologist' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '168395004')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'Size' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10291000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'SuspectOfMalignancy' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '9971000202100')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'Morphology' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8961000202103')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'TissueRemovingMethod' (discriminator: code.coding.where((system = 'http://ehelse.no/fhir/CodeSystem/colonoscopy-model-specific-codes') and (code = 'metode-fjerning-vevsprove')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'EndoscopicalRemoved' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10741000202101')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'SentToPathologist' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '168395004')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'Size' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10291000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'SuspectOfMalignancy' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '9971000202100')).exists()); Bundle.entry[5]: Bundle.entry[5].resource: Observation.identifier: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet); Bundle.entry[5]: Bundle.entry[5].resource: Slice 'Observation.identifier:LesionNumber': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.code.coding[0]: Bundle.entry[5].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '300577008')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Observation.component: max allowed = 0, but found 3 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet); Bundle.entry[5]: Bundle.entry[5].resource.code.coding[0]: Bundle.entry[5].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '246206008')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Observation.value[x]: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[5]: Bundle.entry[5].resource: Observation.component: max allowed = 0, but found 3 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[5]: Bundle.entry[5].resource.code.coding[0]: Bundle.entry[5].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '15991000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[5]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Observation'" + "valueString": "Bundle.entry[5]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Observation'; Bundle.entry[5]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'Morphology' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8961000202103')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'TissueRemovingMethod' (discriminator: code.coding.where((system = 'http://ehelse.no/fhir/CodeSystem/colonoscopy-model-specific-codes') and (code = 'metode-fjerning-vevsprove')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'EndoscopicalRemoved' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10741000202101')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'SentToPathologist' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '168395004')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'Size' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10291000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[0]: Bundle.entry[5].resource.component[0]: Does not match slice 'SuspectOfMalignancy' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '9971000202100')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'Morphology' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8961000202103')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'TissueRemovingMethod' (discriminator: code.coding.where((system = 'http://ehelse.no/fhir/CodeSystem/colonoscopy-model-specific-codes') and (code = 'metode-fjerning-vevsprove')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'EndoscopicalRemoved' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10741000202101')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'SentToPathologist' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '168395004')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'Size' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10291000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[1]: Bundle.entry[5].resource.component[1]: Does not match slice 'SuspectOfMalignancy' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '9971000202100')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'Morphology' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '8961000202103')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'TissueRemovingMethod' (discriminator: code.coding.where((system = 'http://ehelse.no/fhir/CodeSystem/colonoscopy-model-specific-codes') and (code = 'metode-fjerning-vevsprove')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'EndoscopicalRemoved' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10741000202101')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'SentToPathologist' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '168395004')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'Size' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '10291000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.component[2]: Bundle.entry[5].resource.component[2]: Does not match slice 'SuspectOfMalignancy' (discriminator: code.coding.where((system = 'http://snomed.info/sct') and (code = '9971000202100')).exists()); Bundle.entry[5]: Bundle.entry[5].resource: Observation.identifier: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet); Bundle.entry[5]: Bundle.entry[5].resource: Slice 'Observation.identifier:LesionNumber': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.code.coding[0]: Bundle.entry[5].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '300577008')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Observation.component: max allowed = 0, but found 3 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet); Bundle.entry[5]: Bundle.entry[5].resource.code.coding[0]: Bundle.entry[5].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '246206008')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Observation.value[x]: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[5]: Bundle.entry[5].resource: Observation.component: max allowed = 0, but found 3 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet); Bundle.entry[5]: Bundle.entry[5].resource.code.coding[0]: Bundle.entry[5].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '15991000202102')).exists()); Bundle.entry[5]: Bundle.entry[5].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[5]: Bundle.entry[5].resource.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[0].code.coding[0].code: Unknown code '8901000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[1].code.coding[0].code: Unknown code '8911000202100' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Bundle.entry[5].resource/*Observation/bbps*/.component[2].code.coding[0].code: Unknown code '8891000202103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[5]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[5]: Bundle.entry[5].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Observation'" } ], "severity": "information", @@ -33288,7 +33362,7 @@ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-slicetext", - "valueString": "Bundle.entry[6]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Observation.identifier: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet); Bundle.entry[6]: Bundle.entry[6].resource: Slice 'Observation.identifier:LesionNumber': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource: Observation.value[x]: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet); Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0]: Bundle.entry[6].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '300577008')).exists()); Bundle.entry[6]: Bundle.entry[6].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0]: Bundle.entry[6].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '246206008')).exists()); Bundle.entry[6]: Bundle.entry[6].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource.value.ofType(CodeableConcept): The Profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[6]: Bundle.entry[6].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Observation.value[x]: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet); Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0]: Bundle.entry[6].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '722818007')).exists()); Bundle.entry[6]: Bundle.entry[6].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'; Bundle.entry[6]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Observation'" + "valueString": "Bundle.entry[6]: Does not match slice 'Colonoscopy' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'SubProcedure' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'Procedure' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-subprocedure-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'MedicationStatement' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'MedicationStatement' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'ProblemList' (discriminator: resource.conformsTo('http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'List' in profile 'http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'MedicationList' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'List' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-medicationlist-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'DiagnosticReport' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'DiagnosticReport' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet', but found type 'Observation'; Bundle.entry[6]: Does not match slice 'Lesion' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Observation.identifier: minimum required = 1, but only found 0 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet); Bundle.entry[6]: Bundle.entry[6].resource: Slice 'Observation.identifier:LesionNumber': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource: Observation.value[x]: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet); Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0]: Bundle.entry[6].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '300577008')).exists()); Bundle.entry[6]: Bundle.entry[6].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lesion-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Does not match slice 'NumberOfLesions' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0]: Bundle.entry[6].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '246206008')).exists()); Bundle.entry[6]: Bundle.entry[6].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource.value.ofType(CodeableConcept): The Profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions-gastronet' definition allows for the type Quantity but found type CodeableConcept; Bundle.entry[6]: Bundle.entry[6].resource.value.ofType(CodeableConcept).coding[0]: This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/Quantity|4.0.1; Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Does not match slice 'BostonBowelPreparationScale' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Observation.value[x]: max allowed = 0, but found 1 (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet); Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Bundle.entry[6].resource.code.coding[0]: Bundle.entry[6].resource.code.coding[0]: Does not match slice 'SNOMED-CT' (discriminator: $this.where((system = 'http://snomed.info/sct') and (code = '722818007')).exists()); Bundle.entry[6]: Bundle.entry[6].resource.code: Slice 'Observation.code.coding:SNOMED-CT': a matching slice is required, but not found (from http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale-gastronet). Note that other slices are allowed in addition to this required slice; Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Does not match slice 'Lumen' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-lumen-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource/*Observation/lumen*/.code.coding[0].code: Unknown code '15991000202102' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'; Bundle.entry[6]: Does not match slice 'Patient' (discriminator: resource.conformsTo('http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet')); Bundle.entry[6]: Bundle.entry[6].resource: Specified profile type was 'Patient' in profile 'http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-patient-gastronet', but found type 'Observation'" } ], "severity": "information", @@ -33684,7 +33758,7 @@ "severity": "warning", "code": "code-invalid", "details": { - "text": "The code provided (urn:oid:1.2.840.114350.1.72.1.7.7.10.696784.13260#1) is not in the value set in the value set 'ActEncounterCode' (http://terminology.hl7.org/ValueSet/v3-ActEncounterCode|2.0.0), and a code should come from this value set unless it has no suitable code (the validator cannot judge what is suitable)" + "text": "The Coding provided (urn:oid:1.2.840.114350.1.72.1.7.7.10.696784.13260#1) was not found in the value set 'ActEncounterCode' (http://terminology.hl7.org/ValueSet/v3-ActEncounterCode|2.0.0), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable). (error message = Error from http://tx-dev.fhir.org/r4: Element name mismatch (start: \"tr\"/ end: \"td\") at Line 168, Column 86)" }, "diagnostics": "[12,4]", "expression": [ @@ -35707,7 +35781,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20220930' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20220930' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[83,29]", "expression": [ @@ -35752,7 +35826,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20220930' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20220930' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[101,29]", "expression": [ @@ -35841,7 +35915,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '11181000146103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '11181000146103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[10,6]", "expression": [ @@ -36082,7 +36156,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '11181000146103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '11181000146103' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[10,6]", "expression": [ @@ -37048,7 +37122,7 @@ "severity": "error", "code": "not-found", "details": { - "text": "The System URI could not be determined for the code '[%payloadFormat%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1': include #0 has system urn:ietf:bcp:13 which could not be found, and the server returned error [Error from http://local.fhir.org/r4: The code System \"urn:ietf:bcp:13\" has a grammar, and cannot be enumerated directly]" + "text": "The System URI could not be determined for the code '[%payloadFormat%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1': include #0 has system urn:ietf:bcp:13 which could not be found, and the server returned error [Error from http://tx-dev.fhir.org/r4: The code System \"urn:ietf:bcp:13\" has a grammar, and cannot be enumerated directly]" }, "diagnostics": "[41,53]", "expression": [ @@ -37059,7 +37133,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "The value provided ('[%payloadFormat%]') was not found in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '[%payloadFormat%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1': include #0 has system urn:ietf:bcp:13 which could not be found, and the server returned error [Error from http://local.fhir.org/r4: The code System \"urn:ietf:bcp:13\" has a grammar, and cannot be enumerated directly]; The provided code '#[%payloadFormat%]' was not found in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1')" + "text": "The value provided ('[%payloadFormat%]') was not found in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code '[%payloadFormat%]' in the ValueSet 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1': include #0 has system urn:ietf:bcp:13 which could not be found, and the server returned error [Error from http://tx-dev.fhir.org/r4: The code System \"urn:ietf:bcp:13\" has a grammar, and cannot be enumerated directly]; The provided code '#[%payloadFormat%]' was not found in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1')" }, "diagnostics": "[41,53]", "expression": [ @@ -37152,7 +37226,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '56248011000036107' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '56248011000036107' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[29,4]", "expression": [ @@ -40999,7 +41073,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[27,4]", "expression": [ @@ -41016,7 +41090,7 @@ "severity": "information", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[94,4]", "expression": [ @@ -41044,7 +41118,7 @@ "severity": "error", "code": "not-found", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]" }, "diagnostics": "[27,4]", "expression": [ @@ -41055,7 +41129,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]; The provided code 'http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20210731#27113001 ('Body weight (observable entity)')' was not found in the value set 'http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1'" + "text": "A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]; The provided code 'http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20210731#27113001 ('Body weight (observable entity)')' was not found in the value set 'http://hl7.org/fhir/ValueSet/observation-vitalsignresult|4.0.1'" }, "diagnostics": "[27,4]", "expression": [ @@ -41083,7 +41157,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "The code provided (http://snomed.info/sct#27113001) was not found in the value set 'Koerpergroesse' (https://fhir.kbv.de/ValueSet/KBV_VS_Base_Body_Weight_Snomed|1.2.1), and a code from this value set is required: A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20210531,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20230901]; Unable to check whether the code is in the value set 'https://fhir.kbv.de/ValueSet/KBV_VS_Base_Body_Weight_Snomed|1.2.1' because the code system http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20210731 was not found" + "text": "The code provided (http://snomed.info/sct#27113001) was not found in the value set 'Koerpergroesse' (https://fhir.kbv.de/ValueSet/KBV_VS_Base_Body_Weight_Snomed|1.2.1), and a code from this value set is required: A definition for CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20210731' could not be found, so the code cannot be validated. Valid versions: [http://snomed.info/sct/11000146104/version/20230331,http://snomed.info/sct/11000172109/version/20231115,http://snomed.info/sct/2011000195101/version/20230607,http://snomed.info/sct/20611000087101/version/20220930,http://snomed.info/sct/32506021000036107/version/20230731,http://snomed.info/sct/45991000052106/version/20220531,http://snomed.info/sct/45991000052106/version/20231130,http://snomed.info/sct/554471000005108/version/20210930,http://snomed.info/sct/731000124108/version/20230901,http://snomed.info/sct/827022005/version/20221130,http://snomed.info/sct/83821000000107/version/20230412,http://snomed.info/sct/900000000000207008/version/20230131,http://snomed.info/sct/900000000000207008/version/20230731,http://snomed.info/sct/900000000000207008/version/20240201]; Unable to check whether the code is in the value set 'https://fhir.kbv.de/ValueSet/KBV_VS_Base_Body_Weight_Snomed|1.2.1' because the code system http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20210731 was not found" }, "diagnostics": "[29,8]", "expression": [ @@ -45885,7 +45959,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text": "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "diagnostics": "[15,4]", "expression": [ @@ -46541,6 +46615,16 @@ "outcome": { "resourceType": "OperationOutcome", "issue": [ + { + "severity": "error", + "code": "invalid", + "details": { + "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] + }, { "severity": "error", "code": "invalid", @@ -46566,6 +46650,29 @@ } } }, + { + "name": "contained-canonical-bad-2", + "file": "contained-canonical-bad-2.json", + "version": "5.0", + "explanation": "Checking that contained canonical references are correctly tracked (manual replacement of dom-3)", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "invalid", + "details": { + "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" + }, + "expression": [ + "ValueSet.compose.include[0]" + ] + } + ] + } + } + }, { "name": "de-address-example", "file": "de-address/address-example.xml", diff --git a/validator/vs-canonical-bad-2.json b/validator/vs-canonical-bad-2.json new file mode 100644 index 00000000..e83af904 --- /dev/null +++ b/validator/vs-canonical-bad-2.json @@ -0,0 +1,35 @@ +{ + "resourceType": "ValueSet", + "status": "active", + "name": "GoodCanonicalExample", + "id": "vs-canonical-good", + "title": "Bad Code Example", + "date" : "2020-06-25", + "version": "0.1.0", + "url": "http://hl7.org/fhir/test/ValueSet/vs-canonical-good", + "contained" : [{ + "id" : "c1", + "resourceType": "CodeSystem", + "name": "Codesystem", + "status": "active", + "url": "http://hl7.org/fhir/CodeSystem/c1", + "content": "complete", + "concept": [ + { + "code": "c1", + "display": "Code 1" + }, + { + "code": "c2", + "display": "Code 2" + } + ] + }], + "compose": { + "include": [ + { + "system": "#c1" + } + ] + } +} diff --git a/validator/vs-canonical-good.json b/validator/vs-canonical-good.json index e83af904..f8158479 100644 --- a/validator/vs-canonical-good.json +++ b/validator/vs-canonical-good.json @@ -28,7 +28,13 @@ "compose": { "include": [ { - "system": "#c1" + "system": "http://hl7.org/fhir/CodeSystem/c1", + "_system" : { + "extension" : [{ + "url" : "http://hl7.org/fhir/StructureDefinition/valueset-system", + "valueCanonical" : "#c1" + }] + } } ] } From a5743e842017e514f8db8a95367c126cf3b22cb6 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 6 Mar 2024 13:28:48 +1100 Subject: [PATCH 35/58] update test cases for updating default snomed version on tx.fhir.org --- tx/tx.fhir.org/snomed-validation-1-response-parameters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tx/tx.fhir.org/snomed-validation-1-response-parameters.json b/tx/tx.fhir.org/snomed-validation-1-response-parameters.json index 39c3e803..978a6c89 100644 --- a/tx/tx.fhir.org/snomed-validation-1-response-parameters.json +++ b/tx/tx.fhir.org/snomed-validation-1-response-parameters.json @@ -16,7 +16,7 @@ "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", "code" : "invalid-code" }], - "text" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "text" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, "location" : ["code"], "expression" : ["code"] @@ -36,7 +36,7 @@ }, { "name" : "message", - "valueString" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'" + "valueString" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, { "name" : "result", From d1cbb3497f2f2c625a66d731bb485bcb67da4639 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 10:04:00 +1100 Subject: [PATCH 36/58] Add tests around notSelectable --- .../codesystem-notSelectable-noprop.json | 32 ++++++++++++++ .../codesystem-notSelectable-prop.json | 37 ++++++++++++++++ ...ectable-noprop-all-request-parameters.json | 7 +++ ...lectable-noprop-all-response-valueSet.json | 42 ++++++++++++++++++ ...table-noprop-false-request-parameters.json | 7 +++ ...ctable-noprop-false-response-valueSet.json | 31 +++++++++++++ ...ctable-noprop-true-request-parameters.json | 7 +++ ...ectable-noprop-true-response-valueSet.json | 32 ++++++++++++++ ...electable-prop-all-request-parameters.json | 7 +++ ...Selectable-prop-all-response-valueSet.json | 42 ++++++++++++++++++ ...ectable-prop-false-request-parameters.json | 7 +++ ...lectable-prop-false-response-valueSet.json | 31 +++++++++++++ ...lectable-prop-true-request-parameters.json | 7 +++ ...electable-prop-true-response-valueSet.json | 32 ++++++++++++++ .../valueset-notSelectable-noprop-all.json | 17 ++++++++ .../valueset-notSelectable-noprop-false.json | 22 ++++++++++ .../valueset-notSelectable-noprop-true.json | 22 ++++++++++ .../valueset-notSelectable-prop-all.json | 17 ++++++++ .../valueset-notSelectable-prop-false.json | 22 ++++++++++ .../valueset-notSelectable-prop-true.json | 22 ++++++++++ tx/test-cases.json | 43 +++++++++++++++++++ 21 files changed, 486 insertions(+) create mode 100644 tx/notSelectable/codesystem-notSelectable-noprop.json create mode 100644 tx/notSelectable/codesystem-notSelectable-prop.json create mode 100644 tx/notSelectable/expand-notSelectable-noprop-all-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-noprop-false-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-noprop-true-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-all-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-false-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-true-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json create mode 100644 tx/notSelectable/valueset-notSelectable-noprop-all.json create mode 100644 tx/notSelectable/valueset-notSelectable-noprop-false.json create mode 100644 tx/notSelectable/valueset-notSelectable-noprop-true.json create mode 100644 tx/notSelectable/valueset-notSelectable-prop-all.json create mode 100644 tx/notSelectable/valueset-notSelectable-prop-false.json create mode 100644 tx/notSelectable/valueset-notSelectable-prop-true.json diff --git a/tx/notSelectable/codesystem-notSelectable-noprop.json b/tx/notSelectable/codesystem-notSelectable-noprop.json new file mode 100644 index 00000000..ad9fcb81 --- /dev/null +++ b/tx/notSelectable/codesystem-notSelectable-noprop.json @@ -0,0 +1,32 @@ +{ + "resourceType" : "CodeSystem", + "id" : "notSelectable-noprop", + "url" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "version" : "0.1.0", + "name" : "NotSelectableTestCodeSystemNoProp", + "title" : "NotSelectable Test Code System With No Property Definition", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "caseSensitive" : true, + "content" : "complete", + "concept" : [{ + "code" : "codeU", + "display" : "Unknown Selectable State" + },{ + "code" : "codeS", + "display" : "Selectable Code", + "property" : [{ + "code" : "notSelectable", + "valueBoolean" : false + }] + },{ + "code" : "codeNS", + "display" : "Not Selectable Code", + "property" : [{ + "code" : "notSelectable", + "valueBoolean" : true + }] + }] +} \ No newline at end of file diff --git a/tx/notSelectable/codesystem-notSelectable-prop.json b/tx/notSelectable/codesystem-notSelectable-prop.json new file mode 100644 index 00000000..7a5101d8 --- /dev/null +++ b/tx/notSelectable/codesystem-notSelectable-prop.json @@ -0,0 +1,37 @@ +{ + "resourceType" : "CodeSystem", + "id" : "notSelectable-prop", + "url" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "version" : "0.1.0", + "name" : "NotSelectableTestCodeSystem", + "title" : "NotSelectable Test Code System", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "caseSensitive" : true, + "content" : "complete", + "property" : [{ + "code" : "notSelectable", + "uri" : "http://hl7.org/fhir/concept-properties#notSelectable", + "type" : "boolean" + }], + "concept" : [{ + "code" : "codeU", + "display" : "Unknown Selectable State" + },{ + "code" : "codeS", + "display" : "Selectable Code", + "property" : [{ + "code" : "notSelectable", + "valueBoolean" : false + }] + },{ + "code" : "codeNS", + "display" : "Not Selectable Code", + "property" : [{ + "code" : "notSelectable", + "valueBoolean" : true + }] + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-noprop-all-request-parameters.json b/tx/notSelectable/expand-notSelectable-noprop-all-request-parameters.json new file mode 100644 index 00000000..c02a25c7 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-noprop-all-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-all" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json b/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json new file mode 100644 index 00000000..3001a650 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json @@ -0,0 +1,42 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetNoPropAll", + "title" : "NotSelectable ValueSetNoPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 3, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "code" : "codeS", + "display" : "Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "code" : "codeU", + "display" : "Unknown Selectable State" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-noprop-false-request-parameters.json b/tx/notSelectable/expand-notSelectable-noprop-false-request-parameters.json new file mode 100644 index 00000000..036baef7 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-noprop-false-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json new file mode 100644 index 00000000..f2abf5c8 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json @@ -0,0 +1,31 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetNoPropAll", + "title" : "NotSelectable ValueSetNoPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "code" : "codeS", + "display" : "Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-noprop-true-request-parameters.json b/tx/notSelectable/expand-notSelectable-noprop-true-request-parameters.json new file mode 100644 index 00000000..a0839101 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-noprop-true-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json new file mode 100644 index 00000000..52d9cf4c --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json @@ -0,0 +1,32 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetNoPropAll", + "title" : "NotSelectable ValueSetNoPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-all-request-parameters.json b/tx/notSelectable/expand-notSelectable-prop-all-request-parameters.json new file mode 100644 index 00000000..177abcff --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-all-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-all" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json new file mode 100644 index 00000000..18967ac9 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json @@ -0,0 +1,42 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetWithPropAll", + "title" : "NotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 3, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "code" : "codeS", + "display" : "Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "code" : "codeU", + "display" : "Unknown Selectable State" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-false-request-parameters.json b/tx/notSelectable/expand-notSelectable-prop-false-request-parameters.json new file mode 100644 index 00000000..b8cb2b81 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-false-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json new file mode 100644 index 00000000..4471c87a --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json @@ -0,0 +1,31 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetWithPropAll", + "title" : "NotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "code" : "codeS", + "display" : "Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-true-request-parameters.json b/tx/notSelectable/expand-notSelectable-prop-true-request-parameters.json new file mode 100644 index 00000000..94bb10ea --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-true-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json new file mode 100644 index 00000000..e5083d75 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json @@ -0,0 +1,32 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetWithPropAll", + "title" : "NotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-noprop-all.json b/tx/notSelectable/valueset-notSelectable-noprop-all.json new file mode 100644 index 00000000..ee52b96e --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-noprop-all.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-noprop-all", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetNoPropAll", + "title" : "NotSelectable ValueSetNoPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-noprop-false.json b/tx/notSelectable/valueset-notSelectable-noprop-false.json new file mode 100644 index 00000000..9434925b --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-noprop-false.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-noprop-false", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetNoPropAll", + "title" : "NotSelectable ValueSetNoPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "false" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-noprop-true.json b/tx/notSelectable/valueset-notSelectable-noprop-true.json new file mode 100644 index 00000000..dacc0279 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-noprop-true.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-noprop-true", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetNoPropAll", + "title" : "NotSelectable ValueSetNoPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "true" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-prop-all.json b/tx/notSelectable/valueset-notSelectable-prop-all.json new file mode 100644 index 00000000..eb937b90 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-prop-all.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-prop-all", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetWithPropAll", + "title" : "NotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-prop-false.json b/tx/notSelectable/valueset-notSelectable-prop-false.json new file mode 100644 index 00000000..f623d403 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-prop-false.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-prop-false", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetWithPropAll", + "title" : "NotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "false" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-prop-true.json b/tx/notSelectable/valueset-notSelectable-prop-true.json new file mode 100644 index 00000000..7f143208 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-prop-true.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-prop-true", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetWithPropAll", + "title" : "NotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "true" + }] + }] + } +} \ No newline at end of file diff --git a/tx/test-cases.json b/tx/test-cases.json index 6ee5b2ec..7e4b6b3a 100644 --- a/tx/test-cases.json +++ b/tx/test-cases.json @@ -916,6 +916,49 @@ "response" : "deprecated/validate-draft-response-parameters.json" } ] + },{ + "name" : "notSelectable", + "description" : "Testing notSelectable", + "setup" : ["notSelectable/codesystem-notSelectable-noprop.json", "notSelectable/codesystem-notSelectable-prop.json", "notSelectable/valueset-notSelectable-noprop-all.json", "notSelectable/valueset-notSelectable-noprop-false.json", + "notSelectable/valueset-notSelectable-noprop-true.json","notSelectable/valueset-notSelectable-prop-all.json", "notSelectable/valueset-notSelectable-prop-false.json", "notSelectable/valueset-notSelectable-prop-true.json"], + "tests" : [ + { + "name" : "notSelectable-prop-all", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-prop-all-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-prop-all-response-valueSet.json" + }, + { + "name" : "notSelectable-noprop-all", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-noprop-all-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-noprop-all-response-valueSet.json" + }, + { + "name" : "notSelectable-prop-true", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-prop-true-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-prop-true-response-valueSet.json" + }, + { + "name" : "notSelectable-noprop-true", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-noprop-true-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-noprop-true-response-valueSet.json" + }, + { + "name" : "notSelectable-prop-false", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-prop-false-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-prop-false-response-valueSet.json" + }, + { + "name" : "notSelectable-noprop-false", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-noprop-false-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-noprop-false-response-valueSet.json" + } + ] },{ "name" : "inactive", "description" : "Testing Inactive codes", From ed2a08b8ff2adf84020d1ec39c0e4e77cc4d243c Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 10:14:38 +1100 Subject: [PATCH 37/58] fix mistakes --- .../expand-notSelectable-noprop-all-response-valueSet.json | 5 +++++ ...xpand-notSelectable-noprop-false-response-valueSet.json | 5 +++++ ...expand-notSelectable-noprop-true-response-valueSet.json | 5 +++++ .../expand-notSelectable-prop-all-response-valueSet.json | 5 +++++ .../expand-notSelectable-prop-false-response-valueSet.json | 7 ++++++- .../expand-notSelectable-prop-true-response-valueSet.json | 5 +++++ 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json b/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json index 3001a650..1b55a786 100644 --- a/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-noprop-all-response-valueSet.json @@ -21,6 +21,11 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" }], "contains" : [{ "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", diff --git a/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json index f2abf5c8..59a1d023 100644 --- a/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-noprop-false-response-valueSet.json @@ -21,6 +21,11 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" }], "contains" : [{ "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", diff --git a/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json index 52d9cf4c..726c312a 100644 --- a/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-noprop-true-response-valueSet.json @@ -21,6 +21,11 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop|0.1.0" }], "contains" : [{ "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop", diff --git a/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json index 18967ac9..d0e14a74 100644 --- a/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-prop-all-response-valueSet.json @@ -21,6 +21,11 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" }], "contains" : [{ "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", diff --git a/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json index 4471c87a..15c06ea9 100644 --- a/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-prop-false-response-valueSet.json @@ -1,7 +1,7 @@ { "$optional-properties$" : ["date", "publisher", "compose"], "resourceType" : "ValueSet", - "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false", "version" : "5.0.0", "name" : "NotSelectableValueSetWithPropAll", "title" : "NotSelectable ValueSetWithPropAll", @@ -21,6 +21,11 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" }], "contains" : [{ "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", diff --git a/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json index e5083d75..74289250 100644 --- a/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-prop-true-response-valueSet.json @@ -21,6 +21,11 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" }], "contains" : [{ "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", From 315c3b02d6b7082d0d7bfd12e39c5da2258e0d73 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 11:38:52 +1100 Subject: [PATCH 38/58] add matching validation tests --- ...noprop-false-false-request-parameters.json | 13 ++++ ...oprop-false-false-response-parameters.json | 23 ++++++ ...-noprop-false-true-request-parameters.json | 13 ++++ ...noprop-false-true-response-parameters.json | 47 ++++++++++++ ...prop-false-unknown-request-parameters.json | 13 ++++ ...rop-false-unknown-response-parameters.json | 47 ++++++++++++ ...-noprop-true-false-request-parameters.json | 13 ++++ ...noprop-true-false-response-parameters.json | 47 ++++++++++++ ...e-noprop-true-true-request-parameters.json | 13 ++++ ...-noprop-true-true-response-parameters.json | 23 ++++++ ...oprop-true-unknown-request-parameters.json | 13 ++++ ...prop-true-unknown-response-parameters.json | 47 ++++++++++++ ...e-prop-false-false-request-parameters.json | 13 ++++ ...-prop-false-false-response-parameters.json | 23 ++++++ ...le-prop-false-true-request-parameters.json | 13 ++++ ...e-prop-false-true-response-parameters.json | 47 ++++++++++++ ...prop-false-unknown-request-parameters.json | 13 ++++ ...rop-false-unknown-response-parameters.json | 47 ++++++++++++ ...le-prop-true-false-request-parameters.json | 13 ++++ ...e-prop-true-false-response-parameters.json | 47 ++++++++++++ ...ble-prop-true-true-request-parameters.json | 13 ++++ ...le-prop-true-true-response-parameters.json | 23 ++++++ ...-prop-true-unknown-request-parameters.json | 13 ++++ ...prop-true-unknown-response-parameters.json | 47 ++++++++++++ tx/test-cases.json | 75 ++++++++++++++++++- 25 files changed, 698 insertions(+), 1 deletion(-) create mode 100644 tx/notSelectable/validate-notSelectable-noprop-false-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-false-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-false-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-false-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-false-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-false-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-true-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-true-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-true-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-true-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-true-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-noprop-true-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-false-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-false-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-false-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-false-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-false-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-false-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-true-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-true-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-true-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-true-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-true-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-true-unknown-response-parameters.json diff --git a/tx/notSelectable/validate-notSelectable-noprop-false-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-false-false-request-parameters.json new file mode 100644 index 00000000..03260f2f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-false-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-false-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-false-false-response-parameters.json new file mode 100644 index 00000000..c08e2cfa --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-false-false-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-false-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-false-true-request-parameters.json new file mode 100644 index 00000000..df211f18 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-false-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-false-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-false-true-response-parameters.json new file mode 100644 index 00000000..e6efd817 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-false-true-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-false-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-false-unknown-request-parameters.json new file mode 100644 index 00000000..00d83d15 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-false-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-false-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-false-unknown-response-parameters.json new file mode 100644 index 00000000..8f719d22 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-false-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-true-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-true-false-request-parameters.json new file mode 100644 index 00000000..3077e8c2 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-true-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-true-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-true-false-response-parameters.json new file mode 100644 index 00000000..826a8c2f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-true-false-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-true-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-true-true-request-parameters.json new file mode 100644 index 00000000..8681d224 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-true-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-true-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-true-true-response-parameters.json new file mode 100644 index 00000000..c9cd5a15 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-true-true-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-true-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-true-unknown-request-parameters.json new file mode 100644 index 00000000..7315ae42 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-true-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-noprop-true-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-noprop-true-unknown-response-parameters.json new file mode 100644 index 00000000..a204cbde --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-noprop-true-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-noprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-false-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-false-false-request-parameters.json new file mode 100644 index 00000000..09a528af --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-false-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-false-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-false-false-response-parameters.json new file mode 100644 index 00000000..4fd1ea7b --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-false-false-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-false-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-false-true-request-parameters.json new file mode 100644 index 00000000..72e8a0db --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-false-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-false-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-false-true-response-parameters.json new file mode 100644 index 00000000..c69ce993 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-false-true-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-false-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-false-unknown-request-parameters.json new file mode 100644 index 00000000..127c74fd --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-false-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-false-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-false-unknown-response-parameters.json new file mode 100644 index 00000000..b35b5d9f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-false-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-true-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-true-false-request-parameters.json new file mode 100644 index 00000000..1e25e197 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-true-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-true-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-true-false-response-parameters.json new file mode 100644 index 00000000..42e87a53 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-true-false-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-true-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-true-true-request-parameters.json new file mode 100644 index 00000000..49863261 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-true-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-true-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-true-true-response-parameters.json new file mode 100644 index 00000000..4fc40234 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-true-true-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-true-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-true-unknown-request-parameters.json new file mode 100644 index 00000000..27f53e9b --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-true-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-true-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-true-unknown-response-parameters.json new file mode 100644 index 00000000..a0eb0a05 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-true-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/test-cases.json b/tx/test-cases.json index 7e4b6b3a..26f60d53 100644 --- a/tx/test-cases.json +++ b/tx/test-cases.json @@ -909,7 +909,8 @@ "operation" : "expand", "request" : "deprecated/expand-draft-request-parameters.json", "response" : "deprecated/expand-draft-response-valueSet.json" - } ,{ + }, + { "name" : "draft-validate", "operation" : "validate-code", "request" : "deprecated/validate-draft-request-parameters.json", @@ -957,6 +958,78 @@ "operation" : "expand", "request" : "notSelectable/expand-notSelectable-noprop-false-request-parameters.json", "response" : "notSelectable/expand-notSelectable-noprop-false-response-valueSet.json" + }, + { + "name" : "notSelectable-prop-true-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-true-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-true-true-response-parameters.json" + }, + { + "name" : "notSelectable-noprop-true-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-noprop-true-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-noprop-true-true-response-parameters.json" + }, + { + "name" : "notSelectable-prop-true-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-true-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-true-false-response-parameters.json" + }, + { + "name" : "notSelectable-noprop-true-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-noprop-true-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-noprop-true-false-response-parameters.json" + }, + { + "name" : "notSelectable-prop-false-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-false-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-false-true-response-parameters.json" + }, + { + "name" : "notSelectable-noprop-false-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-noprop-false-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-noprop-false-true-response-parameters.json" + }, + { + "name" : "notSelectable-prop-false-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-false-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-false-false-response-parameters.json" + }, + { + "name" : "notSelectable-noprop-false-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-noprop-false-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-noprop-false-false-response-parameters.json" + }, + { + "name" : "notSelectable-noprop-true-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-noprop-true-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-noprop-true-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-prop-true-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-true-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-true-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-prop-false-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-false-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-false-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-noprop-false-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-noprop-false-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-noprop-false-unknown-response-parameters.json" } ] },{ From 07428d4e61a26f3b1b90561bc8da79c90dcf77d8 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 13:09:28 +1100 Subject: [PATCH 39/58] more notSelectable tests - for property with different code --- .../codesystem-notSelectable-reprop.json | 37 ++++++++++++ ...ectable-reprop-all-request-parameters.json | 7 +++ ...lectable-reprop-all-response-valueSet.json | 47 +++++++++++++++ ...table-reprop-false-request-parameters.json | 7 +++ ...ctable-reprop-false-response-valueSet.json | 36 +++++++++++ ...ctable-reprop-true-request-parameters.json | 7 +++ ...ectable-reprop-true-response-valueSet.json | 37 ++++++++++++ ...reprop-false-false-request-parameters.json | 13 ++++ ...eprop-false-false-response-parameters.json | 23 +++++++ ...-reprop-false-true-request-parameters.json | 13 ++++ ...reprop-false-true-response-parameters.json | 47 +++++++++++++++ ...prop-false-unknown-request-parameters.json | 13 ++++ ...rop-false-unknown-response-parameters.json | 47 +++++++++++++++ ...-reprop-true-false-request-parameters.json | 13 ++++ ...reprop-true-false-response-parameters.json | 47 +++++++++++++++ ...e-reprop-true-true-request-parameters.json | 13 ++++ ...-reprop-true-true-response-parameters.json | 23 +++++++ ...eprop-true-unknown-request-parameters.json | 13 ++++ ...prop-true-unknown-response-parameters.json | 47 +++++++++++++++ .../valueset-notSelectable-reprop-all.json | 17 ++++++ .../valueset-notSelectable-reprop-false.json | 22 +++++++ .../valueset-notSelectable-reprop-true.json | 22 +++++++ tx/test-cases.json | 60 ++++++++++++++++++- 23 files changed, 609 insertions(+), 2 deletions(-) create mode 100644 tx/notSelectable/codesystem-notSelectable-reprop.json create mode 100644 tx/notSelectable/expand-notSelectable-reprop-all-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-reprop-all-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-reprop-false-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-reprop-false-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-reprop-true-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-reprop-true-response-valueSet.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-false-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-false-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-false-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-false-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-false-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-false-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-true-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-true-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-true-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-true-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-true-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-reprop-true-unknown-response-parameters.json create mode 100644 tx/notSelectable/valueset-notSelectable-reprop-all.json create mode 100644 tx/notSelectable/valueset-notSelectable-reprop-false.json create mode 100644 tx/notSelectable/valueset-notSelectable-reprop-true.json diff --git a/tx/notSelectable/codesystem-notSelectable-reprop.json b/tx/notSelectable/codesystem-notSelectable-reprop.json new file mode 100644 index 00000000..20a37563 --- /dev/null +++ b/tx/notSelectable/codesystem-notSelectable-reprop.json @@ -0,0 +1,37 @@ +{ + "resourceType" : "CodeSystem", + "id" : "notSelectable-reprop", + "url" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "version" : "0.1.0", + "name" : "NotSelectableTestCodeSystemReProp", + "title" : "NotSelectable Test Code System Renamed Property", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "caseSensitive" : true, + "content" : "complete", + "property" : [{ + "code" : "not-selectable", + "uri" : "http://hl7.org/fhir/concept-properties#notSelectable", + "type" : "boolean" + }], + "concept" : [{ + "code" : "codeU", + "display" : "Unknown Selectable State" + },{ + "code" : "codeS", + "display" : "Selectable Code", + "property" : [{ + "code" : "not-selectable", + "valueBoolean" : false + }] + },{ + "code" : "codeNS", + "display" : "Not Selectable Code", + "property" : [{ + "code" : "not-selectable", + "valueBoolean" : true + }] + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-reprop-all-request-parameters.json b/tx/notSelectable/expand-notSelectable-reprop-all-request-parameters.json new file mode 100644 index 00000000..90c54784 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-reprop-all-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-all" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-reprop-all-response-valueSet.json b/tx/notSelectable/expand-notSelectable-reprop-all-response-valueSet.json new file mode 100644 index 00000000..b659af47 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-reprop-all-response-valueSet.json @@ -0,0 +1,47 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetRePropAll", + "title" : "NotSelectable ValueSetRePropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 3, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "code" : "codeS", + "display" : "Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "code" : "codeU", + "display" : "Unknown Selectable State" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-reprop-false-request-parameters.json b/tx/notSelectable/expand-notSelectable-reprop-false-request-parameters.json new file mode 100644 index 00000000..ca0f1013 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-reprop-false-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-reprop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-reprop-false-response-valueSet.json new file mode 100644 index 00000000..5f0f3843 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-reprop-false-response-valueSet.json @@ -0,0 +1,36 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetRePropAll", + "title" : "NotSelectable ValueSetRePropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "code" : "codeS", + "display" : "Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-reprop-true-request-parameters.json b/tx/notSelectable/expand-notSelectable-reprop-true-request-parameters.json new file mode 100644 index 00000000..342f7f89 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-reprop-true-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-reprop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-reprop-true-response-valueSet.json new file mode 100644 index 00000000..09d60d85 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-reprop-true-response-valueSet.json @@ -0,0 +1,37 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetRePropAll", + "title" : "NotSelectable ValueSetRePropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-false-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-false-false-request-parameters.json new file mode 100644 index 00000000..f7b14154 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-false-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-false-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-false-false-response-parameters.json new file mode 100644 index 00000000..075b3c1b --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-false-false-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-false-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-false-true-request-parameters.json new file mode 100644 index 00000000..9cbd61e6 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-false-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-false-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-false-true-response-parameters.json new file mode 100644 index 00000000..632c73ca --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-false-true-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-false-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-false-unknown-request-parameters.json new file mode 100644 index 00000000..7e7b3c57 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-false-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-false-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-false-unknown-response-parameters.json new file mode 100644 index 00000000..33539e01 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-false-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-true-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-true-false-request-parameters.json new file mode 100644 index 00000000..06cbf9d1 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-true-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-true-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-true-false-response-parameters.json new file mode 100644 index 00000000..38f19d96 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-true-false-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-true-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-true-true-request-parameters.json new file mode 100644 index 00000000..6253b212 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-true-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-true-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-true-true-response-parameters.json new file mode 100644 index 00000000..0ceaadad --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-true-true-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-true-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-true-unknown-request-parameters.json new file mode 100644 index 00000000..54ff1438 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-true-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-reprop-true-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-reprop-true-unknown-response-parameters.json new file mode 100644 index 00000000..41e304f5 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-reprop-true-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-reprop-all.json b/tx/notSelectable/valueset-notSelectable-reprop-all.json new file mode 100644 index 00000000..f426382f --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-reprop-all.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-reprop-all", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetRePropAll", + "title" : "NotSelectable ValueSetRePropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-reprop-false.json b/tx/notSelectable/valueset-notSelectable-reprop-false.json new file mode 100644 index 00000000..9c2a89ab --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-reprop-false.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-reprop-false", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetRePropAll", + "title" : "NotSelectable ValueSetRePropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "false" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-reprop-true.json b/tx/notSelectable/valueset-notSelectable-reprop-true.json new file mode 100644 index 00000000..0c703344 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-reprop-true.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-reprop-true", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-reprop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetRePropAll", + "title" : "NotSelectable ValueSetRePropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-reprop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "true" + }] + }] + } +} \ No newline at end of file diff --git a/tx/test-cases.json b/tx/test-cases.json index 26f60d53..8f210b47 100644 --- a/tx/test-cases.json +++ b/tx/test-cases.json @@ -920,8 +920,10 @@ },{ "name" : "notSelectable", "description" : "Testing notSelectable", - "setup" : ["notSelectable/codesystem-notSelectable-noprop.json", "notSelectable/codesystem-notSelectable-prop.json", "notSelectable/valueset-notSelectable-noprop-all.json", "notSelectable/valueset-notSelectable-noprop-false.json", - "notSelectable/valueset-notSelectable-noprop-true.json","notSelectable/valueset-notSelectable-prop-all.json", "notSelectable/valueset-notSelectable-prop-false.json", "notSelectable/valueset-notSelectable-prop-true.json"], + "setup" : [ + "notSelectable/codesystem-notSelectable-prop.json", "notSelectable/valueset-notSelectable-prop-all.json", "notSelectable/valueset-notSelectable-prop-false.json", "notSelectable/valueset-notSelectable-prop-true.json", + "notSelectable/codesystem-notSelectable-noprop.json", "notSelectable/valueset-notSelectable-noprop-all.json", "notSelectable/valueset-notSelectable-noprop-false.json", "notSelectable/valueset-notSelectable-noprop-true.json", + "notSelectable/codesystem-notSelectable-reprop.json", "notSelectable/valueset-notSelectable-reprop-all.json", "notSelectable/valueset-notSelectable-reprop-false.json", "notSelectable/valueset-notSelectable-reprop-true.json"], "tests" : [ { "name" : "notSelectable-prop-all", @@ -935,6 +937,12 @@ "request" : "notSelectable/expand-notSelectable-noprop-all-request-parameters.json", "response" : "notSelectable/expand-notSelectable-noprop-all-response-valueSet.json" }, + { + "name" : "notSelectable-reprop-all", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-reprop-all-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-reprop-all-response-valueSet.json" + }, { "name" : "notSelectable-prop-true", "operation" : "expand", @@ -947,6 +955,12 @@ "request" : "notSelectable/expand-notSelectable-noprop-true-request-parameters.json", "response" : "notSelectable/expand-notSelectable-noprop-true-response-valueSet.json" }, + { + "name" : "notSelectable-reprop-true", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-reprop-true-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-reprop-true-response-valueSet.json" + }, { "name" : "notSelectable-prop-false", "operation" : "expand", @@ -959,6 +973,12 @@ "request" : "notSelectable/expand-notSelectable-noprop-false-request-parameters.json", "response" : "notSelectable/expand-notSelectable-noprop-false-response-valueSet.json" }, + { + "name" : "notSelectable-reprop-false", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-reprop-false-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-reprop-false-response-valueSet.json" + }, { "name" : "notSelectable-prop-true-true", "operation" : "validate-code", @@ -971,6 +991,12 @@ "request" : "notSelectable/validate-notSelectable-noprop-true-true-request-parameters.json", "response" : "notSelectable/validate-notSelectable-noprop-true-true-response-parameters.json" }, + { + "name" : "notSelectable-reprop-true-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-reprop-true-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-reprop-true-true-response-parameters.json" + }, { "name" : "notSelectable-prop-true-false", "operation" : "validate-code", @@ -983,6 +1009,12 @@ "request" : "notSelectable/validate-notSelectable-noprop-true-false-request-parameters.json", "response" : "notSelectable/validate-notSelectable-noprop-true-false-response-parameters.json" }, + { + "name" : "notSelectable-reprop-true-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-reprop-true-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-reprop-true-false-response-parameters.json" + }, { "name" : "notSelectable-prop-false-true", "operation" : "validate-code", @@ -995,6 +1027,12 @@ "request" : "notSelectable/validate-notSelectable-noprop-false-true-request-parameters.json", "response" : "notSelectable/validate-notSelectable-noprop-false-true-response-parameters.json" }, + { + "name" : "notSelectable-reprop-false-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-reprop-false-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-reprop-false-true-response-parameters.json" + }, { "name" : "notSelectable-prop-false-false", "operation" : "validate-code", @@ -1007,12 +1045,24 @@ "request" : "notSelectable/validate-notSelectable-noprop-false-false-request-parameters.json", "response" : "notSelectable/validate-notSelectable-noprop-false-false-response-parameters.json" }, + { + "name" : "notSelectable-reprop-false-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-reprop-false-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-reprop-false-false-response-parameters.json" + }, { "name" : "notSelectable-noprop-true-unknown", "operation" : "validate-code", "request" : "notSelectable/validate-notSelectable-noprop-true-unknown-request-parameters.json", "response" : "notSelectable/validate-notSelectable-noprop-true-unknown-response-parameters.json" }, + { + "name" : "notSelectable-reprop-true-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-reprop-true-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-reprop-true-unknown-response-parameters.json" + }, { "name" : "notSelectable-prop-true-unknown", "operation" : "validate-code", @@ -1030,6 +1080,12 @@ "operation" : "validate-code", "request" : "notSelectable/validate-notSelectable-noprop-false-unknown-request-parameters.json", "response" : "notSelectable/validate-notSelectable-noprop-false-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-reprop-false-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-reprop-false-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-reprop-false-unknown-response-parameters.json" } ] },{ From 8b0c0ffbd91c22599321b826d4bdf7d9052114e2 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 15:20:43 +1100 Subject: [PATCH 40/58] add reverse case - right code wrong URL --- .../codesystem-notSelectable-unprop.json | 37 ++++++++++++ ...ectable-unprop-all-request-parameters.json | 7 +++ ...lectable-unprop-all-response-valueSet.json | 46 +++++++++++++++ ...table-unprop-false-request-parameters.json | 7 +++ ...ctable-unprop-false-response-valueSet.json | 31 ++++++++++ ...ctable-unprop-true-request-parameters.json | 7 +++ ...ectable-unprop-true-response-valueSet.json | 31 ++++++++++ ...unprop-false-false-request-parameters.json | 13 +++++ ...nprop-false-false-response-parameters.json | 42 ++++++++++++++ ...-unprop-false-true-request-parameters.json | 13 +++++ ...unprop-false-true-response-parameters.json | 47 +++++++++++++++ ...prop-false-unknown-request-parameters.json | 13 +++++ ...rop-false-unknown-response-parameters.json | 47 +++++++++++++++ ...-unprop-true-false-request-parameters.json | 13 +++++ ...unprop-true-false-response-parameters.json | 47 +++++++++++++++ ...e-unprop-true-true-request-parameters.json | 13 +++++ ...-unprop-true-true-response-parameters.json | 42 ++++++++++++++ ...nprop-true-unknown-request-parameters.json | 13 +++++ ...prop-true-unknown-response-parameters.json | 47 +++++++++++++++ .../valueset-notSelectable-unprop-all.json | 17 ++++++ .../valueset-notSelectable-unprop-false.json | 22 +++++++ .../valueset-notSelectable-unprop-true.json | 22 +++++++ tx/test-cases.json | 57 ++++++++++++++++++- 23 files changed, 633 insertions(+), 1 deletion(-) create mode 100644 tx/notSelectable/codesystem-notSelectable-unprop.json create mode 100644 tx/notSelectable/expand-notSelectable-unprop-all-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-unprop-all-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-unprop-false-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-unprop-true-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-false-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-false-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-false-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-false-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-false-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-true-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-true-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-true-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-true-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-unprop-true-unknown-response-parameters.json create mode 100644 tx/notSelectable/valueset-notSelectable-unprop-all.json create mode 100644 tx/notSelectable/valueset-notSelectable-unprop-false.json create mode 100644 tx/notSelectable/valueset-notSelectable-unprop-true.json diff --git a/tx/notSelectable/codesystem-notSelectable-unprop.json b/tx/notSelectable/codesystem-notSelectable-unprop.json new file mode 100644 index 00000000..c6206ffd --- /dev/null +++ b/tx/notSelectable/codesystem-notSelectable-unprop.json @@ -0,0 +1,37 @@ +{ + "resourceType" : "CodeSystem", + "id" : "notSelectable-unprop", + "url" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "version" : "0.1.0", + "name" : "NotSelectableTestCodeSystemUnProp", + "title" : "NotSelectable Test Code System Unknown Property", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "caseSensitive" : true, + "content" : "complete", + "property" : [{ + "code" : "notSelectable", + "uri" : "http://hl7.org/fhir/concept-properties#notSelectableX", + "type" : "boolean" + }], + "concept" : [{ + "code" : "codeU", + "display" : "Unknown Selectable State" + },{ + "code" : "codeS", + "display" : "Selectable Code", + "property" : [{ + "code" : "notSelectable", + "valueBoolean" : false + }] + },{ + "code" : "codeNS", + "display" : "Not Selectable Code", + "property" : [{ + "code" : "notSelectable", + "valueBoolean" : true + }] + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-all-request-parameters.json b/tx/notSelectable/expand-notSelectable-unprop-all-request-parameters.json new file mode 100644 index 00000000..b057aa74 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-unprop-all-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-all" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-all-response-valueSet.json b/tx/notSelectable/expand-notSelectable-unprop-all-response-valueSet.json new file mode 100644 index 00000000..fb99035e --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-unprop-all-response-valueSet.json @@ -0,0 +1,46 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetunPropAll", + "title" : "NotSelectable ValueSetunPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 3, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "code" : "codeNS", + "display" : "Not Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "code" : "codeS", + "display" : "Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "code" : "codeU", + "display" : "Unknown Selectable State" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-false-request-parameters.json b/tx/notSelectable/expand-notSelectable-unprop-false-request-parameters.json new file mode 100644 index 00000000..555680da --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-unprop-false-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json new file mode 100644 index 00000000..32636821 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json @@ -0,0 +1,31 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetUnPropAll", + "title" : "NotSelectable ValueSetUnPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 0, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-true-request-parameters.json b/tx/notSelectable/expand-notSelectable-unprop-true-request-parameters.json new file mode 100644 index 00000000..2e8f9fff --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-unprop-true-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json new file mode 100644 index 00000000..1122738e --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json @@ -0,0 +1,31 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetUnPropAll", + "title" : "NotSelectable ValueSetUnPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 0, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-false-request-parameters.json new file mode 100644 index 00000000..7dd1487f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-false-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json new file mode 100644 index 00000000..51dfeffe --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json @@ -0,0 +1,42 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-true-request-parameters.json new file mode 100644 index 00000000..807fcf2f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-false-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-true-response-parameters.json new file mode 100644 index 00000000..b278b145 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-false-true-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-unknown-request-parameters.json new file mode 100644 index 00000000..af32d596 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-false-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-unknown-response-parameters.json new file mode 100644 index 00000000..ccc23d0c --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-false-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-false-request-parameters.json new file mode 100644 index 00000000..0f5d63e2 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-true-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-false-response-parameters.json new file mode 100644 index 00000000..71356149 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-true-false-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-true-request-parameters.json new file mode 100644 index 00000000..b0c1102f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-true-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json new file mode 100644 index 00000000..8d313546 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json @@ -0,0 +1,42 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-unknown-request-parameters.json new file mode 100644 index 00000000..b5bb58a8 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-true-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-unknown-response-parameters.json new file mode 100644 index 00000000..0e9a5cc1 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-unprop-true-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-unprop-all.json b/tx/notSelectable/valueset-notSelectable-unprop-all.json new file mode 100644 index 00000000..2cd47343 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-unprop-all.json @@ -0,0 +1,17 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-unprop-all", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-all", + "version" : "5.0.0", + "name" : "NotSelectableValueSetUnPropAll", + "title" : "NotSelectable ValueSetUnPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-unprop-false.json b/tx/notSelectable/valueset-notSelectable-unprop-false.json new file mode 100644 index 00000000..7bdb24dd --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-unprop-false.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-unprop-false", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false", + "version" : "5.0.0", + "name" : "NotSelectableValueSetUnPropAll", + "title" : "NotSelectable ValueSetUnPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "false" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-unprop-true.json b/tx/notSelectable/valueset-notSelectable-unprop-true.json new file mode 100644 index 00000000..3b6579b2 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-unprop-true.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-unprop-true", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true", + "version" : "5.0.0", + "name" : "NotSelectableValueSetUnPropAll", + "title" : "NotSelectable ValueSetUnPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "true" + }] + }] + } +} \ No newline at end of file diff --git a/tx/test-cases.json b/tx/test-cases.json index 8f210b47..5ee368b6 100644 --- a/tx/test-cases.json +++ b/tx/test-cases.json @@ -923,7 +923,8 @@ "setup" : [ "notSelectable/codesystem-notSelectable-prop.json", "notSelectable/valueset-notSelectable-prop-all.json", "notSelectable/valueset-notSelectable-prop-false.json", "notSelectable/valueset-notSelectable-prop-true.json", "notSelectable/codesystem-notSelectable-noprop.json", "notSelectable/valueset-notSelectable-noprop-all.json", "notSelectable/valueset-notSelectable-noprop-false.json", "notSelectable/valueset-notSelectable-noprop-true.json", - "notSelectable/codesystem-notSelectable-reprop.json", "notSelectable/valueset-notSelectable-reprop-all.json", "notSelectable/valueset-notSelectable-reprop-false.json", "notSelectable/valueset-notSelectable-reprop-true.json"], + "notSelectable/codesystem-notSelectable-reprop.json", "notSelectable/valueset-notSelectable-reprop-all.json", "notSelectable/valueset-notSelectable-reprop-false.json", "notSelectable/valueset-notSelectable-reprop-true.json", + "notSelectable/codesystem-notSelectable-unprop.json", "notSelectable/valueset-notSelectable-unprop-all.json", "notSelectable/valueset-notSelectable-unprop-false.json", "notSelectable/valueset-notSelectable-unprop-true.json"], "tests" : [ { "name" : "notSelectable-prop-all", @@ -943,6 +944,12 @@ "request" : "notSelectable/expand-notSelectable-reprop-all-request-parameters.json", "response" : "notSelectable/expand-notSelectable-reprop-all-response-valueSet.json" }, + { + "name" : "notSelectable-unprop-all", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-reprop-all-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-reprop-all-response-valueSet.json" + }, { "name" : "notSelectable-prop-true", "operation" : "expand", @@ -961,6 +968,12 @@ "request" : "notSelectable/expand-notSelectable-reprop-true-request-parameters.json", "response" : "notSelectable/expand-notSelectable-reprop-true-response-valueSet.json" }, + { + "name" : "notSelectable-unprop-true", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-unprop-true-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-unprop-true-response-valueSet.json" + }, { "name" : "notSelectable-prop-false", "operation" : "expand", @@ -979,6 +992,12 @@ "request" : "notSelectable/expand-notSelectable-reprop-false-request-parameters.json", "response" : "notSelectable/expand-notSelectable-reprop-false-response-valueSet.json" }, + { + "name" : "notSelectable-unprop-false", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-unprop-false-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-unprop-false-response-valueSet.json" + }, { "name" : "notSelectable-prop-true-true", "operation" : "validate-code", @@ -997,6 +1016,12 @@ "request" : "notSelectable/validate-notSelectable-reprop-true-true-request-parameters.json", "response" : "notSelectable/validate-notSelectable-reprop-true-true-response-parameters.json" }, + { + "name" : "notSelectable-unprop-true-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-unprop-true-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json" + }, { "name" : "notSelectable-prop-true-false", "operation" : "validate-code", @@ -1015,6 +1040,12 @@ "request" : "notSelectable/validate-notSelectable-reprop-true-false-request-parameters.json", "response" : "notSelectable/validate-notSelectable-reprop-true-false-response-parameters.json" }, + { + "name" : "notSelectable-unprop-true-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-unprop-true-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-unprop-true-false-response-parameters.json" + }, { "name" : "notSelectable-prop-false-true", "operation" : "validate-code", @@ -1033,6 +1064,12 @@ "request" : "notSelectable/validate-notSelectable-reprop-false-true-request-parameters.json", "response" : "notSelectable/validate-notSelectable-reprop-false-true-response-parameters.json" }, + { + "name" : "notSelectable-unprop-false-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-unprop-false-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-unprop-false-true-response-parameters.json" + }, { "name" : "notSelectable-prop-false-false", "operation" : "validate-code", @@ -1051,6 +1088,12 @@ "request" : "notSelectable/validate-notSelectable-reprop-false-false-request-parameters.json", "response" : "notSelectable/validate-notSelectable-reprop-false-false-response-parameters.json" }, + { + "name" : "notSelectable-unprop-false-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-unprop-false-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json" + }, { "name" : "notSelectable-noprop-true-unknown", "operation" : "validate-code", @@ -1063,6 +1106,12 @@ "request" : "notSelectable/validate-notSelectable-reprop-true-unknown-request-parameters.json", "response" : "notSelectable/validate-notSelectable-reprop-true-unknown-response-parameters.json" }, + { + "name" : "notSelectable-unprop-true-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-unprop-true-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-unprop-true-unknown-response-parameters.json" + }, { "name" : "notSelectable-prop-true-unknown", "operation" : "validate-code", @@ -1086,6 +1135,12 @@ "operation" : "validate-code", "request" : "notSelectable/validate-notSelectable-reprop-false-unknown-request-parameters.json", "response" : "notSelectable/validate-notSelectable-reprop-false-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-unprop-false-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-unprop-false-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-unprop-false-unknown-response-parameters.json" } ] },{ From 184b56fbdfb7a936fae109a2c8d790977019b9ca Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 21:45:30 +1100 Subject: [PATCH 41/58] update unprop test cases after discussion with MLawley --- ...ctable-unprop-false-response-valueSet.json | 7 +++++- ...ectable-unprop-true-response-valueSet.json | 8 +++++- ...nprop-false-false-response-parameters.json | 25 +++---------------- ...-unprop-true-true-response-parameters.json | 25 +++---------------- 4 files changed, 19 insertions(+), 46 deletions(-) diff --git a/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json b/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json index 32636821..f8a138d3 100644 --- a/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-unprop-false-response-valueSet.json @@ -17,7 +17,7 @@ "expansion" : { "identifier" : "$uuid$", "timestamp" : "$instant$", - "total" : 0, + "total" : 1, "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" @@ -26,6 +26,11 @@ "$optional$" : true, "name" : "version", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "code" : "codeS", + "display" : "Selectable Code" }] } } \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json b/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json index 1122738e..f360228c 100644 --- a/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-unprop-true-response-valueSet.json @@ -17,7 +17,7 @@ "expansion" : { "identifier" : "$uuid$", "timestamp" : "$instant$", - "total" : 0, + "total" : 1, "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" @@ -26,6 +26,12 @@ "$optional$" : true, "name" : "version", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" }] } } \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json index 51dfeffe..be21f1d4 100644 --- a/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json +++ b/tx/notSelectable/validate-notSelectable-unprop-false-false-response-parameters.json @@ -5,31 +5,12 @@ "valueCode" : "codeS" }, { - "name" : "issues", - "resource" : { - "resourceType" : "OperationOutcome", - "issue" : [{ - "severity" : "error", - "code" : "code-invalid", - "details" : { - "coding" : [{ - "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", - "code" : "not-in-vs" - }], - "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" - }, - "location" : ["Coding.code"], - "expression" : ["Coding.code"] - }] - } - }, - { - "name" : "message", - "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-false|5.0.0'" + "name" : "display", + "valueString" : "Selectable Code" }, { "name" : "result", - "valueBoolean" : false + "valueBoolean" : true }, { "name" : "system", diff --git a/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json index 8d313546..18e35b1d 100644 --- a/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json +++ b/tx/notSelectable/validate-notSelectable-unprop-true-true-response-parameters.json @@ -5,31 +5,12 @@ "valueCode" : "codeNS" }, { - "name" : "issues", - "resource" : { - "resourceType" : "OperationOutcome", - "issue" : [{ - "severity" : "error", - "code" : "code-invalid", - "details" : { - "coding" : [{ - "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", - "code" : "not-in-vs" - }], - "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" - }, - "location" : ["Coding.code"], - "expression" : ["Coding.code"] - }] - } - }, - { - "name" : "message", - "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-unprop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-unprop-true|5.0.0'" + "name" : "display", + "valueString" : "Not Selectable Code" }, { "name" : "result", - "valueBoolean" : false + "valueBoolean" : true }, { "name" : "system", From 775100f16897447169a5ead431f673fce496b8ab Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 22:25:18 +1100 Subject: [PATCH 42/58] update generated narrative for prefixing anchors with 'hc' --- r5/narrative/parameters-example.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/r5/narrative/parameters-example.html b/r5/narrative/parameters-example.html index ba0646c8..9c368435 100644 --- a/r5/narrative/parameters-example.html +++ b/r5/narrative/parameters-example.html @@ -24,6 +24,7 @@

Parameters

Generated Narrative: PractitionerRole +

practitioner @@ -52,6 +53,7 @@

Parameters

Generated Narrative: Practitioner +

identifier @@ -110,6 +112,7 @@

Communications

Generated Narrative: Organization +

identifier From c5c864842345378a91103abf449a74022eb0bde8 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 8 Mar 2024 22:25:34 +1100 Subject: [PATCH 43/58] add test case for Codesystem properties and designations --- validator/cs-bad-props.json | 51 +++++++++ validator/manifest.json | 211 ++++++++++++++++++++++++++---------- 2 files changed, 207 insertions(+), 55 deletions(-) create mode 100644 validator/cs-bad-props.json diff --git a/validator/cs-bad-props.json b/validator/cs-bad-props.json new file mode 100644 index 00000000..e089883e --- /dev/null +++ b/validator/cs-bad-props.json @@ -0,0 +1,51 @@ +{ + "resourceType" : "CodeSystem", + "language" : "en-US", + "id" : "cs-bad-props", + "url" : "http://hl7.org/fhir/test/cs-bad-props", + "status" : "draft", + "content" : "complete", + "caseSensitive" : false, + "property" : [{ + "uri" : "http://hl7.org/fhir/concept-properties#notSelectable", + "code" : "notSelectable", + "type" : "dateTime" + },{ + "code" : "notSelectable", + "type" : "boolean" + },{ + "uri" : "http://hl7.org/fhir/concept-properties#notSelectable", + "code" : "not-selectable", + "type" : "boolean" + },{ + "code" : "synonym", + "type" : "decimal" + },{ + "uri" : "http://hl7.org/fhir/concept-properties#deprecationDate", + "code" : "inactive", + "type" : "code" + }], + "concept" : [{ + "code" : "code1", + "display" : "Test Code", + "designation" : [{ + "value" : "Really a test code" + },{ + "language" : "en-US", + "value" : "Really a test code (US)" + },{ + "language" : "en-AU", + "value" : "Really a test code (AU)" + }], + "property" : [{ + "code" : "not-a-code", + "valueBoolean" : false + },{ + "code" : "notSelectable", + "valueBoolean" : false + },{ + "code" : "synonym", + "valueInteger" : 12 + }] + }] +} \ No newline at end of file diff --git a/validator/manifest.json b/validator/manifest.json index 756aec8b..567aeed0 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -7190,61 +7190,6 @@ "Bundle.entry[3].resource/*Bundle/5152d044-f569-4ab4-bff8-bb69f55fea98*/.meta.profile[0]" ] }, - { - "severity": "information", - "code": "not-found", - "details": { - "text": "Can't find 'urn:uuid:9439fa97-f1a9-438d-8a9c-80f52bcbce64' in the bundle (Bundle.entry[3].resource.entry[0].resource.subject)" - }, - "diagnostics": "[1,91]", - "expression": [ - "Bundle" - ] - }, - { - "severity": "information", - "code": "not-found", - "details": { - "text": "Can't find 'urn:uuid:a7f1f367-144b-4bf3-8c65-a0826787986b' in the bundle (Bundle.entry[3].resource.entry[0].resource.encounter)" - }, - "diagnostics": "[1,91]", - "expression": [ - "Bundle" - ] - }, - { - "severity": "information", - "code": "not-found", - "details": { - "text": "Can't find 'urn:uuid:b8fe561b-6b36-46f5-b6bb-433529955b8c' in the bundle (Bundle.entry[3].resource.entry[0].resource.author[0])" - }, - "diagnostics": "[1,91]", - "expression": [ - "Bundle" - ] - }, - { - "severity": "information", - "code": "not-found", - "details": { - "text": "Can't find 'urn:uuid:97775e71-21d7-4f2d-aadb-2f3f5a1da6a6' in the bundle (Bundle.entry[3].resource.entry[0].resource.custodian)" - }, - "diagnostics": "[1,91]", - "expression": [ - "Bundle" - ] - }, - { - "severity": "information", - "code": "not-found", - "details": { - "text": "Can't find 'urn:uuid:16bbba8a-ba9b-46ea-b571-a64dba136a2a' in the bundle (Bundle.entry[3].resource.entry[0].resource.section[7].entry[0])" - }, - "diagnostics": "[1,91]", - "expression": [ - "Bundle" - ] - }, { "severity": "error", "code": "not-found", @@ -47271,6 +47216,162 @@ } } }, + { + "name": "cs-bad-props", + "file": "cs-bad-props.json", + "version": "4.0", + "explanation": "Mixing and matching bad property definitions in code systems", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "Wrong type 'dateTime': The URI 'http://hl7.org/fhir/concept-properties#notSelectable' identifies a property that has the type 'boolean'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[0]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "A property is already defined with the code 'notSelectable'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[1]" + ] + }, + { + "severity": "warning", + "code": "business-rule", + "details": { + "text": "This property has only the standard code ('notSelectable') but not the standard URI 'http://hl7.org/fhir/concept-properties#notSelectable', so it has no clearly defined meaning in the terminology ecosystem" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[1]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "A property is already defined with the URI 'http://hl7.org/fhir/concept-properties#notSelectable'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[2]" + ] + }, + { + "severity": "warning", + "code": "business-rule", + "details": { + "text": "This property has only the standard code ('synonym') but not the standard URI 'http://hl7.org/fhir/concept-properties#synonym', so it has no clearly defined meaning in the terminology ecosystem" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[3]" + ] + }, + { + "severity": "warning", + "code": "business-rule", + "details": { + "text": "Wrong type 'decimal': The code 'synonym' identifies a property that has the type 'code'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[3]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The URI 'http://hl7.org/fhir/concept-properties#deprecationDate' is normally assigned the code 'deprecationDate'. Using the code 'inactive' will usually create confusion in ValueSet filters etc" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[4]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "Wrong type 'code': The URI 'http://hl7.org/fhir/concept-properties#deprecationDate' identifies a property that has the type 'dateTime'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.property[4]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The property 'not-a-code' has no definition. Many terminology tools wont know what to do with it" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].property[0]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The property 'notSelectable' has the invalid type 'boolean', when it is defined to have the type 'dateTime'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].property[1]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The property 'synonym' has the invalid type 'integer', when it is defined to have the type 'decimal'" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].property[2]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The designation 'Really a test code' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].designation[0]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The designation 'Really a test code (US)' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].designation[1]" + ] + } + ] + } + } + }, { "name": "zzz", "file": "zzz.json", From 26947260b37c349d21e2679b199a0cbe881be560 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 11 Mar 2024 00:18:40 +1100 Subject: [PATCH 44/58] ValueSet validation corrections --- validator/manifest.json | 124 ++++++++++++++++++++++++++++++++++-- validator/vs-bad-props.json | 39 ++++++++++++ 2 files changed, 156 insertions(+), 7 deletions(-) create mode 100644 validator/vs-bad-props.json diff --git a/validator/manifest.json b/validator/manifest.json index 567aeed0..73ce91e3 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -20401,6 +20401,7 @@ "details": { "text": "No System specified, so Concepts and Filters can't be checked" }, + "diagnostics": "[32,8]", "expression": [ "ValueSet.compose.exclude[0]" ] @@ -20996,6 +20997,7 @@ "details": { "text": "The code '1' is not valid in the system http://snomed.info/sct" }, + "diagnostics": "[15,12]", "expression": [ "ValueSet.compose.include[0].concept[0]" ] @@ -21006,6 +21008,7 @@ "details": { "text": "Unknown code '1' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'" }, + "diagnostics": "[15,12]", "expression": [ "ValueSet.compose.include[0].concept[0]" ] @@ -31974,6 +31977,7 @@ "details": { "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" }, + "diagnostics": "[30,8]", "expression": [ "ValueSet.compose.include[0]" ] @@ -32028,6 +32032,7 @@ "details": { "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" }, + "diagnostics": "[30,8]", "expression": [ "ValueSet.compose.include[0]" ] @@ -32060,6 +32065,7 @@ "details": { "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" }, + "diagnostics": "[30,8]", "expression": [ "ValueSet.compose.include[0]" ] @@ -32114,6 +32120,7 @@ "details": { "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" }, + "diagnostics": "[30,8]", "expression": [ "ValueSet.compose.include[0]" ] @@ -46566,6 +46573,7 @@ "details": { "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" }, + "diagnostics": "[5,6]", "expression": [ "ValueSet.compose.include[0]" ] @@ -46576,6 +46584,7 @@ "details": { "text": "No matching contained code system found for system '#cs1'" }, + "diagnostics": "[5,6]", "expression": [ "ValueSet.compose.include[0]" ] @@ -46610,6 +46619,7 @@ "details": { "text": "URI values in ValueSet.compose.include.system must be absolute. To reference a contained code system, use the full CodeSystem URL and reference it using the http://hl7.org/fhir/StructureDefinition/valueset-system extension" }, + "diagnostics": "[5,6]", "expression": [ "ValueSet.compose.include[0]" ] @@ -47317,7 +47327,29 @@ "severity": "error", "code": "business-rule", "details": { - "text": "The property 'not-a-code' has no definition. Many terminology tools wont know what to do with it" + "text": "The designation 'Really a test code' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].designation[0]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The designation 'Really a test code (US)' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" + }, + "diagnostics": "[1,2]", + "expression": [ + "CodeSystem.concept[0].designation[1]" + ] + }, + { + "severity": "error", + "code": "business-rule", + "details": { + "text": "The property 'not-a-code' has no definition in CodeSystem.property. Many terminology tools won't know what to do with it" }, "diagnostics": "[1,2]", "expression": [ @@ -47347,25 +47379,103 @@ ] }, { - "severity": "error", + "severity": "warning", "code": "business-rule", "details": { - "text": "The designation 'Really a test code' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" + "text": "The synonym '12' is not also defined in the code system. The Synonym property should only used to declare equivalence to other existing codes" }, "diagnostics": "[1,2]", "expression": [ - "CodeSystem.concept[0].designation[0]" + "CodeSystem.concept[0].property[2]" ] - }, + } + ] + } + } + }, + { + "name": "vs-bad-props", + "file": "vs-bad-props.json", + "version": "4.0", + "explanation": "Bad filters based on code system properties", + "java": { + "outcome": { + "resourceType": "OperationOutcome", + "issue": [ { "severity": "error", "code": "business-rule", "details": { - "text": "The designation 'Really a test code (US)' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" + "text": "When HL7 is publishing a resource, the owning committee must be stated using the http://hl7.org/fhir/StructureDefinition/structuredefinition-wg extension" }, "diagnostics": "[1,2]", "expression": [ - "CodeSystem.concept[0].designation[1]" + "ValueSet" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "The value for a filter based on property 'concept' must be a valid code from the system 'http://snomed.info/sct', and 'something' is not (Unknown code 'something' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201')" + }, + "expression": [ + "ValueSet.compose.include[0].filter[0]" + ] + }, + { + "severity": "warning", + "code": "invalid", + "details": { + "text": "The property '2342342123' is not known for the system 'http://snomed.info/sct', so may not be understood by the terminology ecosystem. Known properties for this system: concept,code,status,inactive,effectiveDate,deprecationDate,retirementDate,notSelectable,parent,child,partOf,synonym,comment,itemWeight,expression,expressions,definitionStatusId,moduleId,normalForm,normalFormTerse,Due to,Associated with,Associated morphology,Has specimen,Specimen source morphology,Specimen source topography,Specimen source identity,Specimen procedure,Part of,Has active ingredient,Subject of information,Causative agent,Associated finding,Component,Severity,Occurrence,Episodicity,Technique,Revision status,Units,After,Access,Method,Priority,Clinical course,Laterality,Associated procedure,Finding site,Direct morphology,Direct substance,Has focus,Has intent,Procedure site,Has definitional manifestation,Indirect morphology,Indirect device,Has interpretation,Interprets,Measurement method,Property,Recipient category,Scale type,Specimen substance,Time aspect,Pathological process,Procedure site - Direct,Procedure site - Indirect,Procedure device,Procedure morphology,Finding context,Procedure context,Temporal context,Subject relationship context,Route of administration,Has dose form,Finding method,Finding informer,Using device,Using energy,Using substance,Surgical approach,Using access device,Role group,Property type,Inheres in,Towards,Characterizes,Process agent,Process duration,Process output,Relative to,Precondition,Direct site,Specified by,Observes,Is about,constraint,410662002,42752001,47429007,116676008,116686009,118168003,118169006,118170007,118171006,127489000,131195008,246075003,246090004,246093002,246112005,246454002,246456000,246501002,246513007,246514001,255234002,260507000,260686004,260870009,263502005,272741003,288556008,363589002,363698007,363699004,363700003,363701004,363702006,363703001,363704007,363705008,363709002,363710007,363713009,363714003,370129005,370130000,370131001,370132008,370133003,370134009,370135005,371881003,405813007,405814001,405815000,405816004,408729009,408730004,408731000,408732007,410675002,411116001,418775008,419066007,424226004,424244007,424361007,424876005,425391005,609096000,704319004,704320005,704321009,704322002,704323007,704324001,704325000,704326004,704327008,704346009,704347000,704647008,718497002,719715003,719722006,726542003,726633004,732943007,732945000,732947008,733722007,733725009,733928003,733930001,733931002,733932009,733933004,734136001,734137005,736472000,736473005,736474004,736475003,736476002,736518005,738774007,762705008,762706009,762949000,762951001,763032000,766939001,774081006,774158006,774159003,774160008,774163005,827081001,836358009,840560000,860779006,860781008,1003703000,1003735000,1142135004,1142136003,1142137007,1142138002,1142139005,1142140007,1142141006,1142142004,1142143009,1148793005,1148965004,1148967007,1148968002,1148969005,1149366004,1149367008,1230370004,320091000221107" + }, + "diagnostics": "[13,8]", + "expression": [ + "ValueSet.compose.include[0].filter[1]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "The operation 'not-in' is not allowed for property '1142143009'. Allowed ops: =,in" + }, + "diagnostics": "[17,8]", + "expression": [ + "ValueSet.compose.include[0].filter[2]" + ] + }, + { + "severity": "error", + "code": "invalid", + "details": { + "text": "The value for a filter based on property 'notSelectable' must be either 'true' or 'false', not '1'" + }, + "diagnostics": "[24,8]", + "expression": [ + "ValueSet.compose.include[1].filter[0]" + ] + }, + { + "severity": "warning", + "code": "invalid", + "details": { + "text": "The property 'non-selectable' is not known for the system 'http://terminology.hl7.org/CodeSystem/ex-tooth', so may not be understood by the terminology ecosystem. Known properties for this system: concept,code,status,inactive,effectiveDate,deprecationDate,retirementDate,notSelectable,synonym,comment,itemWeight" + }, + "diagnostics": "[28,8]", + "expression": [ + "ValueSet.compose.include[1].filter[1]" + ] + }, + { + "severity": "warning", + "code": "invalid", + "details": { + "text": "The property 'parent' is not known for the system 'http://terminology.hl7.org/CodeSystem/ex-tooth', so may not be understood by the terminology ecosystem. Known properties for this system: concept,code,status,inactive,effectiveDate,deprecationDate,retirementDate,notSelectable,synonym,comment,itemWeight" + }, + "diagnostics": "[32,8]", + "expression": [ + "ValueSet.compose.include[1].filter[2]" ] } ] diff --git a/validator/vs-bad-props.json b/validator/vs-bad-props.json new file mode 100644 index 00000000..fd683c42 --- /dev/null +++ b/validator/vs-bad-props.json @@ -0,0 +1,39 @@ +{ + "resourceType" : "ValueSet", + "id" : "vs-bad-props", + "url": "http://hl7.org/fhir/text/ValueSet/vs-bd-props", + "status" : "draft", + "compose" : { + "include" : [{ + "system" : "http://snomed.info/sct", + "filter" : [{ + "property" : "concept", + "op": "is-a", + "value" : "something" + },{ + "property" : "2342342123", + "op": "not-in", + "value" : "734137005" + },{ + "property" : "1142143009", + "op": "not-in", + "value" : "734137005" + }] + },{ + "system" : "http://terminology.hl7.org/CodeSystem/ex-tooth", + "filter" : [{ + "property" : "notSelectable", + "op": "=", + "value" : "1" + },{ + "property" : "non-selectable", + "op": "=", + "value" : "true" + },{ + "property" : "parent", + "op": "=", + "value" : "something" + }] + }] + } +} \ No newline at end of file From fe1699829ae49dce97cf72bdf99c8e8f31d1a27d Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 11 Mar 2024 06:33:37 +1100 Subject: [PATCH 45/58] Release notes --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29b..ef51d95b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +* Add validation test cases for proper use of ValueSet.compose.include.system with contained code systems and supplements +* Add validation test cases for CodeSystem properties and designations & ValeSet properties +* Update expected SNOMED CT Version in test cases after update on tx.fhir.org +* Add tx test cases around notSelectable +* Update generated narrative tests for prefixing anchors with 'hc' + From 689b33f040547a5d28e3b5900ab682e05f60976b Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Sun, 10 Mar 2024 19:51:43 +0000 Subject: [PATCH 46/58] Release: v1.5.1 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf4bc658..fcbe0258 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.1-SNAPSHOT + 1.5.1 jar HL7 FHIR Test Cases From 67d27365a06a6314420e64dd048294ce56c860e7 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Sun, 10 Mar 2024 19:56:19 +0000 Subject: [PATCH 47/58] Updating version to: 1.5.2-SNAPSHOT --- RELEASE_NOTES.md | 6 ------ pom.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ef51d95b..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +0,0 @@ -* Add validation test cases for proper use of ValueSet.compose.include.system with contained code systems and supplements -* Add validation test cases for CodeSystem properties and designations & ValeSet properties -* Update expected SNOMED CT Version in test cases after update on tx.fhir.org -* Add tx test cases around notSelectable -* Update generated narrative tests for prefixing anchors with 'hc' - diff --git a/pom.xml b/pom.xml index fcbe0258..35e41269 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.1 + 1.5.2-SNAPSHOT jar HL7 FHIR Test Cases From 29953c3522c00b52b99258ceff13349f692b6502 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 12 Mar 2024 17:04:59 +1100 Subject: [PATCH 48/58] Add test cases for notSelectable and in|not-in filters --- ...Selectable-prop-in-request-parameters.json | 7 +++ ...tSelectable-prop-in-response-valueSet.json | 37 +++++++++++ ...electable-prop-out-request-parameters.json | 7 +++ ...Selectable-prop-out-response-valueSet.json | 41 ++++++++++++ ...ctable-prop-trueUC-request-parameters.json | 7 +++ ...ectable-prop-trueUC-response-valueSet.json | 22 +++++++ ...able-prop-in-false-request-parameters.json | 13 ++++ ...ble-prop-in-false-response-parameters.json | 47 ++++++++++++++ ...table-prop-in-true-request-parameters.json | 13 ++++ ...able-prop-in-true-response-parameters.json | 23 +++++++ ...le-prop-in-unknown-request-parameters.json | 13 ++++ ...e-prop-in-unknown-response-parameters.json | 47 ++++++++++++++ ...ble-prop-out-false-request-parameters.json | 13 ++++ ...le-prop-out-false-response-parameters.json | 23 +++++++ ...able-prop-out-true-request-parameters.json | 13 ++++ ...ble-prop-out-true-response-parameters.json | 47 ++++++++++++++ ...e-prop-out-unknown-request-parameters.json | 13 ++++ ...-prop-out-unknown-response-parameters.json | 24 +++++++ ...e-prop-trueUC-true-request-parameters.json | 13 ++++ ...-prop-trueUC-true-response-parameters.json | 46 ++++++++++++++ .../valueset-notSelectable-prop-in.json | 22 +++++++ .../valueset-notSelectable-prop-out.json | 22 +++++++ .../valueset-notSelectable-prop-trueUC.json | 22 +++++++ tx/test-cases.json | 62 ++++++++++++++++++- 24 files changed, 596 insertions(+), 1 deletion(-) create mode 100644 tx/notSelectable/expand-notSelectable-prop-in-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-in-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-out-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-out-response-valueSet.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-trueUC-request-parameters.json create mode 100644 tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-in-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-in-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-in-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-in-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-in-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-in-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-out-false-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-out-false-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-out-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-out-true-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-out-unknown-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-out-unknown-response-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-trueUC-true-request-parameters.json create mode 100644 tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json create mode 100644 tx/notSelectable/valueset-notSelectable-prop-in.json create mode 100644 tx/notSelectable/valueset-notSelectable-prop-out.json create mode 100644 tx/notSelectable/valueset-notSelectable-prop-trueUC.json diff --git a/tx/notSelectable/expand-notSelectable-prop-in-request-parameters.json b/tx/notSelectable/expand-notSelectable-prop-in-request-parameters.json new file mode 100644 index 00000000..a6d4bff5 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-in-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-in-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-in-response-valueSet.json new file mode 100644 index 00000000..fc0bae4a --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-in-response-valueSet.json @@ -0,0 +1,37 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in", + "version" : "5.0.0", + "name" : "InNotSelectableValueSetWithPropAll", + "title" : "InNotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 1, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "abstract" : true, + "code" : "codeNS", + "display" : "Not Selectable Code" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-out-request-parameters.json b/tx/notSelectable/expand-notSelectable-prop-out-request-parameters.json new file mode 100644 index 00000000..4b16cbfd --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-out-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-out-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-out-response-valueSet.json new file mode 100644 index 00000000..8b1c9035 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-out-response-valueSet.json @@ -0,0 +1,41 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out", + "version" : "5.0.0", + "name" : "OutNotSelectableValueSetWithPropAll", + "title" : "OutNotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 2, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }, + { + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }], + "contains" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "code" : "codeS", + "display" : "Selectable Code" + }, + { + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "code" : "codeU", + "display" : "Unknown Selectable State" + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-trueUC-request-parameters.json b/tx/notSelectable/expand-notSelectable-prop-trueUC-request-parameters.json new file mode 100644 index 00000000..139903cf --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-trueUC-request-parameters.json @@ -0,0 +1,7 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUrl" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-trueUC" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json new file mode 100644 index 00000000..fe8dc256 --- /dev/null +++ b/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json @@ -0,0 +1,22 @@ +{ + "$optional-properties$" : ["date", "publisher", "compose"], + "resourceType" : "ValueSet", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-trueUC", + "version" : "5.0.0", + "name" : "NotSelectableUCValueSetWithPropAll", + "title" : "NotSelectable UC ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/draft" + }] + }, + "expansion" : { + "identifier" : "$uuid$", + "timestamp" : "$instant$", + "total" : 0 + } +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-in-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-in-false-request-parameters.json new file mode 100644 index 00000000..fd3c7450 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-in-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-in-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-in-false-response-parameters.json new file mode 100644 index 00000000..7929cc6c --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-in-false-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-in-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-in-true-request-parameters.json new file mode 100644 index 00000000..6680a415 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-in-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-in-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-in-true-response-parameters.json new file mode 100644 index 00000000..4fc40234 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-in-true-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-in-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-in-unknown-request-parameters.json new file mode 100644 index 00000000..bc385f1c --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-in-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-in-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-in-unknown-response-parameters.json new file mode 100644 index 00000000..661a7476 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-in-unknown-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeU' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-out-false-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-out-false-request-parameters.json new file mode 100644 index 00000000..0d1bfb80 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-out-false-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-out-false-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-out-false-response-parameters.json new file mode 100644 index 00000000..4fd1ea7b --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-out-false-response-parameters.json @@ -0,0 +1,23 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeS" + }, + { + "name" : "display", + "valueString" : "Selectable Code" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-out-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-out-true-request-parameters.json new file mode 100644 index 00000000..16d099e0 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-out-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-out-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-out-true-response-parameters.json new file mode 100644 index 00000000..bc41852f --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-out-true-response-parameters.json @@ -0,0 +1,47 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-out-unknown-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-out-unknown-request-parameters.json new file mode 100644 index 00000000..9043b569 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-out-unknown-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeU", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-out-unknown-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-out-unknown-response-parameters.json new file mode 100644 index 00000000..eb9faa20 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-out-unknown-response-parameters.json @@ -0,0 +1,24 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeU" + }, + { + "$optional$" : true, + "name" : "display", + "valueString" : "Unknown Selectable State" + }, + { + "name" : "result", + "valueBoolean" : true + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-trueUC-true-request-parameters.json b/tx/notSelectable/validate-notSelectable-prop-trueUC-true-request-parameters.json new file mode 100644 index 00000000..8c36ba39 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-trueUC-true-request-parameters.json @@ -0,0 +1,13 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "url", + "valueUri" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-trueUC" + },{ + "name" : "coding", + "valueCoding" : { + "code" : "codeNS", + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + } + }] +} \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json new file mode 100644 index 00000000..0d8c5f85 --- /dev/null +++ b/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json @@ -0,0 +1,46 @@ +{ + "resourceType" : "Parameters", + "parameter" : [{ + "name" : "code", + "valueCode" : "codeNS" + }, + { + "name" : "display", + "valueString" : "Not Selectable Code" + }, + { + "name" : "issues", + "resource" : { + "resourceType" : "OperationOutcome", + "issue" : [{ + "severity" : "error", + "code" : "code-invalid", + "details" : { + "coding" : [{ + "system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type", + "code" : "not-in-vs" + }], + "text" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-trueUC|5.0.0'" + }, + "location" : ["Coding.code"], + "expression" : ["Coding.code"] + }] + } + }, + { + "name" : "message", + "valueString" : "The provided code 'http://hl7.org/fhir/test/CodeSystem/notSelectable-prop#codeNS' was not found in the value set 'http://hl7.org/fhir/test/ValueSet/notSelectable-prop-trueUC|5.0.0'" + }, + { + "name" : "result", + "valueBoolean" : false + }, + { + "name" : "system", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop" + }, + { + "name" : "version", + "valueString" : "0.1.0" + }] +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-prop-in.json b/tx/notSelectable/valueset-notSelectable-prop-in.json new file mode 100644 index 00000000..4d598854 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-prop-in.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-prop-in", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-in", + "version" : "5.0.0", + "name" : "InNotSelectableValueSetWithPropAll", + "title" : "InNotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "filter" : [{ + "property" : "notSelectable", + "op" : "in", + "value" : "true" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-prop-out.json b/tx/notSelectable/valueset-notSelectable-prop-out.json new file mode 100644 index 00000000..456c2c16 --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-prop-out.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-prop-out", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-out", + "version" : "5.0.0", + "name" : "OutNotSelectableValueSetWithPropAll", + "title" : "OutNotSelectable ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "filter" : [{ + "property" : "notSelectable", + "op" : "not-in", + "value" : "true" + }] + }] + } +} \ No newline at end of file diff --git a/tx/notSelectable/valueset-notSelectable-prop-trueUC.json b/tx/notSelectable/valueset-notSelectable-prop-trueUC.json new file mode 100644 index 00000000..0cad7c4e --- /dev/null +++ b/tx/notSelectable/valueset-notSelectable-prop-trueUC.json @@ -0,0 +1,22 @@ +{ + "resourceType" : "ValueSet", + "id" : "notSelectable-prop-trueUC", + "url" : "http://hl7.org/fhir/test/ValueSet/notSelectable-prop-trueUC", + "version" : "5.0.0", + "name" : "NotSelectableUCValueSetWithPropAll", + "title" : "NotSelectable UC ValueSetWithPropAll", + "status" : "active", + "experimental" : false, + "date" : "2023-04-01", + "publisher" : "FHIR Project", + "compose" : { + "include" : [{ + "system" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop", + "filter" : [{ + "property" : "notSelectable", + "op" : "=", + "value" : "TRUE" + }] + }] + } +} \ No newline at end of file diff --git a/tx/test-cases.json b/tx/test-cases.json index 5ee368b6..ceb7ee89 100644 --- a/tx/test-cases.json +++ b/tx/test-cases.json @@ -921,7 +921,7 @@ "name" : "notSelectable", "description" : "Testing notSelectable", "setup" : [ - "notSelectable/codesystem-notSelectable-prop.json", "notSelectable/valueset-notSelectable-prop-all.json", "notSelectable/valueset-notSelectable-prop-false.json", "notSelectable/valueset-notSelectable-prop-true.json", + "notSelectable/codesystem-notSelectable-prop.json", "notSelectable/valueset-notSelectable-prop-all.json", "notSelectable/valueset-notSelectable-prop-false.json", "notSelectable/valueset-notSelectable-prop-true.json", "notSelectable/valueset-notSelectable-prop-trueUC.json", "notSelectable/valueset-notSelectable-prop-in.json", "notSelectable/valueset-notSelectable-prop-out.json", "notSelectable/codesystem-notSelectable-noprop.json", "notSelectable/valueset-notSelectable-noprop-all.json", "notSelectable/valueset-notSelectable-noprop-false.json", "notSelectable/valueset-notSelectable-noprop-true.json", "notSelectable/codesystem-notSelectable-reprop.json", "notSelectable/valueset-notSelectable-reprop-all.json", "notSelectable/valueset-notSelectable-reprop-false.json", "notSelectable/valueset-notSelectable-reprop-true.json", "notSelectable/codesystem-notSelectable-unprop.json", "notSelectable/valueset-notSelectable-unprop-all.json", "notSelectable/valueset-notSelectable-unprop-false.json", "notSelectable/valueset-notSelectable-unprop-true.json"], @@ -956,6 +956,12 @@ "request" : "notSelectable/expand-notSelectable-prop-true-request-parameters.json", "response" : "notSelectable/expand-notSelectable-prop-true-response-valueSet.json" }, + { + "name" : "notSelectable-prop-trueUC", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-prop-trueUC-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json" + }, { "name" : "notSelectable-noprop-true", "operation" : "expand", @@ -998,12 +1004,42 @@ "request" : "notSelectable/expand-notSelectable-unprop-false-request-parameters.json", "response" : "notSelectable/expand-notSelectable-unprop-false-response-valueSet.json" }, + { + "name" : "notSelectable-prop-in", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-prop-in-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-prop-in-response-valueSet.json" + }, + { + "name" : "notSelectable-prop-out", + "operation" : "expand", + "request" : "notSelectable/expand-notSelectable-prop-out-request-parameters.json", + "response" : "notSelectable/expand-notSelectable-prop-out-response-valueSet.json" + }, { "name" : "notSelectable-prop-true-true", "operation" : "validate-code", "request" : "notSelectable/validate-notSelectable-prop-true-true-request-parameters.json", "response" : "notSelectable/validate-notSelectable-prop-true-true-response-parameters.json" }, + { + "name" : "notSelectable-prop-trueUC-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-trueUC-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json" + }, + { + "name" : "notSelectable-prop-in-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-in-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-in-true-response-parameters.json" + }, + { + "name" : "notSelectable-prop-out-true", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-out-true-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-out-true-response-parameters.json" + }, { "name" : "notSelectable-noprop-true-true", "operation" : "validate-code", @@ -1028,6 +1064,30 @@ "request" : "notSelectable/validate-notSelectable-prop-true-false-request-parameters.json", "response" : "notSelectable/validate-notSelectable-prop-true-false-response-parameters.json" }, + { + "name" : "notSelectable-prop-in-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-in-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-in-false-response-parameters.json" + }, + { + "name" : "notSelectable-prop-in-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-in-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-in-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-prop-out-unknown", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-out-unknown-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-out-unknown-response-parameters.json" + }, + { + "name" : "notSelectable-prop-out-false", + "operation" : "validate-code", + "request" : "notSelectable/validate-notSelectable-prop-out-false-request-parameters.json", + "response" : "notSelectable/validate-notSelectable-prop-out-false-response-parameters.json" + }, { "name" : "notSelectable-noprop-true-false", "operation" : "validate-code", From 093525987d9317ea8dfb206f1a85e6005870f229 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 12 Mar 2024 18:52:31 +1100 Subject: [PATCH 49/58] fix issues in new tests --- .../expand-notSelectable-prop-trueUC-response-valueSet.json | 6 +++++- ...-notSelectable-prop-trueUC-true-response-parameters.json | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json index fe8dc256..c5357b62 100644 --- a/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json @@ -17,6 +17,10 @@ "expansion" : { "identifier" : "$uuid$", "timestamp" : "$instant$", - "total" : 0 + "total" : 0, + "parameter" : [{ + "name" : "used-codesystem", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + }] } } \ No newline at end of file diff --git a/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json b/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json index 0d8c5f85..9bdd00c8 100644 --- a/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json +++ b/tx/notSelectable/validate-notSelectable-prop-trueUC-true-response-parameters.json @@ -5,6 +5,7 @@ "valueCode" : "codeNS" }, { + "$optional$" : true, "name" : "display", "valueString" : "Not Selectable Code" }, From bcd66ccbbf4c27ff1bb7e88d8ded6f68db84f965 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 15 Mar 2024 18:21:06 +1100 Subject: [PATCH 50/58] add missing version param to tx test case --- .../expand-notSelectable-prop-trueUC-response-valueSet.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json b/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json index c5357b62..43653480 100644 --- a/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json +++ b/tx/notSelectable/expand-notSelectable-prop-trueUC-response-valueSet.json @@ -21,6 +21,10 @@ "parameter" : [{ "name" : "used-codesystem", "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" + },{ + "$optional$" : true, + "name" : "version", + "valueUri" : "http://hl7.org/fhir/test/CodeSystem/notSelectable-prop|0.1.0" }] } } \ No newline at end of file From ca63db0537dc84668889c08cbd83d45f7088b09a Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 18 Mar 2024 20:05:50 +1100 Subject: [PATCH 51/58] Add release notes --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29b..828e713d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1 @@ +* Add test cases for notSelectable and in|not-in filters From a14bb4dd6e039bb7fd65ab576e011acf1c3a4c9c Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 18 Mar 2024 09:08:39 +0000 Subject: [PATCH 52/58] Release: v1.5.2 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35e41269..684224fd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.2-SNAPSHOT + 1.5.2 jar HL7 FHIR Test Cases From 9a6639da9577edf67e7e9ad911ca4c786b35fbbe Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 18 Mar 2024 09:13:43 +0000 Subject: [PATCH 53/58] Updating version to: 1.5.3-SNAPSHOT --- RELEASE_NOTES.md | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 828e713d..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +0,0 @@ -* Add test cases for notSelectable and in|not-in filters diff --git a/pom.xml b/pom.xml index 684224fd..72649730 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.2 + 1.5.3-SNAPSHOT jar HL7 FHIR Test Cases From b3736d3c001fa380cff29b8536707c4c91eeb45b Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 20 Mar 2024 20:23:10 +1100 Subject: [PATCH 54/58] updates to terminology tests --- validator/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/validator/manifest.json b/validator/manifest.json index 73ce91e3..0b8a475b 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -10848,7 +10848,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '�g��' in the CodeSystem 'http://loinc.org' version '2.74'" + "text": "Unknown code '�g��' in the CodeSystem 'http://loinc.org' version '2.77'" }, "diagnostics": "[277,15]", "expression": [ @@ -20995,7 +20995,7 @@ "severity": "warning", "code": "business-rule", "details": { - "text": "The code '1' is not valid in the system http://snomed.info/sct" + "text": "The code '1' is not valid in the system http://snomed.info/sct (Unknown code '1' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201')" }, "diagnostics": "[15,12]", "expression": [ @@ -21017,7 +21017,7 @@ "severity": "warning", "code": "business-rule", "details": { - "text": "The code '2' is not valid in the system http://snomed.info/sct" + "text": "The code '2' is not valid in the system http://snomed.info/sct (Unknown code '2' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201')" }, "expression": [ "ValueSet.compose.include[0].concept[1]" @@ -33710,7 +33710,7 @@ "severity": "warning", "code": "code-invalid", "details": { - "text": "The Coding provided (urn:oid:1.2.840.114350.1.72.1.7.7.10.696784.13260#1) was not found in the value set 'ActEncounterCode' (http://terminology.hl7.org/ValueSet/v3-ActEncounterCode|2.0.0), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable). (error message = Error from http://tx-dev.fhir.org/r4: Element name mismatch (start: \"tr\"/ end: \"td\") at Line 168, Column 86)" + "text": "The code provided (urn:oid:1.2.840.114350.1.72.1.7.7.10.696784.13260#1) is not in the value set in the value set 'ActEncounterCode' (http://terminology.hl7.org/ValueSet/v3-ActEncounterCode|2.0.0), and a code should come from this value set unless it has no suitable code (the validator cannot judge what is suitable)" }, "diagnostics": "[12,4]", "expression": [ @@ -47324,7 +47324,7 @@ ] }, { - "severity": "error", + "severity": "warning", "code": "business-rule", "details": { "text": "The designation 'Really a test code' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" @@ -47335,7 +47335,7 @@ ] }, { - "severity": "error", + "severity": "warning", "code": "business-rule", "details": { "text": "The designation 'Really a test code (US)' has no use and is in the same language ('en-US'), so is not differentiated from the base display ('Test Code')" From 027647f53aaadcd0c2dbfe1fa815985b0ae41216 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 20 Mar 2024 21:00:54 +1100 Subject: [PATCH 55/58] unfix changes still in cache --- validator/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validator/manifest.json b/validator/manifest.json index 0b8a475b..b80b2f97 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -10848,7 +10848,7 @@ "severity": "error", "code": "code-invalid", "details": { - "text": "Unknown code '�g��' in the CodeSystem 'http://loinc.org' version '2.77'" + "text": "Unknown code '�g��' in the CodeSystem 'http://loinc.org' version '2.74'" }, "diagnostics": "[277,15]", "expression": [ @@ -33710,7 +33710,7 @@ "severity": "warning", "code": "code-invalid", "details": { - "text": "The code provided (urn:oid:1.2.840.114350.1.72.1.7.7.10.696784.13260#1) is not in the value set in the value set 'ActEncounterCode' (http://terminology.hl7.org/ValueSet/v3-ActEncounterCode|2.0.0), and a code should come from this value set unless it has no suitable code (the validator cannot judge what is suitable)" + "text": "The Coding provided (urn:oid:1.2.840.114350.1.72.1.7.7.10.696784.13260#1) was not found in the value set 'ActEncounterCode' (http://terminology.hl7.org/ValueSet/v3-ActEncounterCode|2.0.0), and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable). (error message = Error from http://tx-dev.fhir.org/r4: Element name mismatch (start: \"tr\"/ end: \"td\") at Line 168, Column 86)" }, "diagnostics": "[12,4]", "expression": [ From 24c0d2354660c59cb74f0a1e480456a762034a27 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 20 Mar 2024 22:45:57 +1100 Subject: [PATCH 56/58] release notes --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29b..052301d0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1 @@ +* minor adjustments to test cases for adjustment of code system issue severity From 909ab52f36657badf62f04dce9246f96c27ad31b Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 20 Mar 2024 11:48:41 +0000 Subject: [PATCH 57/58] Release: v1.5.3 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72649730..e90d68cf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.3-SNAPSHOT + 1.5.3 jar HL7 FHIR Test Cases From 4d923486ac058cc41d2682e51f502300c3d6d5e1 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 20 Mar 2024 11:53:08 +0000 Subject: [PATCH 58/58] Updating version to: 1.5.4-SNAPSHOT --- RELEASE_NOTES.md | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 052301d0..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +0,0 @@ -* minor adjustments to test cases for adjustment of code system issue severity diff --git a/pom.xml b/pom.xml index e90d68cf..5d317c65 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.5.3 + 1.5.4-SNAPSHOT jar HL7 FHIR Test Cases

-- Telecom
** +1 555 234 1234 , contact@erad.acme.org From 32c4183fb5d2bbdf8247ff22a030ad4a2e0fd4b5 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 30 Jan 2024 19:03:18 +1100 Subject: [PATCH 08/58] fix for changing to Identifier rendering --- validator/manifest.json | 10 ---------- validator/{device-r4.xml => xver-device-r4.xml} | 3 +-- validator/{device-r5.xml => xver-device-r5.xml} | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) rename validator/{device-r4.xml => xver-device-r4.xml} (96%) rename validator/{device-r5.xml => xver-device-r5.xml} (96%) diff --git a/validator/manifest.json b/validator/manifest.json index 4fb9fbed..62669148 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -38728,16 +38728,6 @@ "expression": [ "StructureDefinition.differential.element[0]" ] - }, - { - "severity": "warning", - "code": "business-rule", - "details": { - "text": "The valueSet reference http://hl7.org/fhir/ValueSet/birthDate on element Patient.birthDate could not be resolved" - }, - "expression": [ - "StructureDefinition.differential.element[0].binding" - ] } ] } diff --git a/validator/device-r4.xml b/validator/xver-device-r4.xml similarity index 96% rename from validator/device-r4.xml rename to validator/xver-device-r4.xml index 2660446b..a2851baf 100644 --- a/validator/device-r4.xml +++ b/validator/xver-device-r4.xml @@ -1,7 +1,6 @@ - @@ -19,7 +18,7 @@ - + \ No newline at end of file diff --git a/validator/device-r5.xml b/validator/xver-device-r5.xml similarity index 96% rename from validator/device-r5.xml rename to validator/xver-device-r5.xml index 9b0d2d27..a3af4323 100644 --- a/validator/device-r5.xml +++ b/validator/xver-device-r5.xml @@ -5,7 +5,7 @@ - + From 861434e3a307d372516a002790d3b19fb198420f Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 30 Jan 2024 20:08:09 +1100 Subject: [PATCH 09/58] release notes --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29b..5401eb66 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1,4 @@ +* Rendering tests: fix for changing to Identifier rendering +* Validation tests: fix validation test for correction to value set test in BaseWorkerContext +* FHIRPath tests: restore ccda tests +* Tx tests: differentiate between unknown system as cause of value set validation failure, and an incidental finding From 2b06e5bd7d3f75bab5551110105d09771fe11892 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Tue, 30 Jan 2024 09:23:07 +0000 Subject: [PATCH 10/58] Release: v1.4.28 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1977e9b..e44fac77 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.4.28-SNAPSHOT + 1.4.28 jar HL7 FHIR Test Cases From 9292a71f036b0262086b197a3ecdd84319cf4221 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Tue, 30 Jan 2024 09:27:04 +0000 Subject: [PATCH 11/58] Updating version to: 1.4.29-SNAPSHOT --- RELEASE_NOTES.md | 4 ---- pom.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5401eb66..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +0,0 @@ -* Rendering tests: fix for changing to Identifier rendering -* Validation tests: fix validation test for correction to value set test in BaseWorkerContext -* FHIRPath tests: restore ccda tests -* Tx tests: differentiate between unknown system as cause of value set validation failure, and an incidental finding diff --git a/pom.xml b/pom.xml index e44fac77..620f36ca 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.testcases fhir-test-cases - 1.4.28 + 1.4.29-SNAPSHOT jar HL7 FHIR Test Cases From 2e7fd4ea28ab190ef78c7fd9452f5aca72ad65f7 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 10 Feb 2024 19:56:18 +1100 Subject: [PATCH 12/58] fix broken links rendering profiles --- comparison/sd-ext-dd-diff.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comparison/sd-ext-dd-diff.html b/comparison/sd-ext-dd-diff.html index 0522d825..1525f34a 100644 --- a/comparison/sd-ext-dd-diff.html +++ b/comparison/sd-ext-dd-diff.html @@ -138,7 +138,7 @@
- 7. Extension.extension:substance.value[x] + 7. Extension.extension:substance.value[x]
- 14. Extension.extension:exposureRisk1.value[x] + 14. Extension.extension:exposureRisk1.value[x]